historian icon indicating copy to clipboard operation
historian copied to clipboard

Command-line utility for managing shell history in a SQLite database.

Results 7 historian issues
Sort by recently updated
recently updated
newest added

- code is now ok according to shellcheck - various simplifications and enhancements to code - hist search now searches for multiple terms with AND clauses.

Quick question: please, why you are not using sqlite3 in none interactive mode like this: `#!/bin/bash` `sqlite3 test.db "create table n (id INTEGER PRIMARY KEY,f TEXT,l TEXT);"`

Hi Jerry, you have a wonderful project here. Thank you for sharing the code. I would like to help and participate .... Could you please set an initial [board](https://github.com/jcsalterego/historian/projects) to...

Hi there, do you have any idea why historian doesn't work with [fzf](https://github.com/junegunn/fzf) ? After installing fzf i simply changed `history` to `hist /` in https://github.com/junegunn/fzf/blob/master/shell/key-bindings.bash#L58 and this works when...

/Users/zivago/.bash_history:18093: unescaped " character /Users/zivago/.bash_history:18093: unescaped " character /Users/zivago/.bash_history:18093: unescaped " character /Users/zivago/.bash_history:18093: unescaped " character /Users/zivago/.bash_history:18093: unescaped " character /Users/zivago/.bash_history:18093: unescaped " character /Users/zivago/.bash_history:18093: unescaped " character /Users/zivago/.bash_history:18088: unterminated...

Testing this on linux in the hope that historian will be able maintain the command history intelligently across multiple terminals in bash (depends on https://github.com/jcsalterego/historian/issues/9). However, at the moment I'm...

Support for zsh would be a very welcome addition ;)