1.0.6 • Published 1 year ago

fordummies v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

ForDummies

ForDummies is a command-line interface (CLI) tool that allows users to generate commands based on natural language input. With ForDummies, users can quickly and easily perform complex tasks without having to memorize complex command-line syntax.

Installation

To install ForDummies, simply run the following command:

npm install -g fordummies

Usage

To use ForDummies, simply enter a natural language command (after the -p flag) and ForDummies will generate the appropriate command-line command. For example:

fordummies -p "create a new file called myfile.txt in the Documents folder"

This command will generate the following command-line command:

touch ~/Documents/myfile.txt

To execute the command instantly just add the -x flag to the ForDummies command, as so:

fordummies -x -p "copy file in path: /a/b/c.txt to server ip: 10.0.0.31 user: admin password: password"

ForDummies supports a wide variety of commands, including file manipulation, network management, external utilities (kubectl, telnet, terraform, etc..), and system administration.

Contributing

If you would like to contribute to ForDummies, please fork the repository and submit a pull request. All contributions are welcome, including bug fixes, feature requests, and documentation improvements.

License

ForDummies is released under the MIT License. See LICENSE.md for more information.

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago