feat: split view with tasks when loading zk daily

This commit is contained in:
Matthew Ryan Dillon 2024-10-31 09:23:44 -04:00
parent 2af78f2234
commit b3b352dd64
2 changed files with 7 additions and 0 deletions

View file

@ -116,3 +116,7 @@ eval "$(jj util completion zsh)"
function reldate() { function reldate() {
date -v "${1}" "+%Y-%m-%d" date -v "${1}" "+%Y-%m-%d"
} }
function _zkhx() {
hx --hsplit tasks.xit ${1}
}

View file

@ -30,3 +30,6 @@ sync = 'jj git fetch && jj git push'
log = 'jj log -r ".."' log = 'jj log -r ".."'
diff = 'jj diff' diff = 'jj diff'
daily = 'zk new --no-input "$ZK_NOTEBOOK_DIR/journal/daily"' daily = 'zk new --no-input "$ZK_NOTEBOOK_DIR/journal/daily"'
[tool]
editor = "hx --hsplit journal/tasks.xit"