IN DEVELOPMENT, NOT READY FOR USE
autom is a command-line tool for executing shell scripts, independent of the working directory.
- gcc
- make
-
Clone or download the QuickNote repository.
-
Make sure you have a C++ compiler installed on your system.
-
Make sure you have make installed on your system.
-
Navigate to the autom directory.
-
Compile the source code:
$ make
Use the following commands with autom:
-
[script]
: Runs a script if autom has a command with that name. -
run [script]
: Runs a script if autom doesn't have a command with that name. -
help
: Shows the help message. -
ls
: Lists all available scripts. -
add [script]
: Adds a new script. -
new [script]
: Adds a new script (alias for add). -
edit [script]
: Edits an existing script. -
remove [script]
: Removes an existing script. -
show [script]
: Shows the content of a script.
The configuration file is located at your home directory: ~/.autom/.automconfig.json
.
If you encounter any issues, have suggestions for improvements, or would like to propose new features, please feel free to contribute. You can do so by opening an issue in the repository or submitting a pull request with your changes.
This project is licensed under the GNU General Public License v3.0.
autom was developed by lucaspalomodevelop.