Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 544 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 544 Bytes

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