Go to file
2021-04-04 15:31:54 +02:00
adapter Experimental LSP server (#21) 2021-04-04 15:31:54 +02:00
cmd Experimental LSP server (#21) 2021-04-04 15:31:54 +02:00
core Experimental LSP server (#21) 2021-04-04 15:31:54 +02:00
docs Release zk 0.3.0 2021-03-24 21:14:12 +01:00
util Experimental LSP server (#21) 2021-04-04 15:31:54 +02:00
.gitattributes Improve README 2021-02-27 12:56:45 +01:00
.gitignore Fix --version output 2021-03-18 19:39:06 +01:00
CHANGELOG.md Fix #20 local configuration is optional 2021-03-27 14:36:43 +01:00
go Fix --version output 2021-03-18 19:39:06 +01:00
go.mod Experimental LSP server (#21) 2021-04-04 15:31:54 +02:00
go.sum Experimental LSP server (#21) 2021-04-04 15:31:54 +02:00
LICENSE Initial commit 2020-12-23 16:07:53 +01:00
main.go Experimental LSP server (#21) 2021-04-04 15:31:54 +02:00
README.md Add named filters (#17) 2021-03-24 21:06:32 +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

zk was only tested on macOS and Linux.

Build from scratch

Make sure you have a working Go installation, with Go's bin directory in your PATH.

$ git clone https://github.com/mickael-menu/zk.git
$ cd zk
$ chmod a+x go
$ ./go install
$ zk -h
  • Neuron a great tool to publish a Zettelkasten on the web
  • sirupsen's zk a collection of scripts with a similar purpose