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.

CmdFinder TUI demo

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.2.1.tar.gz (10.6 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.2.1-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for cmdfinder-2.2.1.tar.gz
Algorithm Hash digest
SHA256 e61b7107908577285f35abd9414eb70d0c4d91722a8b4ca58c862a5c83d5800e
MD5 de3eb9e94336000842e4fbd09bc203aa
BLAKE2b-256 ca1b04c8fc41740f025c68d621c67a2dc698e0126d583bf83ade230245a084f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cmdfinder-2.2.1-py3-none-any.whl
  • Upload date:
  • Size: 12.3 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.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 64020bb9b827c298f6252355bf7cbf90398f046ea65d0b1f293c59c3fd398cef
MD5 c83e9f93c42d470e80cb889ca6902140
BLAKE2b-256 4adf15da44c4dfc65bb9b7c10a1344c1bd0999565ab7bdddcf3076c6a0dfcc38

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