{"id":16643648,"url":"https://github.com/josee9988/cli-quick-notes","last_synced_at":"2025-10-09T16:51:54.514Z","repository":{"id":165958040,"uuid":"627018139","full_name":"Josee9988/CLI-Quick-Notes","owner":"Josee9988","description":"A simple Shell Script tool to manage your quick notes. (list, add and remove your annotations).","archived":false,"fork":false,"pushed_at":"2023-05-16T10:29:51.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T07:16:02.605Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Josee9988.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Josee9988","custom":["https://www.paypal.me/josee9988"]}},"created_at":"2023-04-12T16:04:23.000Z","updated_at":"2023-09-08T18:42:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"576d797f-8364-4d06-a009-8dbe009950d6","html_url":"https://github.com/Josee9988/CLI-Quick-Notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"Josee9988/project-template","purl":"pkg:github/Josee9988/CLI-Quick-Notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josee9988%2FCLI-Quick-Notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josee9988%2FCLI-Quick-Notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josee9988%2FCLI-Quick-Notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josee9988%2FCLI-Quick-Notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Josee9988","download_url":"https://codeload.github.com/Josee9988/CLI-Quick-Notes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josee9988%2FCLI-Quick-Notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001778,"owners_count":26083173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","linux","notes","notes-app","notes-application","notes-for-developer","notes-keeper","notes-management-system","notes-taker","notes-taking-app","notes-tool","shell-script"],"created_at":"2024-10-12T08:09:13.879Z","updated_at":"2025-10-09T16:51:54.494Z","avatar_url":"https://github.com/Josee9988.png","language":"Shell","readme":"\u003c!-- markdownlint-disable MD032 MD033--\u003e\n\u003c!-- Write your README.md file. Build something amazing! This README.md template can guide you to build your project documentation, but feel free to modify it as you wish 🥰 --\u003e\n# 🔥 **Josee9988/CLI-Quick-Notes**\n\n\u003cdiv align=\"center\"\u003e\n  \u003c!-- Change your logo --\u003e\n  \u003ca href=\"https://github.com/Josee9988/CLI-Quick-Notes/issues\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/Josee9988/CLI-Quick-Notes?color=0088ff\u0026style=for-the-badge\u0026logo=github\" alt=\"Josee9988/CLI-Quick-Notes's issues\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/Josee9988/CLI-Quick-Notes/pulls\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues-pr/Josee9988/CLI-Quick-Notes?color=0088ff\u0026style=for-the-badge\u0026logo=github\"  alt=\"Josee9988/CLI-Quick-Notes's pull requests\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n## 🤔 **About the project**\n\n* A simple Shell Script tool to manage your quick notes. (list, add and remove your annotations).\n\n---\n\n## ⚡ **Installation**\n\n1. Clone the repository and enter the directory:\n2. Make the script executable from anywhere:\n\n  ```bash\n    sudo bash MAKE_SCRIPT_GLOBAL.sh\n  ```\n\n3. Run the script from anywhere in your system:\n\n  ```bash\n    qnote \"my first note\"\n  ```\n\n---\n\n## 🚀 **Usage**\n\n```text\n  Usage:\n  qnote                                      Displays all notes.\n  qnote [-a|--add] \u003cnote\u003e                    Adds a note at the end.\n  qnote \u003cnote\u003e                               Adds a note at the end.\n  qnote -h|--help                            Display this help text.\n  qnote [-r|-d|--remove|--delete] \u003cindex\u003e    Removes a note by its index (position or line number).\n  qnote [-c|--clear]                         Removes all the notes.\n```\n\n---\n\n## 🌲 **Project tree**\n\n```bash\n.\n├── MAKE_SCRIPT_GLOBAL.sh\n├── qnote\n└── README.md\n\n0 directories, 3 files\n```\n\n---\n\n## 📝 **Additional notes**\n\n* If you change the repository location, you must run the MAKE_SCRIPT_GLOBAL.sh script again.\n\n---\n\n## 🍰 **Supporters and donators**\n\nWe are currently looking for new donators to help and maintain this project! ❤️\n\nBy 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 ⭐.\n\n---\n\nCLI-Quick-Notes was generated from *[Josee9988/project-template](https://github.com/Josee9988/project-template)* 📚\n\n---\n\n## 🎉 Was the CLI tool helpful? Help us raise these numbers up\n\n[![GitHub followers](https://img.shields.io/github/followers/Josee9988.svg?style=social)](https://github.com/Josee9988)\n[![GitHub stars](https://img.shields.io/github/stars/Josee9988/CLI-Quick-Notes.svg?style=social)](https://github.com/Josee9988/CLI-Quick-Notes/stargazers)\n[![GitHub watchers](https://img.shields.io/github/watchers/Josee9988/CLI-Quick-Notes.svg?style=social)](https://github.com/Josee9988/CLI-Quick-Notes/watchers)\n[![GitHub forks](https://img.shields.io/github/forks/Josee9988/CLI-Quick-Notes.svg?style=social)](https://github.com/Josee9988/CLI-Quick-Notes/network/members)\n\u003c!-- MODIFY THIS LINK TO YOUR MAIN DONATING SITE IF YOU ARE NOT IN THE GITHUB SPONSORS PROGRAM --\u003e\n[![Sponsor](https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=github-sponsors\u0026color=red\u0026style=social)](https://github.com/sponsors/Josee9988)\n\nEnjoy! 😃\n\n---\n\n## ⚖️📝 **License**\n\nSee the license in the '**[LICENSE](LICENSE)**' file.\n\n---\n\n_Made with a lot of ❤️❤️ by **[@Josee9988](https://github.com/Josee9988)**_\n","funding_links":["https://github.com/sponsors/Josee9988","https://www.paypal.me/josee9988"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosee9988%2Fcli-quick-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosee9988%2Fcli-quick-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosee9988%2Fcli-quick-notes/lists"}