Skip to content

Repository files navigation

JotJot

A minimal CLI for quickly jotting down notes.

Install

Requires Node.js 20 or later and pnpm.

pnpm install
pnpm build
pnpm link --global

Usage

Create a note:

jot "This is a test"

List notes, newest first:

jot list
jot ls

Fuzzy-search notes:

jot find "test"
jot f "test"

Edit a note:

jot edit <id>
jot edit <id> "Updated text"

Remove a note:

jot remove <id>
jot rm <id>
jot rm <id> --force

IDs can be shortened to any unique prefix. If a prefix matches multiple notes, JotJot asks you to choose one.

Storage

Notes are stored locally as JSON in ~/.jotjot/db.json.

About

A minimal CLI for quickly jotting down notes.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages