https://github.com/efrane/jnl
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/efrane/jnl
- Owner: eFrane
- Created: 2016-11-20T14:24:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T16:35:15.000Z (over 9 years ago)
- Last Synced: 2025-02-24T10:19:09.266Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
[](https://asciinema.org/a/d1lrg1a5dio2xp4vaubtl3r30)