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.
zk/tests/issue-89.tesh

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