An open API service indexing awesome lists of open source software.

https://github.com/efrane/jnl


https://github.com/efrane/jnl

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# jnl - a cli-based journal

So, the backstory to this is that I often found myself thinking if only I could take a short
timestamped note of what I just did or am about todo or should do soon-ish or don't want to
forget about or...you get the gist.

Thus the idea of having a console command that does just that came around. `jnl` is that command.
It does nothing more than appending anything you type after it's name to a file
named `$JNL_HOME/yyyy/mmm-dd.txt` prefixed with the current timestamp.

Example:

[![asciicast](https://asciinema.org/a/d1lrg1a5dio2xp4vaubtl3r30.png)](https://asciinema.org/a/d1lrg1a5dio2xp4vaubtl3r30)