Листоробка — from листок "slip" and коробка "box". Calque of German Zettelkasten
LRK is a collection of note-management scripts inspired by the 70s.
make [PREFIX=/usr/local/bin]nix build .#lrkSet the LRK_DIR environment variable to your desired directory. The default is $HOME/.lrk.
Create a note:
lrk add --title "Note Title" --tags "tag1,tag2"List notes:
lrk list --all --tags "tag1" --sort dateFind notes:
lrk find --title "Note Title" --tags "tag1" --date "2025-10-01"Delete a note:
lrk delete 123Archive a note:
lrk archive 123Unarchive a note:
lrk unarchive 123Show backlinks:
lrk backlinks 123LRK can be integrated with other tools such as Kakoune or Zellij. Take a look at my configuration to see an example.