Go to file
2021-11-21 14:36:25 +01:00
.github/workflows Replace the ./go build script with a Makefile (#55) 2021-06-26 20:19:21 +02:00
docs Filter through the note frontmatter with --interactive (#110) 2021-11-21 14:34:54 +01:00
internal Filter through the note frontmatter with --interactive (#110) 2021-11-21 14:34:54 +01:00
.gitattributes Improve README 2021-02-27 12:56:45 +01:00
.gitignore Generate internal links to notes (#32) 2021-04-18 16:37:54 +02:00
CHANGELOG.md Release zk 0.8.0 2021-11-21 14:36:25 +01:00
go.mod List note tags (#85) 2021-10-03 18:36:59 +02:00
go.sum List note tags (#85) 2021-10-03 18:36:59 +02:00
LICENSE Initial commit 2020-12-23 16:07:53 +01:00
main.go Add a command to produce a graph of the indexed notes (#106) 2021-11-14 09:50:13 +01:00
Makefile Replace the ./go build script with a Makefile (#55) 2021-06-26 20:19:21 +02:00
README.md Add a command to produce a graph of the indexed notes (#106) 2021-11-14 09:50:13 +01:00

zk

A plain text note-taking assistant

Screencast

Looking for a quick usage example? Let's get started.

Description

zk is a command-line tool helping you to maintain a plain text Zettelkasten or personal wiki.

Highlights

See the changelog for the list of upcoming features waiting to be released.

What zk is not

  • A note editor.
  • A tool to serve your notes on the web for this, you may be interested in Neuron or Gollum.

Install

Check out the latest release for pre-built binaries for macOS and Linux (zk was not tested on Windows).

Build from scratch

Make sure you have a working Go installation, then clone the repository:

$ git clone https://github.com/mickael-menu/zk.git
$ cd zk

On macOS

icu4c is required to build zk, which you can install with Homebrew.

$ brew install icu4c
$ make
$ ./zk -h

On Linux

libicu-dev is required to build zk, use your favorite package manager to install it.

$ apt-install libicu-dev
$ make
$ ./zk -h
  • Neuron a great tool to publish a Zettelkasten on the web
  • sirupsen's zk a collection of scripts with a similar purpose