Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeyoll/mp3-folder-rename-rs
A small utility to rename mp3 folders
https://github.com/aeyoll/mp3-folder-rename-rs
folder mp3 rename rust
Last synced: 3 days ago
JSON representation
A small utility to rename mp3 folders
- Host: GitHub
- URL: https://github.com/aeyoll/mp3-folder-rename-rs
- Owner: aeyoll
- Created: 2020-09-19T15:39:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T16:14:37.000Z (about 3 years ago)
- Last Synced: 2024-11-01T23:25:01.456Z (about 2 months ago)
- Topics: folder, mp3, rename, rust
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MP3 folder rename
A small utility to rename mp3 folders the way _I_ like it, i.e.:
> Artist - Year - Album
Usage
---```shell script
mp3-folder-rename [FLAGS] ...
```#### Flags:
```
-d, --debug Debug mode
-n, --dry-run Dry run mode
-h, --help Prints help information
-V, --version Prints version information
```#### Args:
```
... The source folders to rename
```Development
---```shell script
git clone [email protected]:aeyoll/mp3-folder-rename-rs.git
cd mp3-folder-rename-rs
cargo run --
```