From 431d69313206da0ec867e46d3d9c416ea00ea7b4 Mon Sep 17 00:00:00 2001 From: lucaspalomodevelop Date: Fri, 30 Jun 2023 23:18:43 +0200 Subject: [PATCH] change readme.md --- README.md | 66 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 57 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 622f0cb..eee76a9 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,63 @@ # autom -__IN DEVELOPMENT, NOT READY FOR USE__ +**IN DEVELOPMENT, NOT READY FOR USE** -autom is a command line tool for executing shell scripts, independent of the working directory +autom is a command-line tool for executing shell scripts, independent of the working directory. - -## Installation-Requirments: -- gcc +## Installation Requirements +- gcc - make -## Compile: -```bash -make -``` \ No newline at end of file +## Compilation + +1. Clone or download the QuickNote repository. + +2. Make sure you have a C++ compiler installed on your system. + +3. Make sure you have make installed on your system. + +4. Navigate to the autom directory. + +5. Compile the source code: + +`$ make` + +## Usage + +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. + + +## Configuration + +The configuration file is located at your home directory: `~/.autom/.automconfig.toml`. + + +## Contributing + +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. + +## License + +This project is licensed under the [GNU General Public License v3.0](LICENSE). + +## Authors + +autom was developed by [lucaspalomodevelop](https://github.com/lucaspalomodevelop). \ No newline at end of file