https://github.com/aarol/goclean
A simple program to delete directories fast
https://github.com/aarol/goclean
Last synced: 6 months ago
JSON representation
A simple program to delete directories fast
- Host: GitHub
- URL: https://github.com/aarol/goclean
- Owner: aarol
- License: mit
- Created: 2021-12-21T21:15:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T19:31:35.000Z (over 2 years ago)
- Last Synced: 2024-06-20T11:55:34.622Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goclean
### Clean your filesystem with ease

Goclean is written in Go, using the [bubbletea](https://github.com/charmbracelet/bubbletea) framework.
---
1. Enter the directories you want to find
2. Press space/delete to delete the directory
3. Press Q to quit when you're done
### Installation
Go 1.20+ is required. [Install go here](https://go.dev/doc/install)
```bash
go install github.com/aarol/goclean@latest
```
This should build the program for your system. You should also add add "$(go env GOPATH)/bin" to your $PATH for this command to be accessible anywhere on your system.
## Usage
```bash
goclean (dir2 dir3...)
```
### Options
* `-e`,`--exclude " (dir2...)"`: Exclude directories from search (default: node_modules, .git)
* `-a`,`--all`: Include hidden directories (directories starting with ".")