minilog/README.md
2021-07-12 01:48:30 -04:00

455 B

minilog

A tiny program to keep a log/diary.

Requirements

Written in fish. Requires fish shell installed.

Then make minilog executable.

chmod +x minilog

Usage

Save a new post to minilog

./minilog --message "Today I did xxx..." 

Print your minilog to standard output

./minilog --log

Note: You can also use short flags -m or -l for message and log, respectively.