Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmit0920 committed Jul 19, 2024
1 parent 928f5df commit 5b6f012
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ Clean all the empty folders and sub-folders within your target directory.
fidy -dir PATH_TO_YOUR_DIR -cleanAll -verbose
```

Fidy can take a backup of all your files before organizing them. Use the `-backup` flag to specify the directory where you want your backup folder to be created.
```
fidy -dir PATH_TO_YOUR_DIR -backup PATH_TO_BACKUP_DIR -include png -custom png=Images -verbose
```
![backup flag](./assets/backup%20flag.png)

## Upcoming features

- Log file
Expand Down

0 comments on commit 5b6f012

Please sign in to comment.