I hereby claim:
- I am qn7o on github.
- I am qn7o (https://keybase.io/qn7o) on keybase.
- I have a public key ASBy_zeadGz7SOFlbquVhoGiCC9JsCNwYhHze6GW9-zlqAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python3.7 | |
| import iterm2 | |
| import os | |
| async def main(connection): | |
| """ | |
| Open an Iterm2 tab dedicated to projects with a double pane per project, ready to start and showing its git status. | |
| """ |