https://github.com/shellshape/archiver
Simple CLI app to archive media files into different directories by creation dates
https://github.com/shellshape/archiver
Last synced: 7 months ago
JSON representation
Simple CLI app to archive media files into different directories by creation dates
- Host: GitHub
- URL: https://github.com/shellshape/archiver
- Owner: shellshape
- License: mit
- Created: 2025-06-15T20:45:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-16T20:53:07.000Z (7 months ago)
- Last Synced: 2025-06-16T21:22:49.624Z (7 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# archiver
Simple CLI app to archive media files into different directories by creation dates
## Usage
```
$ archiver --help
Simple CLI app to archive media files into different directories by creation dates
Usage: archiver.exe [OPTIONS]
Arguments:
Source directory
Target directory
Options:
-m, --mv Move files instead of copying them
-f, --force Overwrite existing files
-h, --help Print help
-V, --version Print version
```
## Install
You can either download the latest release builds form the [Releases page](https://github.com/shellshape/archiver/releases) or you can install it using cargo install.
```
cargo install --git https://github.com/shellshape/archiver
```