RESH: Rich Enhanced Shell History
github.com
RESH: Rich Enhanced Shell History
1–10 of 24 posts
Re: RESH: Rich Enhanced Shell History
#2Re: RESH: Rich Enhanced Shell History
#3Re: RESH: Rich Enhanced Shell History
#4The example shows many fields which are stored in the JSON for each command. I wonder how the file size will blow up after some time. Also, how are duplicates handled? Looking at all the details which are kept in context of a command, removing duplicate commands seems not to be an option without loosing the rich context.
https://github.com/curusarn/resh/issues
more expected issues from relying on a big JSON file:
Re: RESH: Rich Enhanced Shell History
#5Its great but it could be even better. For example if there is ambiguity the possible choices are shown but not as a menu.
Re: RESH: Rich Enhanced Shell History
#6Re: RESH: Rich Enhanced Shell History
#7Is there something similar available for fish?
Re: RESH: Rich Enhanced Shell History
#8Re: RESH: Rich Enhanced Shell History
#9https://github.com/cantino/mcfly
https://github.com/jcsalterego/historian
https://github.com/larkery/zsh-histdb + https://github.com/m42e/zsh-histdb-fzf
https://github.com/ellie/atuin
All of these except the OP (I think) use SQLite databases.
Personally I use zsh-histdb, which is great but only for ZSH. I'm working on adding a rich SQLite history to nushell so I can finally try nu: https://github.com/nushell/reedline/pull/401 .
Re: RESH: Rich Enhanced Shell History
#10Is there something similar available for fish?