🪵 gj is a dead simple journaling CLI. Type your thoughts into the terminal — they get logged to Notion, one page per day. No clutter, no fuss.
brew tap efekrskl/gj
brew install gjgj "wrote some code"- Entries are timestamped and grouped by date
- Use ; to log multiple entries in one line
gj "pair programmed on a new feature; wrote some tests" --tags="pair programming, tests"- Use --tags to add tags to the current day's page (stored as a Notion multi-select property)
First-time only:
- Create a Notion integration
- Create a page in your workspace
- In the meatballs menu (⋯) → Connections, connect your integration
- Copy the integration token and page ID
- Run
gj --setupand paste the token and page ID when prompted
MIT