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

https://github.com/simonhylander/diskotective

TUI Disk Analyzer
https://github.com/simonhylander/diskotective

Last synced: 5 months ago
JSON representation

TUI Disk Analyzer

Awesome Lists containing this project

README

          

# Diskotective

This is a proof of concept of a disk analyzer built on [Go](https://go.dev) and [Bubble Tea](https://github.com/charmbracelet/bubbletea).
This tool allows you to scan your disk and visualize the disk usage in a user-friendly manner directly from your terminal.

## Installation
```bash
curl https://raw.githubusercontent.com/simonhylander/diskotective/main/install.sh | bash
```

## Usage
```bash
diskotective
diskotective -d /path/to/directory
```

## Demo