Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dundee/gdu-web
Experimental fork of gdu with web interface
https://github.com/dundee/gdu-web
Last synced: 15 days ago
JSON representation
Experimental fork of gdu with web interface
- Host: GitHub
- URL: https://github.com/dundee/gdu-web
- Owner: dundee
- License: mit
- Created: 2021-03-01T11:37:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T07:36:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T22:42:31.370Z (2 months ago)
- Language: Go
- Size: 1.41 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# go DiskUsage(withWeb=true)
Experimental fork of [gdu](https://github.com/dundee/gdu) with web interface.
## Installation
go get -u github.com/dundee/gdu-web
## Usage
```
gdu [directory_to_scan] [flags]
gdu [command]Available Commands:
disks Show all mounted disks
help Help about any command
interactive Run in interactive mode
version Print the version number of gdu
web Run in web modeFlags:
-h, --help help for gdu
-i, --ignore-dirs strings Absolute paths to ignore (separated by comma) (default [/proc,/dev,/sys,/run])
-l, --log-file string Path to a logfile (default "/dev/null")
-c, --no-color Do not use colorized output
-x, --no-cross Do not cross filesystem boundaries
-p, --no-progress Do not show progress in non-interactive mode
-a, --show-apparent-size Show apparent size
```