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

I'm not exactly sure how to describe the behavior, but I have ^r bound to _histdb-isearch, but not sure if its a display issue, a fill-in issue, or something else......

(semi-related to https://github.com/larkery/zsh-histdb/issues/2) When you remove the `group by` command and add an index on time: `create index hist_time on history(start_time);` For example compare this (slow): ```sql -- explain query...

I am having some issues installing this. Note that I don't use o-m-z. To reproduce: 1. `git clone [email protected]:larkery/zsh-histdb.git ~/z` 2. add ``` . ~/z/zsh-histdb/sqlite-history.zsh autoload -Uz add-zsh-hook add-zsh-hook precmd...

Just started getting this error on fresh install of Ubuntu 18.04. ``` Linux 4.18.0-15-generic #16~18.04.1-Ubuntu SMP Thu Feb 7 14:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux zsh 5.4.2 (x86_64-ubuntu-linux-gnu) sqlite3...

fresh install install using the suggested `oh-my-zsh` plugin dir and after adding commands to `~/.zshrc`: ``` Error: incomplete SQL: PRAGMA user_version = 2 error in History database /home/max/.histdb/zsh-history.db is using...

I received this error message on every command: `zshaddhistory:4: failed to compile regex: empty (sub)expression `

Hi! I really love how well put together this all looks - from the merging driver to even describing with clear code examples how to wire this up to zsh-autosuggestions,...

help wanted

I ran the `histdb -d` command and found there are some unicode chars in the call. History is not functioning. Below is the `histdb -d` call. I am using zplug...

If a parent directory of $hist_dir contains a git repo, the first time histdb-sync runs, it'll try to commit to that repo, since the "git rev-parse --is-inside-work-tree" test will return...

Hi! I've been using histdb synced with a git repository for a few days now, and I've noticed that every commit message just has been 'history'. I think that should...