Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ gj Public

Dead simple CLI for journaling.

License

efekrskl/gj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gj

🪵 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.

image

Install

MacOS (homebrew)

brew tap efekrskl/gj
brew install gj

Arch Linux (build from source)

Note: It will probably work on other linux distributions too. But I haven't personally tested it.

git clone https://github.com/efekrskl/gj && cd gj
cargo build --release
cp target/release/gj /usr/bin/

Arch Linux (from AUR)

You can install AUR packages either via paru or yay. The procedure is the same for both.

paru -S gj-git

Usage

gj "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)

Setup

First-time only:

  1. Create a Notion integration
  2. Create a page in your workspace
  3. In the meatballs menu (⋯) → Connections, connect your integration
  4. Copy the integration token and page ID
  5. Run gj --setup and paste the token and page ID when prompted

License

MIT

About

Dead simple CLI for journaling.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages