A tiny program to keep a log/diary. Written in fish script.
.gitignore | ||
minilog | ||
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.