Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mertd/topclean
Free up disk space with one command and zero config. Inspired by topgrade and BleachBit.
https://github.com/mertd/topclean
automation disk-cleaner disk-cleanup opinionated rust zero-config zero-configuration
Last synced: 3 months ago
JSON representation
Free up disk space with one command and zero config. Inspired by topgrade and BleachBit.
- Host: GitHub
- URL: https://github.com/mertd/topclean
- Owner: mertd
- License: mit
- Created: 2021-08-29T07:06:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T11:13:52.000Z (8 months ago)
- Last Synced: 2024-06-11T12:47:08.093Z (5 months ago)
- Topics: automation, disk-cleaner, disk-cleanup, opinionated, rust, zero-config, zero-configuration
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - mertd/topclean - Free up disk space with one command and zero config. Inspired by topgrade and BleachBit. (Rust)
README
# topclean
> Free up disk space with one command
`topclean` is intended to be used when you are running low on disk space and you are sure that deleting temporary files, caches, files marked for deletion (e.g. recycle bin) etc. is safe.
## Motivation and Inspiration
`topclean` has been inspired by these projects:
- [BleachBit](https://github.com/bleachbit/bleachbit)
- [topgrade](https://github.com/r-darwish/topgrade)The goal is to provide disk cleaning functionality like BleachBit, but in a zero/low config way like topgrade offers for software upgrades. Another similarity to the latter is a focus on development tools.
Also, I wanted to try out Rust.
## Install and Run
### Windows
You can install topclean using scoop as below, or the same way as for other OS.
```ps1
# Add custom bucket
scoop bucket add topclean https://github.com/mertd/topclean
# Install
scoop install topclean
# Run
topclean
```### Generic
Use this for all other OS.
Check out the repository and execute `cargo run` within the directory.
## Licence
[MIT](LICENCE)