jot_note

Crates.iojot_note
lib.rsjot_note
version0.1.2
created_at2025-01-03 18:35:07.324984+00
updated_at2025-01-03 18:35:07.324984+00
descriptionJot Note Taking CLI
homepagehttps://github.com/qgriffith/jot-rs
repositoryhttps://github.com/qgriffith/jot-rs
max_upload_size
id1502695
size47,109
Quenten Griffith (qgriffith)

documentation

README

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

Commit count: 24

cargo fmt