Add cmd_shell utility.

This commit is contained in:
Jonathan Bernard 2017-08-25 21:08:12 -05:00
parent 577782d5a4
commit f41aa91b2a

View File

@ -136,5 +136,16 @@
"description": "Small tool to pull updates for all git repos in a set of directories.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/git-pull-all"
},
{
"name": "cmd_shell",
"url": "http://git.jdb-labs.com/jdb/cmd-shell.git",
"method": "git",
"tags": [
"commandline"
],
"description": "Small tool to wrap a cli command in a readline shell.",
"license": "MIT",
"web": "http://git.jdb-labs.com/jdb/cmd-shell"
}
]