Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alkihis/photo-cleaner
https://github.com/alkihis/photo-cleaner
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alkihis/photo-cleaner
- Owner: alkihis
- Created: 2019-08-21T10:55:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T09:27:45.000Z (over 3 years ago)
- Last Synced: 2023-03-02T23:07:01.393Z (over 1 year ago)
- Language: TypeScript
- Size: 395 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This module is used to sort pictures and videos into folders.
# Install
Install it globally since it has no utility into a JS project.```bash
[sudo] npm i -g @alkihis/photo-cleaner
```# Usage
```bash
photo-cleaner [srcFolder] [destFolder] [--help]
```# Exemple
```bash
photo-cleaner INPUT OUTPUT -c -r recent
```