https://github.com/linkdd/regname
Mass renamer TUI written in Rust
https://github.com/linkdd/regname
rust terminal tool tui
Last synced: 10 days ago
JSON representation
Mass renamer TUI written in Rust
- Host: GitHub
- URL: https://github.com/linkdd/regname
- Owner: linkdd
- License: mit
- Created: 2025-04-03T16:45:56.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2025-04-03T16:48:08.000Z (17 days ago)
- Last Synced: 2025-04-03T17:35:44.276Z (17 days ago)
- Topics: rust, terminal, tool, tui
- Language: Rust
- Homepage:
- Size: 0 Bytes
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- my-awesome-github-stars - linkdd/regname - Mass renamer TUI written in Rust (Rust)
README
# regname
Mass renamer TUI written in Rust.
[](https://asciinema.org/a/711473)
## :package: Installation
```bash
cargo install --locked --git https://github.com/linkdd/regname
```## :memo: Usage
```bash
regname path/to/a/folder
```Then, use:
- `TAB` to select either the "Match" input field or "Rename" input field
- `CTRL+C` to cancel
- `ENTER` to rename all matching files## :page_facing_up: License
This project is released under the terms of the [MIT License](./LICENSE.txt).