zettels

A command line tool implementing Luhmann's system of a "Zettelkasten".


Keywords
notetaking, zettelkasten
License
GPL-3.0+
Install
pip install zettels==0.7.0

Documentation

Zettels

Zettels is a command line tool implementing Niklas Luhmann's system of a "Zettelkasten".

Anouncement: Reimplementation

This implementation of Zettels is no longer actively developed. Instead, I chose to reimplement Zettels from scratch in Rust.

While doing so, I added a lot of features and separated the command line interface from the backend, which is now a library called libzettels, sporting an API that can be used to easily build other user interfaces.

Check the reimplementation out:

1. Zettels - Command line tool

2. Libzettels - Backend

Where is the old README?