A small command line application that lets you store and retrieve short notes quick
A small command line application that lets you store and retrieve short notes quick
version | |
python |
Since we can not always remember everything, we sometimes need to write some notes. Writing notes on paper is tiring, messy and not so portable. Keeping a file(s) with several such notes may get messy real fast.
Features:
simple interface
Using remindme is quite simple. Its interface is focused on being simple with sane default options, which are easily configured.
multi-platform
Remindme can run in any system with Python support. Yes, it can run on Windows.
encryption support
Uses AES cipher, in CBC mode, with 128-bit key size. See the official docs on the encryption techniques used and detailed documentation.
You can install remindme using pip
:
You can also upgrade remindme anytime: