An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# regname

Mass renamer TUI written in Rust.

[![asciicast](https://asciinema.org/a/711473.svg)](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).