Fracas

A journal app written in Python. Uses the cryptography package for security.

How to install it

pip3 install fracas

How to use it

fracas <words or tags to search for>

Options

-h --help               Show help.
-e --edit               Edit entries.
--from-date FROM_DATE   Get entries from this date.
-n N                    Get last N entries.
-t --tags               List tags.
--to-date TO_DATE       Get entries to this date.
-v --version            Show version number.

Write a journal entry

fracas
fracas apples oranges

Enclose the OR with quotes.

fracas "apples|oranges"

Edit entries containing “apples”

fracas -e apples

Import journal entries from text file

fracas < lastweek.txt

Export journal entries to text file

fracas > exported.txt

License

MIT license.

Contact me

Send bug reports and patches to craig@seagrape.us.