Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffwilliams/spacehoarder
SpaceHoarder
https://github.com/jeffwilliams/spacehoarder
cleanup diskspace terminal
Last synced: 11 days ago
JSON representation
SpaceHoarder
- Host: GitHub
- URL: https://github.com/jeffwilliams/spacehoarder
- Owner: jeffwilliams
- Created: 2018-06-05T23:51:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T01:26:32.000Z (over 6 years ago)
- Last Synced: 2024-06-20T16:52:26.874Z (5 months ago)
- Topics: cleanup, diskspace, terminal
- Language: Go
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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