Skip to main content

Search and run shell history with a Textual TUI

Project description

CmdFinder

CmdFinder is a handy terminal-based user interface (TUI) that lets you fuzzy-search, browse, and execute commands from your shell history. It’s built with Textual and RapidFuzz.

Img

CmdFinder search view

Features

  • 🔍 Fuzzy Search: Quickly find commands even if you don’t remember the exact syntax.
  • 🐚 Shell Support:
    • Zsh: ~/.zsh_history
    • Bash: ~/.bash_history
  • Instant Execution: Pick a command and run it straight away in your shell.
  • 🧭 Vim-like Navigation: Move around with j / k.
  • 🕒 Timestamps: Toggle timestamps on or off.
  • 🎨 Modern Interface: Built with Textual for a clean look.

Requirements

  • Python 3.10+
  • Bash/Zsh or compatible shell
  • Read access to history files

Installation

1. Install via pip

pip install cmdfinder

2. Setup Background Service (One-time)

Run this after installation:

cmdfinder-setup

3. Run the App

cmdfinder

or simply:

cf

Troubleshooting

If your system can't find cmdfinder or cf, add ~/.local/bin to your PATH.

Bash:

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

Zsh:

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc

Install from Source

git clone https://github.com/pranav5127/CmdFinder.git
cd cmdfinder

Optional: Create Virtual Environment

python -m venv .venv
source .venv/bin/activate

Install in Editable Mode

pip install -e .

After installing from source, run:

cmdfinder-setup

Usage

Start the TUI with:

cmdfinder

Key Bindings

Key Action
j Move down
k Move up
↓ / ↑ Move cursor
Ctrl+s Focus search
l / Ctrl+l Focus list
t Toggle timestamps
Enter Run selected command
q Quit

License

CmdFinder is released under the MIT License. Enjoy!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmdfinder-2.3.0.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cmdfinder-2.3.0-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file cmdfinder-2.3.0.tar.gz.

File metadata

  • Download URL: cmdfinder-2.3.0.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for cmdfinder-2.3.0.tar.gz
Algorithm Hash digest
SHA256 0bab90460bafa96068930689b4fce24b3885a51baba471f6586fc22497a25f08
MD5 4a8f710edac1d49463a15aad852d51c3
BLAKE2b-256 79e7ac69cdb1ad5bb942c02471080d06d60c034ce44d9ed10ea13badd09d2b25

See more details on using hashes here.

File details

Details for the file cmdfinder-2.3.0-py3-none-any.whl.

File metadata

  • Download URL: cmdfinder-2.3.0-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for cmdfinder-2.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4b72a17bf5bcba95a4be450098b98a1ff3b39153b8e4dc4051d0860b47fa921a
MD5 7447ca2fe2c5b02f060a01c26d7a769f
BLAKE2b-256 eff49171def86eddc4b191e8aa5b05052573a84c818448677f3ec701fb21c6ab

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page