v1.1.1 • Open Source • MIT

Never lose a command again.

keeplog records every shell command and its output in the background. Search what you typed and what it printed.

Demo: keeplog search postgres finds docker ps and kubectl get pods, whose saved output mentions postgres, and shows that output in a preview pane.

Install

pip install keeplog
keeplog setup

Or with Homebrew:

brew tap rathinadev/keeplog https://github.com/rathinadev/keeplog
brew install keeplog
keeplog setup

Features

Quick Start

# Record a session
keeplog record

# In another terminal, search while recording
keeplog search docker