{"id":13936880,"url":"https://github.com/tasdikrahman/tnote","last_synced_at":"2025-07-19T22:33:00.991Z","repository":{"id":46727075,"uuid":"50793078","full_name":"tasdikrahman/tnote","owner":"tasdikrahman","description":":clipboard: A command line note taking app so simple that even your grandparents will love it!","archived":true,"fork":false,"pushed_at":"2022-10-20T11:25:57.000Z","size":50,"stargazers_count":231,"open_issues_count":16,"forks_count":42,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-08-08T23:24:43.047Z","etag":null,"topics":["command-line-tool","linux","macos","note-taking","python","windows"],"latest_commit_sha":null,"homepage":"","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/tasdikrahman.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}},"created_at":"2016-01-31T20:17:11.000Z","updated_at":"2024-07-20T12:49:44.000Z","dependencies_parsed_at":"2023-01-20T15:31:25.157Z","dependency_job_id":null,"html_url":"https://github.com/tasdikrahman/tnote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasdikrahman%2Ftnote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasdikrahman%2Ftnote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasdikrahman%2Ftnote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasdikrahman%2Ftnote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tasdikrahman","download_url":"https://codeload.github.com/tasdikrahman/tnote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226693903,"owners_count":17667757,"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","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":["command-line-tool","linux","macos","note-taking","python","windows"],"created_at":"2024-08-07T23:03:05.040Z","updated_at":"2024-11-27T05:30:39.260Z","avatar_url":"https://github.com/tasdikrahman.png","language":"Python","readme":"## tnote\n\n[![GitHub license](https://img.shields.io/pypi/l/pyzipcode-cli.svg)](https://img.shields.io/pypi/l/pyzipcode-cli.svg) [![Supported python versions](https://img.shields.io/pypi/pyversions/Django.svg)]([![PyPI](https://img.shields.io/pypi/pyversions/Django.svg)]()) [![Join the chat at https://gitter.im/prodicus/tnote](https://badges.gitter.im/prodicus/tnote.svg)](https://gitter.im/prodicus/tnote?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n```\n                            _________ _        _______ _________ _______ \n                            \\__   __/( (    /|(  ___  )\\__   __/(  ____ \\\n                               ) (   |  \\  ( || (   ) |   ) (   | (    \\/\n                               | |   |   \\ | || |   | |   | |   | (__    \n                               | |   | (\\ \\) || |   | |   | |   |  __)   \n                               | |   | | \\   || |   | |   | |   | (      \n                               | |   | )  \\  || (___) |   | |   | (____/\\\n                               )_(   |/    )_)(_______)   )_(   (_______/\n```\n\nA dead simple command line note taking app built for you!\n\n## Index\n\n- [Demo](#demo)\n- [Features](#features)\n- [Installation](#installation)\n  - [Installing dependencies](#installing-dependencies)\n  - [Clone it](#clone-it)\n  - [Run it](#run-it)\n- [Supported platforms](#supported-platforms)\n- [Contributing](#contributing)\n  - [To-do](#to-do)\n  - [Contributers](#contributers)\n- [Issues](#issues)\n- [License](#license)\n- [Donation](#donation)\n\n## Demo\n[:arrow_up: Back to top](#index)\n\nWatch a live demo of it working here\n\n[![asciicast](https://asciinema.org/a/35557.png)](https://asciinema.org/a/35557)\n\n*Here's the [link to previous version](https://asciinema.org/a/35378) if you are interested!*\n\n***\n\n## Features\n[:arrow_up: Back to top](#index)\n\n- **Dead simple to use**: Even your granny would be able to use it. No seriously!\n- **Feature rich** Add your precious note with it's _title_ , _content_ , _tags_\n- **Secure**: Encrypts your database using standard **AES-256 in CBC mode**. So even if anybody gets hand of your database file. He cannot make any sense of it. [A little demo of what I am doing using it](https://github.com/tasdikrahman/tnote/wiki/So-you-say-it-is-encrypted-eh%3F)\n\n**NOTE**\n  _This feature is available/tested only on linux based systems. Support for other OS's coming soon!_\n\n- **Text Highlighting is cross platform** - Supports Linux, Windows, MAC for the terminal based highlighting.\n- **Searching for notes is hassle free** in `tnote`: It supports full text search for notes based on _content_, _tags_\n    - The search query if found in the database will be highlighted if found. Looks pleasing to the eyes\n- Ability to add and remove tags for each note.\n- Adds timestamp for each note which has been added.\n- Written in uncomplicated python.\n\nNeed I say more?\n\n***\n\n## Installation\n[:arrow_up: Back to top](#index)\n\n#### Installing dependencies\n\n**NOTE** \n\nOn **linux** system, install `libsqlcipher-dev` \n\n```sh\n$ sudo apt-get install libsqlcipher-dev\n```\n\nOn **Mac OS** systems, you can install it by \n\n```sh\n$ brew install sqlcipher\n```\n\n#### Clone it\n\n\n```sh\n$ git clone https://github.com/tasdikrahman/tnote\n$ cd tnote \u0026\u0026 pip install -r requirements.txt\n```\n\n*Add a symbolic link to it*\n\n```sh\n$ chmod +x tnote\n$ cd ~/bin/ \n$ ln -s ~/some/path/to/tnote\n```\n\nReplace `~/some/path/to/tnote` by the path where you have cloned the repo. For example if you have cloned it to `~/Downloads/tnote` folder than your command should look something like\n\n`$ ln -s ~/Downloads/tnote/tnote`\n\n#### Run it\n\nFire it up! :volcano:\n\n`$ tnote`\n\n***\n\n## Supported platforms\n[:arrow_up: Back to top](#index)\n\n| OS | Support status |\n| --- | --- |\n| Linux | :white_check_mark: Full support |\n| OS X | :white_check_mark: Full support  |\n| Windows | :ballot_box_with_check: encrytion of the Database for windows not yet supported |\n\n***\n\n## Contributing\n[:arrow_up: Back to top](#index)\n\nThis app was created in a timespan of 2 hours while learning to use [peewee (ORM)](https://github.com/coleifer/peewee). So don't be shy to make some PR's here :smile:\n\n#### To-do\n    \n- [ ] Add **unit tests**. Like real quick!\n- [ ] Make it pip installable\n- [ ] Ability to edit the content of a note\n- [x] Add python2 support\n- [x] Add tags support for notes\n- [x] Remove tahs for notes\n- [x] Add option to add title for notes\n- [ ] Add option to remove title for notes\n- [x] Add option to search for notes using content\n- [x] Add option to search for notes using tags\n- [ ] Add option to search for notes using title\n- [ ] Add option to search for notes using timestamp\n- [x] Encrypt the `.db` file using **Sqlcipher**\n- [x] Add colorized text to the notes for improved UI\n- [ ] Add better UI using **urwid**\n\n#### Contributers\n\nA big shout out to all the contributers, more specifically to these guys\n\n- [@maxwellgerber](https://github.com/maxwellgerber)\n- [@BrandtM](https://github.com/BrandtM)\n\n## Motivation\n[:arrow_up: Back to top](#index)\n\nWhy not! Cheers to a crazy weekend :smile:\n\n***\n\n## Issues\n[:arrow_up: Back to top](#index)\n\nYou can report the bugs at the [issue tracker](https://github.com/tasdikrahman/tnote/issues)\n\n**OR**\n\nYou can [tweet me](https://twitter.com/tasdikrahman) if you can't get it to work. In fact, you should tweet me anyway.\n\n***\n\n## License\n[:arrow_up: Back to top](#index)\n\nBuilt with ♥ and after a lot of pizzas by [Tasdik Rahman](http://tasdikrahman.me) under [MIT License](http://prodicus.mit-license.org)\n\nYou can find a copy of the License at http://prodicus.mit-license.org/\n\n## Donation\n[:arrow_up: Back to top](#index)\n\nIf you have found my little bits of software being of any use to you, do consider helping me pay my internet bills :)\n\n| PayPal | \u003ca href=\"https://paypal.me/tasdik\" target=\"_blank\"\u003e\u003cimg src=\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_mc_vs_dc_ae.jpg\" alt=\"Donate via PayPal!\" title=\"Donate via PayPal!\" /\u003e\u003c/a\u003e |\n|:-------------------------------------------:|:-------------------------------------------------------------:|\n| Gratipay  | \u003ca href=\"https://gratipay.com/tasdikrahman/\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.rawgit.com/gratipay/gratipay-badge/2.3.0/dist/gratipay.png\" alt=\"Support via Gratipay\" title=\"Support via Gratipay\" /\u003e\u003c/a\u003e |\n| Patreon | \u003ca href=\"https://www.patreon.com/tasdikrahman\" target=\"_blank\"\u003e\u003cimg src=\"http://i.imgur.com/ICWPFOs.png\" alt=\"Support me on Patreon\" title=\"Support me on Patreon\" /\u003e\u003c/a\u003e |\n| £ (GBP) | \u003ca href=\"https://transferwise.com/pay/d804d854-6862-4127-afdd-4687d64cbd28\" target=\"_blank\"\u003e\u003cimg src=\"http://i.imgur.com/ARJfowA.png\" alt=\"Donate via TransferWise!\" title=\"Donate via TransferWise!\" /\u003e\u003c/a\u003e |\n| € Euros | \u003ca href=\"https://transferwise.com/pay/64c586e3-ec99-4be8-af0b-59241f7b9b79\" target=\"_blank\"\u003e\u003cimg src=\"http://i.imgur.com/ARJfowA.png\" alt=\"Donate via TransferWise!\" title=\"Donate via TransferWise!\" /\u003e\u003c/a\u003e |\n| ₹ (INR)  | \u003ca href=\"https://www.instamojo.com/@tasdikrahman\" target=\"_blank\"\u003e\u003cimg src=\"https://www.soldermall.com/images/pic-online-payment.jpg\" alt=\"Donate via instamojo\" title=\"Donate via instamojo\" /\u003e\u003c/a\u003e |\n","funding_links":["https://paypal.me/tasdik","https://www.patreon.com/tasdikrahman"],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftasdikrahman%2Ftnote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftasdikrahman%2Ftnote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftasdikrahman%2Ftnote/lists"}