Skip to content
 
 

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ЛРК

Листоробка — from листок "slip" and коробка "box". Calque of German Zettelkasten

LRK is a collection of note-management scripts inspired by the 70s.

Installation

Make

make [PREFIX=/usr/local/bin]

Nix

nix build .#lrk

Usage

Set 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 date

Find notes:

lrk find --title "Note Title" --tags "tag1" --date "2025-10-01"

Delete a note:

lrk delete 123

Archive a note:

lrk archive 123

Unarchive a note:

lrk unarchive 123

Show backlinks:

lrk backlinks 123

Integration

LRK can be integrated with other tools such as Kakoune or Zellij. Take a look at my configuration to see an example.

About

Note-management scripts for the 70s.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages