A tiny program to keep a log/diary. Written in fish script.
Go to file
lee2sman 3938fbcf75 added extra space at end of each logged message 2021-07-18 21:31:47 -04:00
.gitignore add .gitignore 2021-07-07 23:04:54 -04:00
README.md update README.md 2021-07-12 01:48:30 -04:00
minilog added extra space at end of each logged message 2021-07-18 21:31:47 -04:00

README.md

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.