#notes #binary #cli #text-file #jot

bin+lib jot_note

Jot Note Taking CLI

1 unstable release

new 0.1.2 Jan 3, 2025

#35 in #notes

MIT license

24KB
226 lines

Jot

crates.io docs.rs

About

A CLI to quickly create notes in the markdown format. It can create new notes, or open exiting ones to edit. It can also search for a keyword and display all your notes. It has a scratch pad feature which allows you to quickly add something to a long lived file, to later organize into a new note or existing note.

Example Use

jot -h
A ClI for jotting down notes

Usage: jot [OPTIONS] <COMMAND>

Commands:
  new      jot something new down
  open     Running jot doc that appends text to the same file
  scratch  Used as a scratch pad
  search   Search documents for a string of text
  list     List all files in your jot dir
  help     Print this message or the help of the given subcommand(s)

Options:
  -p, --jot-path <JOT_PATH>  [env: JOT_PATH=]
  -h, --help                 Print help
  -V, --version              Print version

Jot dir defaults to /userhome/jot Can be set by passing -p or setting an env var of JOT_PATH

Versions

Dependencies

~7–17MB
~243K SLoC