https://github.com/simonhylander/diskotective
TUI Disk Analyzer
https://github.com/simonhylander/diskotective
Last synced: 5 months ago
JSON representation
TUI Disk Analyzer
- Host: GitHub
- URL: https://github.com/simonhylander/diskotective
- Owner: SimonHylander
- Created: 2024-03-19T20:21:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T23:37:07.000Z (about 2 years ago)
- Last Synced: 2024-12-22T07:33:07.581Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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