Currently the workflow for opening up a repo in gitx is to cd to the directory and then type gitx.
A friend of mine wrote a script, "gitxin", that takes a path as argument: #!/usr/bin/env bash cd $1 gitx Simple script, but I can't see why that couldn't be built in? $: gitx /path/to/directory/ (or similar)
