Skip to content

Commit

Permalink
More examples
Browse files Browse the repository at this point in the history
  • Loading branch information
niradar committed May 29, 2024
1 parent d0a1095 commit b267a58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,17 @@ python df_finder3.py --src <source_folder> --target <target_folder> --move_to <m

### Example

#### Simple usage:
```sh
python df_finder3.py --src /path/to/source --target /path/to/target --move_to /path/to/move_to --run
```

#### Most common usage:
Ignore differences in modification dates, copy the file to all target folders if found in multiple folders, and run without test mode:
```sh
python df_finder3.py --src /path/to/source --target /path/to/target --move_to /path/to/move_to --run --ignore_diff mdate --copy_to_all
```

## Running Tests
To run the tests, use pytest:

Expand Down

0 comments on commit b267a58

Please sign in to comment.