https://github.com/josee9988/cli-quick-notes
A simple Shell Script tool to manage your quick notes. (list, add and remove your annotations).
https://github.com/josee9988/cli-quick-notes
cli linux notes notes-app notes-application notes-for-developer notes-keeper notes-management-system notes-taker notes-taking-app notes-tool shell-script
Last synced: 2 months ago
JSON representation
A simple Shell Script tool to manage your quick notes. (list, add and remove your annotations).
- Host: GitHub
- URL: https://github.com/josee9988/cli-quick-notes
- Owner: Josee9988
- Created: 2023-04-12T16:04:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T10:29:51.000Z (about 2 years ago)
- Last Synced: 2025-01-18T17:29:57.515Z (4 months ago)
- Topics: cli, linux, notes, notes-app, notes-application, notes-for-developer, notes-keeper, notes-management-system, notes-taker, notes-taking-app, notes-tool, shell-script
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# 🔥 **Josee9988/CLI-Quick-Notes**
---
## 🤔 **About the project**
* A simple Shell Script tool to manage your quick notes. (list, add and remove your annotations).
---
## ⚡ **Installation**
1. Clone the repository and enter the directory:
2. Make the script executable from anywhere:```bash
sudo bash MAKE_SCRIPT_GLOBAL.sh
```3. Run the script from anywhere in your system:
```bash
qnote "my first note"
```---
## 🚀 **Usage**
```text
Usage:
qnote Displays all notes.
qnote [-a|--add] Adds a note at the end.
qnote Adds a note at the end.
qnote -h|--help Display this help text.
qnote [-r|-d|--remove|--delete] Removes a note by its index (position or line number).
qnote [-c|--clear] Removes all the notes.
```---
## 🌲 **Project tree**
```bash
.
├── MAKE_SCRIPT_GLOBAL.sh
├── qnote
└── README.md0 directories, 3 files
```---
## 📝 **Additional notes**
* If you change the repository location, you must run the MAKE_SCRIPT_GLOBAL.sh script again.
---
## 🍰 **Supporters and donators**
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](https://github.com/Josee9988/project-template)* 📚
---
## 🎉 Was the CLI tool helpful? Help us raise these numbers up
[](https://github.com/Josee9988)
[](https://github.com/Josee9988/CLI-Quick-Notes/stargazers)
[](https://github.com/Josee9988/CLI-Quick-Notes/watchers)
[](https://github.com/Josee9988/CLI-Quick-Notes/network/members)[](https://github.com/sponsors/Josee9988)
Enjoy! 😃
---
## ⚖️📝 **License**
See the license in the '**[LICENSE](LICENSE)**' file.
---
_Made with a lot of ❤️❤️ by **[@Josee9988](https://github.com/Josee9988)**_