A Cli tool that allows users walk recursively a directory, list it's content, delete or archive its files.
for now you need to clone the repo
gh repo clone yacinebenkaidali/fs-walk
And then build the project locally
go build .
by the end of the build process you'll have a binary that you can use.
Here's a list of options that this CLI supports now
--root
Root directory to start--list
List files only--ext
File extensions to filter out, comma separated. (exp ".jpeg,.png")--log
files to redirect the logs to.--size
Minimum file size--del
Deleted matched files (use this with care)--archive
Archive directory
Please report any issues throgh this link. and follow the bug report template.
MIT
- Yacine BENKAIDALI [email protected]