Add zettelkast project

This commit is contained in:
Mats Rauhala 2021-01-25 22:03:32 +02:00
parent a0640e1c0a
commit 96f76a7751
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
title: zettelkast
github: https://github.com/MasseR/zettelkast
issues: https://github.com/MasseR/zettelkast/issues
badge: https://github.com/MasseR/zettelkast/workflows/Test/badge.svg
---
Command-line tool for managing zettelkast documents. The tool primarily focuses
on providing unique ids and showing a graph of document connections. It tries
to be as unintrusive as possible.
```
$ zettelkast help
$ zettelkast new
$ zettelkast list
$ zettelkast open <id>
```