Thought streams for your terminal.
$ pydea init [--title "Testing Pydea"][--tags "learning help"] # create a new Pydea stream
$ pydea edit # open $EDITOR to update the Pydea metadata
$ pydea add # open $EDITOR to record a new idea
$ pydea add "This is an idea." # record a new idea
$ pydea view # view recorded thoughts
Pydea requires bumpy>=0.2.2
(GitHub, PyPI), which can be installed via pip
:
$ pip install -U "bumpy>=0.2.2"