# duf
**Repository Path**: upnoeup/duf
## Basic Information
- **Project Name**: duf
- **Description**: 磁盘管理工具
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-01-20
- **Last Updated**: 2021-01-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
**软件简介**
Duf 是一个查看磁盘使用量及释放磁盘空间的开源软件,由 Go 语言编写而成,适配 Linux、macOS 和 Windows 操作系统。

**特性:**
易于使用
彩色显示
根据终端窗口调整来调整高度和宽度
根据需要对数据进行排序
过滤器和群组功能
JSON输出等
**安装:**
确保具有可运行的 Go 环境,包括用于源代码安装的 Golang 编译器。打开终端应用程序,然后使用以下 git 命令:
```
git clone https://github.com/muesli/duf.git
cd duf
go build
```
**Debian/Ubuntu**
使用 wget 或者 curl 指令下载文件
```
wget https://github.com/muesli/duf/releases/download/v0.5.0/checksums.txt
wget https://github.com/muesli/duf/releases/download/v0.5.0/duf_0.5.0_linux_amd64.deb
sha256sum --ignore-missing -c checksums.txt
```
**校验确认:**
```
duf_0.5.0_linux_amd64.deb: OK
```
**安装 .deb 软件包:**
```
sudo apt install ./duf_0.5.0_linux_amd64.deb
```
**macOS**
使用 homebrew 或 port 命令安装:
```
brew install duf
sudo port selfupdate && sudo port install duf
```
**Windows**
使用 scoop 并输入以下命令:
```
scoop install duf
```