# mmt
Multimedia Management Tool
# copy_file
copy multimedia file to path by capture datetime
## Usage
### Build
```shell
cargo build --release
```
### Examples
```shell
copy_file raw ./input ./output/raw
copy_file jpg ./input ./output/jpg
copy_file heic ./input ./output/heic
```
## License
Licensed under either of
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.