zsh-histdb icon indicating copy to clipboard operation
zsh-histdb copied to clipboard

A slightly better history for zsh

Results 41 zsh-histdb issues
Sort by recently updated
recently updated
newest added

We recently listed on `zsh-histdb` on [Fig Plugin Store](https://fig.io/plugins), so we'd love to have Fig displayed as a download method on your readme. Thanks so much and please let me...

Would it be possible to add tags to commands by "misusing" that `#` is a comment? An example could be something like: ```console $ super-usefull-command --with parameter #tag1 #tag2 #tag3...

If I call `histdb --in` while in `~/dev/vim`, it yields results from `~/dev/vim` as well as `~/dev/vimrc`. I assume the logic that is meant to handle the "current dir or...

I'm using commit `055523a798`. When invoking the widget `histdb-fzf-widget` in a new shell, the line indicating the mode and showing the function keys that I can press is not shown....

I'm using histdb Git rev 30797f0c. When running `histdb-sync`, I'm getting ``` error: cannot rebase: You have unstaged changes. error: Please commit or stash them. ``` I ran it again...

Zle, the line editor from zsh offers two main modes to browse history: * the one emulated in [histdb-interactive.zsh](https://github.com/larkery/zsh-histdb/blob/master/histdb-interactive.zsh), inspired of bash CTRL + R interactive search * a more...

Also set missing local and global variables, so no warning is emitted when WARN_CREATE_GLOBAL is set.

When closing the pipe to sqlite3, the sqlite3 process is not terminated instantly which leads to race conditions with Git in `histdb-sync`. Therefore, this PR adds a block to wait...

When merging unrelated Git histories, the merge driver uses an empty ancestor database. Thus, the SQL `max` function cannot operate and returns a `null` value during the merge, effectively discarding...

Hi, the plugins not working on my install, but not understand: ``` ~ > sqlite3 -version 3.36.0 2021-06-18 18:36:39 ~ > zsh --version zsh 5.7.1 (x86_64-apple-darwin19.0) ``` my steps: ```...