aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bf54bf6706ee275c80f44db14b395b8e7f18cd62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# zk

A commandline tool to help organize markdown notes.

By default, the current working directory is taken as the root directory
of markdown notes.

Created for personal use. **USE IT AT YOUR OWN RISK.**

Install:

```
make install
```

Usage:

- `zk mv path/to/source path/to/target`: The same as `mv`. However,
  backlinks are updated together.

  - **The source and target paths cannot be directories.**