An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

        

# 🔥 **Josee9988/CLI-Quick-Notes**




Josee9988/CLI-Quick-Notes's issues


Josee9988/CLI-Quick-Notes's pull requests

---

## 🤔 **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.md

0 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

[![GitHub followers](https://img.shields.io/github/followers/Josee9988.svg?style=social)](https://github.com/Josee9988)
[![GitHub stars](https://img.shields.io/github/stars/Josee9988/CLI-Quick-Notes.svg?style=social)](https://github.com/Josee9988/CLI-Quick-Notes/stargazers)
[![GitHub watchers](https://img.shields.io/github/watchers/Josee9988/CLI-Quick-Notes.svg?style=social)](https://github.com/Josee9988/CLI-Quick-Notes/watchers)
[![GitHub forks](https://img.shields.io/github/forks/Josee9988/CLI-Quick-Notes.svg?style=social)](https://github.com/Josee9988/CLI-Quick-Notes/network/members)

[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=github-sponsors&color=red&style=social)](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)**_