| Crates.io | frentui |
| lib.rs | frentui |
| version | 0.1.0 |
| created_at | 2026-01-04 00:39:06.063304+00 |
| updated_at | 2026-01-04 00:39:06.063304+00 |
| description | Interactive TUI for batch file renaming using freneng |
| homepage | https://github.com/byezy/frentui |
| repository | https://github.com/byezy/frentui |
| max_upload_size | |
| id | 2021045 |
| size | 422,295 |
Interactive TUI (Text User Interface) for batch file renaming using freneng.
frentui provides a guided, menu-driven workflow for batch file renaming. It's designed for users who prefer an interactive experience over command-line arguments.
This tool is separate from frencli to keep the CLI tool lean and focused, while providing a rich interactive experience for those who want it.
cargo install frentui
git clone https://github.com/byezy/frentui.git
cd frentui
cargo build --release
cp ./target/release/frentui ~/.local/bin/
frentui
The TUI displays all sections on a single screen:
Tab / Shift+Tab to navigate between sectionsEnter activates the focused sectionEsc cancels dialogs or returns to previous stateCtrl+C or q quits the application📋 Changelog - See what's new in each version
frencli and frentui)This project is licensed under the MIT License.