Skip to content

tmshv/fsdup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsdup

Walks a directory and find all unpacked arhives to help you keep your file system clean. For example:

./fsdup ~/Downloads/GIS
Unpacked archive ne_10m_populated_places.zip (...GIS/natural_earth/ne_10m_populated_places)
Unpacked archive ne_10m_roads.zip (...GIS/natural_earth/ne_10m_roads)
Unpacked archive ne_10m_time_zones.zip (...GIS/natural_earth/ne_10m_time_zones)

This output shows several zip files (ne_10m_populated_places.zip) being unpacked inplace (ne_10m_populated_places).

Usage

  1. Build
go build ./cmd/fsdup
  1. Run
./fsdup <root_dir>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages