Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchou committed Jul 30, 2024
1 parent c75fff9 commit ad4a072
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@ Options:
-V, --version Print version
```

eg:
`file-clean-rust ~/Downloads` dry-run and see result
`file-clean-rust ~/Downloads --prune` prune the target path and see result

## Configuration

The default configuration file `.cleanup-patterns.yml` is searched for starting from the specified target path,
moving upwards step by step until the root directory is reached.
If it is not found, it will then be looked for in the user's home directory.

## Configuration

```yaml
remove: |-
example_filename
Expand Down

0 comments on commit ad4a072

Please sign in to comment.