💾 Archived View for wilw.capsule.town › notes › jrnl.gmi captured on 2024-09-29 at 00:30:28. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

🏡 Home

Back to notes

jrnl

Last updated on 01 September 2024

A few weeks back (as of 2024-09-01) I posted [1] about a tool called `jrnl` on Mastodon. The post got a fair amount of engagement and discussion, and I've also given it a go over the past couple of weeks myself.

1

`jrnl` [2] is a command-line tool for keeping a journal. It can be used for quick single-sentence entries or for long-form journaling. Similar to Taskwarrior, it's a tool that does what it needs to do and then gets out of the way (i.e. you don't need to open an app and click around to get to your journal).

2

On a Mac, it's installed [3] with Homebrew: `brew install jrnl`.

3

Once installed, it's as simple as beginning to use it to log entries [4];

4

- `jrnl This is my first entry`

- `jrnl today at 3PM: I walked the dog and bumped into Colin`

- `jrnl < longer_form_entry.txt`

And querying [5] is just as easy:

5

- `jrnl -n 20` (show the last 20 entries)

- `jrnl -on yesterday` (show entries from yesterday)

- etc.

It also supports tagging and encryption. Worth checking out if this sounds interesting.

Kev Quirk [6] followed-up with a blog post [7] discussing this, and how it doesn't quite meet his needs. Instead, he created a web-based simple journaling tool semi-inspired by `jrnl` called `journal` [8].

6

7

8

Back to notes