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.
$ cargo install --git https://github.com/iquiw/rireq
Put the following in ~/.bashrc
.
eval "$(rireq init bash)"