You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Mickaël Menu 7c1bd8b318
Improve README
3 years ago
adapter Override default sort orders with --sort 3 years ago
cmd Disable --not-link* variants and move database to .zk/notebook.db 3 years ago
core Override default sort orders with --sort 3 years ago
docs Improve README 3 years ago
util Make the fzf preview command customizable 3 years ago
.gitattributes Improve README 3 years ago
.gitignore Add doc pages 3 years ago
LICENSE Initial commit 3 years ago
README.md Improve README 3 years ago
go Override default sort orders with --sort 3 years ago
go.mod Support Markdown autolinking for external links 3 years ago
go.sum Support Markdown autolinking for external links 3 years ago
main.go Rename every occurrence of "slip box" into "notebook" 3 years ago
run Override default sort orders with --sort 3 years ago

README.md

zk

A plain text note-taking assistant

Screenshot

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.

It is primarily focused on:

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.

Roadmap

  • Tags
  • Link relations
  • Extended YAML front matter support

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