Metadata-Version: 2.4
Name: wheretf
Version: 0.0.1
Summary: Where's The File? Blazing-fast interactive terminal file finder and CLI searcher.
Author: hariharen9
License: MIT
Project-URL: Homepage, https://github.com/hariharen9/wtf
Project-URL: Bug-Tracker, https://github.com/hariharen9/wtf/issues
Keywords: file,search,finder,tui,cli,everything,fzf
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# WTF - Where's The File?

WTF is a blazing-fast, cross-platform interactive terminal file finder and CLI searcher written in pure Go.

This Python package is a lightweight wrapper that automatically downloads and caches the optimized, pre-compiled native WTF binary for your specific operating system (Windows, macOS, or Linux) and CPU architecture on its first run, then executes it with zero overhead.

## Installation

```bash
pip install wheretf
```

## Usage

Simply run:

```bash
wtf
```

Or search for a file directly:

```bash
wtf main.go
```
