zsh-histdb
zsh-histdb copied to clipboard
A slightly better history for zsh
#115 Fixed
Sorry for spamming the PRs 😅. Anyway, this is a "nice to have", not an issue per-se, so I'll understand if it's of no interest to you to merge. I...
Sometimes when I restart my mac, open termianl and lookup my zsh history, I can't find commands that used in my previous session before restarting. ``` ╰─$ zsh --version [Sat...
Trying to search histdb --from hour:minute but it isn't working as expected. `histdb to.login --from 12:00 --exact` Error: near ":00": syntax error Error: near ":00": syntax error error in -header...
Synchronising the histdb over more then 3 hosts is causing all sorts of git issues, but perhaps I'm not using some of the histdb-* features correctly. Would be nice to...
With several synchronised panes open in tmux, while typing a command, there's a race to write to the db. One pane will be successful, then each other pane might error...
My current workflow doesn't require the directory in the output of histdb and to be honest my brain struggles with the shifting of the history command to the right when...
I'd love to add zplug support and other plugin manager support to this. Is this something that PRs would be welcomed for?
Also fixes one use of `${1:-cmd}` whereas `$1` has already been reassigned.