DEV Community

petercour
petercour

Posted on

Bash history viewer (daily project)

Project of the day: Made a bash history viewer, which automatically scrolls to the bottom of the console.

Bash history is a file on Linux and Apple system, which logs the console commands. The file is ~/.bash_history.

Simple program, but easier than scrolling in the terminal. If you use another terminal emulator (zsh? fish?), your file will be in another location.

Resources:

Top comments (0)