Skip to content

A Cli tool that allows users walk recursively a directory, list it's content, delete or archive its files.

Notifications You must be signed in to change notification settings

yacinebenkaidali/fs-walk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fs-walk · GitHub license

A Cli tool that allows users walk recursively a directory, list it's content, delete or archive its files.

Installation & Usage

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.

Features

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

Issues

Please report any issues throgh this link. and follow the bug report template.

Licenses

MIT

Collaborators

About

A Cli tool that allows users walk recursively a directory, list it's content, delete or archive its files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages