What would also be neat: a "generate a shell on demand" command. So `use git` would give you something that's about 90% of gitsh, but equally `use apt-get` would do the same thing for apt and so on.
But perhaps we're getting a little bit carried away here, for a couple of keystrokes :-)
Comments
What would also be neat: a "generate a shell on demand" command. So `use git` would give you something that's about 90% of gitsh, but equally `use apt-get` would do the same thing for apt and so on.
But perhaps we're getting a little bit carried away here, for a couple of keystrokes :-)
It already exists: http://defunkt.io/repl/. Installing it and running `repl git` will put you into a git REPL.
Thanks!