{"id":34043074,"url":"https://github.com/mallikmusaddiq1/termux-remember","last_synced_at":"2026-04-06T02:02:32.238Z","repository":{"id":299576262,"uuid":"1003461598","full_name":"mallikmusaddiq1/termux-remember","owner":"mallikmusaddiq1","description":"🧠 A secure CLI note keeper for Termux with tagging \u0026 password protection","archived":false,"fork":false,"pushed_at":"2025-06-18T07:41:03.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-15T16:05:52.888Z","etag":null,"topics":["cli","notes","password-manager","python","termux"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mallikmusaddiq1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-17T07:25:48.000Z","updated_at":"2025-10-04T10:32:10.000Z","dependencies_parsed_at":"2025-06-17T08:39:54.669Z","dependency_job_id":"70468943-a8bd-424a-99af-588a0619ee1c","html_url":"https://github.com/mallikmusaddiq1/termux-remember","commit_stats":null,"previous_names":["mallikmusaddiq1/termux-remember"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mallikmusaddiq1/termux-remember","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallikmusaddiq1%2Ftermux-remember","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallikmusaddiq1%2Ftermux-remember/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallikmusaddiq1%2Ftermux-remember/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallikmusaddiq1%2Ftermux-remember/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mallikmusaddiq1","download_url":"https://codeload.github.com/mallikmusaddiq1/termux-remember/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mallikmusaddiq1%2Ftermux-remember/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31456664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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","notes","password-manager","python","termux"],"created_at":"2025-12-13T22:58:58.976Z","updated_at":"2026-04-06T02:02:32.233Z","avatar_url":"https://github.com/mallikmusaddiq1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Termux Remember\n\n**Secure CLI Note Keeper for Termux with Tagging \u0026 Password Protection**\n\n---\n\n## Description\n\n`termux-remember` is a secure, offline-first, and interactive command-line note-taking assistant built especially for Termux users. It supports:\n\n* Multi-line and single-line note input\n* Password protection for sensitive notes\n* Tagging system with tag editing and deletion\n* Keyword search\n* Interactive input mode\n* Structured output using [rich](https://github.com/Textualize/rich)\n* Local-only data storage for complete privacy\n\n---\n\n## Installation\n\n### Option 1: Clone and Install\n\n```bash\ngit clone https://github.com/mallikmusaddiq1/termux-remember.git\ncd termux-remember\npip install .\n```\n\n### Option 2: Install via pip\n\n```bash\npip install termux-remember\n```\n\n\u003e After installation, run the CLI using the `remember` command.\n\n---\n\n## CLI Overview\n\nA structured POSIX-style terminal application to securely store your thoughts, tasks, and ideas.\n\n| Feature                   | Description                              |\n| ------------------------- | ---------------------------------------- |\n| --signup                  | Register a new account                   |\n| --login                   | Log into your account                    |\n| --logout                  | Log out from the current session         |\n| --add \\[TEXT]             | Add a note (inline or interactive)       |\n| --edit-note ID            | Edit note by ID                          |\n| --tag TAG                 | Tag a note                               |\n| --password                | Protect a note                           |\n| --list                    | List all notes                           |\n| --find KEYWORD            | Search notes                             |\n| --view-note ID            | View a note                              |\n| --retag ID TAG            | Change tag of a note                     |\n| --show-tag TAG            | Show all notes under a tag               |\n| --list-tag                | List all unique tags                     |\n| --delete-all-tags         | Delete all tags                          |\n| --delete-specific-tag TAG | Remove specific tag from all notes       |\n| --rm-note-tag ID          | Remove tag from specific note            |\n| --forget ID               | Delete a note                            |\n| --forget-all              | Delete all notes (requires confirmation) |\n| --version                 | Show version info                        |\n\n---\n\n## Data Directory\n\n```bash\n~/.termux_remember/\n├── user.json       # Stores user credentials\n└── memory.json     # Stores notes and metadata\n```\n\n---\n\n## Authentication\n\n```bash\nremember --signup\nremember --login\nremember --logout\n```\n\n---\n\n## Notes Management\n\n```bash\nremember --add \"Note content\"\nremember --add                       # Interactive input mode\nremember --edit-note 3\nremember --tag \"personal\"\nremember --password\n```\n\n---\n\n## Tagging System\n\n```bash\nremember --retag 2 work\nremember --list-tag\nremember --delete-all-tags\nremember --delete-specific-tag \"diary\"\nremember --rm-note-tag 4\n```\n\n---\n\n## Listing and Search\n\n```bash\nremember --list\nremember --find \"budget\"\nremember --view-note 3\nremember --show-tag \"shopping\"\n```\n\n---\n\n## Deleting Notes\n\n```bash\nremember --forget 5\nremember --forget-all\n```\n\n---\n\n## Usage Examples\n\n```bash\nremember --add \"Buy groceries\" --tag \"personal\"\nremember --add --tag \"journal\" --password\nremember --edit-note 2\nremember --view-note 2\nremember --find \"groceries\"\n```\n\n---\n\n## Forgot Password?\n\nCreate a new account using `--signup`.\n\n---\n\n## Metadata\n\n```bash\nremember --version\n```\n\n**Version**: 1.1.2\n**Author**: Mallik Mohammad Musaddiq\n**Email**: [mallikmusaddiq1@gmail.com](mailto:mallikmusaddiq1@gmail.com)\n**GitHub**: [mallikmusaddiq1](https://github.com/mallikmusaddiq1)\n\n---\n\n## License\n\nLicensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallikmusaddiq1%2Ftermux-remember","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmallikmusaddiq1%2Ftermux-remember","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallikmusaddiq1%2Ftermux-remember/lists"}