Ride the wave of your past commands
cmdsurf
is a fun and lightweight terminal UI that lets you scroll through, run, or delete your Bash history interactively.
- Scroll your command history with β/β
- Highlight current selection with
>
- Hit
Enter
to run the selected command - Hit
Delete
to remove it from your history q
orCtrl+C
to exit anytime- Fully supports
$HISTFILE
(default~/.bash_history
)
pip install cmdsurf
cmdsurf