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

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

Awesome Lists containing this project

README

          

# Goclean

### Clean your filesystem with ease

Screenshot

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 ".")