Jrnl - note app
07 July, 2020 - 1 min
Jrnl is a terminal note app. It simply provides some useful commands to edit and view a .txt file. I use it for daily todos, personal notes, work notes, etc. I find its simplicity very useful.
Use cases:
- Create note. You can add a tag at the beginning to later easily filter them
$ jrnl
[Compose Entry; press Ctrl+D to finish writing]
@work
Today I discussed the issue 123 with joseph. We ended up fixing is with link to solution.
TODO:
[ ] Ask Anna for feedback on the tests for the fix
[ ] Check Steven's report
<ctrl+D>
- You can search for notes with a certain tag and filter by date
$ jrnl @work -from 2020-07-10
2020-07-21 10:16 @work
Today I discussed the issue 123 with joseph. We ended up fixing it with <link to solution>.
TODO:
[ ] Ask Anna for feedback on the tests for the fix
[ ] Check Steven's report
- A one-liner to add a new note also works
$ jrnl @personal Today I ran 5km in 35 minutes
Thanks for reading!
Vicente
A list of articles in the series Terminal Workflow:
- Terminal Base Setup
- Tmux - terminal multiplexer
- NeoVim - text editor
4. Jrnl - note app
- Pass - password manager
- Ranger - file manager
- Simple Terminal Apps
- Terminal Aliases