zk/tests/issue-89.tesh
Michael McDonagh 0eaf26483f
Remove references to old repo (#373)
Finalise transfer from old repo (github.com/mickael-menu/zk) to new (github.com/zk-org/zk)

Co-authored-by: tjex <tjex@tjex.net>
2024-01-10 22:47:22 +01:00

18 lines
344 B
Plaintext

# zk index only works in notebook directory
# https://github.com/zk-org/zk/issues/89
$ ZK_NOTEBOOK_DIR="{{working-dir}}/blank" zk index
>Indexed 0 note in 0s
> + 0 added
> ~ 0 modified
> - 0 removed
$ touch blank/foo.md
$ ZK_NOTEBOOK_DIR="{{working-dir}}/blank" zk index
>Indexed 1 note in 0s
> + 1 added
> ~ 0 modified
> - 0 removed