mirror of
https://github.com/mickael-menu/zk
synced 2024-11-15 12:12:56 +00:00
16 lines
258 B
Plaintext
16 lines
258 B
Plaintext
$ cd legacy-ignore
|
|
|
|
# Index initial notes.
|
|
$ zk index
|
|
>Indexed 3 notes in 0s
|
|
> + 3 added
|
|
> ~ 0 modified
|
|
> - 0 removed
|
|
|
|
# Ignore path patterns.
|
|
$ touch carrot-ignored/ananas.md && zk index
|
|
>Indexed 3 notes in 0s
|
|
> + 0 added
|
|
> ~ 0 modified
|
|
> - 0 removed
|