- A simple Shell Script tool to manage your quick notes. (list, add and remove your annotations).
- Clone the repository and enter the directory:
- Make the script executable from anywhere:
sudo bash MAKE_SCRIPT_GLOBAL.sh
- Run the script from anywhere in your system:
qnote "my first note"
Usage:
qnote Displays all notes.
qnote [-a|--add] <note> Adds a note at the end.
qnote <note> Adds a note at the end.
qnote -h|--help Display this help text.
qnote [-r|-d|--remove|--delete] <index> Removes a note by its index (position or line number).
qnote [-c|--clear] Removes all the notes.
.
├── MAKE_SCRIPT_GLOBAL.sh
├── qnote
└── README.md
0 directories, 3 files
- If you change the repository location, you must run the MAKE_SCRIPT_GLOBAL.sh script again.
We are currently looking for new donators to help and maintain this project! ❤️
By donating, you will help the development of this project, and you will be featured in this CLI-Quick-Notes's README.md, so everyone can see your kindness and visit your content ⭐.
CLI-Quick-Notes was generated from Josee9988/project-template 📚
Enjoy! 😃
See the license in the 'LICENSE' file.
Made with a lot of ❤️❤️ by @Josee9988