Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Final Alpha – Reimplementation notice

Pre-release
Pre-release
Compare
Choose a tag to compare
@sthesing sthesing released this 04 Jun 14:29
· 3 commits to master since this release

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