Metadata-Version: 2.4
Name: termtools-tui
Version: 0.1.0
Summary: A beautiful TUI to browse the CLI tools you have installed.
Author: Max Tillinger
License: MIT
Project-URL: Homepage, https://github.com/mtt2016/termtools
Keywords: tui,cli,terminal,tools,textual
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Shells
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: textual>=0.50

# termtools ✨

A beautiful Textual TUI to browse the CLI tools you have installed on your system.

## Install

```bash
pipx install termtools-tui
```

Then run:

```bash
termtools
```

## Features

- Scans your `$PATH` against a curated catalog of ~100 CLI tools across 13 categories
- Tabs to filter: Editors, Search, File & Disk, Git, System, Network, Languages, Package Managers, Containers, Data, Shells, AI, Fun, plus a "Cool Picks ★" tab
- Live search bar
- Per-tool detail pane: description, path, size
- Buttons to **Run**, **Inspect**, and view **Install info** with copy-paste install commands for brew, apt, dnf, pacman, apk, winget, scoop, and chocolatey

## Keys

- `/` focus search
- `r` refresh
- `enter` inspect selected tool
- `q` quit
