Metadata-Version: 2.4
Name: xtrshow
Version: 0.1.0
Summary: Interactive file tree selector for sharing code with LLMs
Author-email: Michael Godfrey <michael@aloecraft.org>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/aloecraft/xtrshow
Project-URL: Repository, https://github.com/aloecraft/xtrshow
Keywords: cli,tui,file-selector,llm,tree
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# xtrshow

Interactive file tree selector for sharing code with LLMs

## Installation
```bash
pip install xtrshow
```

## Usage
```bash
xtrshow .                    # Browse current directory
xtrshow /path/to/dir         # Browse specific directory
xtrshow . --max-depth 2      # Limit depth
xtrshow . --pattern ".py"    # Filter by pattern
```

Select files with arrow keys and space, press Enter to output.
