We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I upgraded to zk 0.11.0 (via Arch Linux' pacman), and suddenly I can't instantiate new notes with zk new anymore.
zk new
The exact command I used up until now was:
zk new --no-input "$ZK_NOTEBOOK_DIR/daily" echo $ZK_NOTEBOOK_DIR > /home/tim/.dotfiles/notes/notes
when I run any zk new-command (including the one I showed above) it just hangs there without reacting anymore:
Let me know if you need further information!
The text was updated successfully, but these errors were encountered:
Yes, sorry about that. We're working on fixing this issue there #242 I'll do a patch release as soon as it's merged.
In the meantime, you can hit Ctrl-D instead of Ctrl-C to use zk new.
Ctrl-D
Ctrl-C
Sorry, something went wrong.
Here you go https://github.com/mickael-menu/zk/releases/tag/v0.11.1
Thanks, that worked!
And thanks for the quick fix!
Successfully merging a pull request may close this issue.
I upgraded to zk 0.11.0 (via Arch Linux' pacman), and suddenly I can't instantiate new notes with
zk new
anymore.The exact command I used up until now was:
when I run any
zk new
-command (including the one I showed above) it just hangs there without reacting anymore:Let me know if you need further information!
The text was updated successfully, but these errors were encountered: