smilli / cmd-ai

Allows user to execute shell commands through natural language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmd-ai Build Status

A tool that performs commands in the shell by parsing natural language input from the user.

Examples:

  • "List my files" instead of ls
  • "Copy hw1.txt to hw1" instead of cp hw1.txt hw1
  • "Rename hw2 to hw2_final" instead of mv hw2.txt hw2_final.txt

About

Allows user to execute shell commands through natural language.


Languages

Language:Python 100.0%