|
|
|
|
|
by bradchoate
4426 days ago
|
|
"please", a command-line interface for natural language commands. So, like Siri, but for your terminal. Ie: $ please push the changes i've made today to the master repo
$ please archive this directory into foo.zip
$ please clone the bootstrap repo from github
$ please find any files under ~/ matching 'foo-*.txt' and containing 'bar'
Sure, all of these can be expressed using CLI tools we have today, but isn't it time we had an interface layer that abstracts away all of the fiddly switches and just did what we said?It would offer a pluggable interface for extending its capability and vocabulary. |
|