Skip to content

jeffwilliams/spacehoarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceHoarder

SpaceHoarder consists of two Linux tools to help locate and remove files that are taking up space on a harddrive:

  1. sph: A terminal-based utility, intended for use over ssh
  2. sphg: A GUI-based utility intended for local use

Building

To build sph do:

go install github.com/jeffwilliams/spacehoarder/cmds/sph

To build sphg do:

go install github.com/jeffwilliams/spacehoarder/cmds/sphg