Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 653 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 653 Bytes

rireq

CI

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)"