A terminal app that works with human language commands.
You can install as a npm package. I recommend global install but it is up to you!
npm install sem-cli -g
sem-look <your message in human language>
You can use the all languages which are supported by Wit.ai
To check list of all languages, visit https://wit.ai/faq
Here is the example:
sem-look list files
You can also add arguments to your messages by using this notation p="<argument>"
Here is the example:
sem-look compare files p="a.txt b.txt"
It will return Your command: "cmp a.txt b.txt" with danger level: "low"
for MacOS
sem-exec <your message in human language>
You can use the all languages which are supported by Wit.ai
To check list of all languages, visit https://wit.ai/faq
Here is the example:
sem-exec list files
You can also add arguments to your messages by using this notation p="<argument>"
Here is the example:
sem-exec list files p="subdir"
It will show the files under <your current directory>/<subdir>
The order of parameters is important. Please use same as the shown below.
sem-suggest intent="<intent>" command="<command>" dangerLevel="<dangerLevel>"
Here is the example:
sem-suggest intent="list_files" command="ls" dangerLevel="low"