jot

Jot is a command-line tool to quickly take down what's on your mind. Currently it only offers storing, viewing, and removing your jots, but expansion is planned.

Prerequisites

Jot is written in Rust and can be built using Rust's build tool, cargo. As such, jot depends on cargo in order to be built, as well as some additional libraries:

Ubuntu

sudo apt install cargo sqlite3 libsqlite3-dev

Solus

sudo eopkg in cargo sqlite3 sqlite3-devel

Configuring

Jot stores its database and configuration file in $XDG_CONFIG_HOME/jot (defaults to $HOME/.config/jot). The configuration file must be valid toml. Valid keys are:

See the sample configuration file for the defaults.

Usage

Jot's commands can be accessed using jot help.

Roadmap

See TODOs.org for the full list.