Given that git-grab makes paths to a cloned repo more nested and can be invoked from everywhere on the file system, it's a bit tedious to copy-paste the path to the repo directory from the output if I want to change directory right after the cloning.
What would be helpful is an option like -f/--follow or --change-dir or whatever that will be an equivalent of the following:
git grab <REPO-URL> && cd <REPO-PATH>
Given that
git-grabmakes paths to a cloned repo more nested and can be invoked from everywhere on the file system, it's a bit tedious to copy-paste the path to the repo directory from the output if I want to change directory right after the cloning.What would be helpful is an option like
-f/--followor--change-diror whatever that will be an equivalent of the following: