Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffwilliams/spacehoarder

SpaceHoarder
https://github.com/jeffwilliams/spacehoarder

cleanup diskspace terminal

Last synced: 11 days ago
JSON representation

SpaceHoarder

Awesome Lists containing this project

README

        

# 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