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

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.

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
```