Hello!
When running Gitte from the command line, it takes a path argument to open Gitte with the git repo at the given path. If no path argument is passed, Gitte opens its default window where you can select a project. It would be nice if it could open the Git project under the current working directory when called from the command line.
This way, running
$ gitte
would be equivalent to
$ gitte .
to quickly start working in the project we're already in.
Hello!
When running Gitte from the command line, it takes a `path` argument to open Gitte with the git repo at the given path. If no `path` argument is passed, Gitte opens its default window where you can select a project. It would be nice if it could open the Git project under the current working directory when called from the command line.
This way, running
```
$ gitte
```
would be equivalent to
```
$ gitte .
```
to quickly start working in the project we're already in.