hiSHtory stores your shell history in context (what directory you ran the command it, whether it succeeded or failed, etc). This is synced to all your computers, so from your laptop you can now easily find that complex bash pipeline you wrote on your server.
Framer AI AgentsDesign and publish professional sites with AI
Promoted
Maker
hiSHtory solves a long time frustration for me: losing information when I close a terminal. By default, if you open two terminals at once, bash will lose your shell history. With hishtory, now you can persist your shell history from multiple terminals across multiple machines, and keep it all in context. For example, I can use this to do a query like `hishtory query cwd:~/code/hishtory go test` to find all the `go test` commands I ran inside the ~/code/hishtory directory.
Report
No reviews yetBe the first to leave a review for hiSHtory