Create dated draft folders from a prompt.
mkdraft "Build login page"Example output:
Created src/2026-05-07-build-login-page
cargo install --path .Load shell integration to automatically change into the created draft folder.
Bash:
eval "$(mkdraft init bash)"Zsh:
eval "$(mkdraft init zsh)"Fish:
mkdraft init fish | source