https://github.com/thefox/renamer-rust
Renamer written in Rust.
https://github.com/thefox/renamer-rust
Last synced: over 1 year ago
JSON representation
Renamer written in Rust.
- Host: GitHub
- URL: https://github.com/thefox/renamer-rust
- Owner: TheFox
- License: mit
- Created: 2022-03-24T20:25:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T13:07:37.000Z (about 4 years ago)
- Last Synced: 2025-03-12T23:01:53.299Z (over 1 year ago)
- Language: Rust
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-v0.md
- License: LICENSE
Awesome Lists containing this project
README
# Renamer written in Rust
## Project Outlines
The project outlines as described in my blog post about [Open Source Software Collaboration](https://blog.fox21.at/2019/02/21/open-source-software-collaboration.html).
- The main purpose of this software is to rename files to a specific format based on given configuration files in a folder and/or subfolders.
- This list is open. Feel free to request features.
## Examples
TODO
## Dev
```bash
./bin/dev.sh -c ./config.json -p tmp/test1 -l 1 -n
```