Awesome
rireq
Rireq is a simple bash history replacement.
Unlike alternatives, it does not store working directory, exit status, etc., but only stores command execution count and last execution time and sort the history using them.
Requirements
Runtime
Setup
Installation
$ cargo install --git https://github.com/iquiw/rireq
Configuration
Put the following in ~/.bashrc
.
eval "$(rireq init bash)"