Hacker News new | ask | show | jobs
by csdvrx 1498 days ago
> I'm working on adding a rich SQLite history to nushell

You may then be interested in my solution for bash, where Ctrl-R gives you fzy history for the given directory and Ctrl-T for all directories: https://github.com/csdvrx/bash-timestamping-sqlite

Everything goes into SQLite, which is helpful for stats - like, when do I make the most mistakes?