| Crates.io | reatler |
| lib.rs | reatler |
| version | 0.6.4 |
| created_at | 2024-11-25 15:44:55.077354+00 |
| updated_at | 2026-01-02 11:05:26.11596+00 |
| description | A thing that can bundle files into single one |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1460435 |
| size | 50,518 |
reatler is a CLI tool that scans a project directory, detects its type, and bundles matching files into a single output file (output.txt).
It supports automatic project type detection (Rust, JS, Python, etc.) or manual selection of file types, with optional smart directory search.
fd if available, otherwise recursive search).Cargo.toml, package.json, etc.).output.txt.fd integration.cargo)git clone https://github.com/yourusername/reatler.git
cd reatler
cargo install --path .
reatler [OPTIONS] [DIRECTORY]
| Flag / Option | Description |
|---|---|
--smart <query> |
Search for a directory whose name contains <query> (case-insensitive). |
--manual / -m |
Manual mode — prompts for file types and ignore patterns. |
| (no flags) | Auto mode — detects project type and includes relevant files. |
reatler .
output.txt.reatler --manual
rs toml json)target dist .d.ts)reatler --smart api
"api" in their name.output.txt will contain: