All Projects → nachoparker → Dutree

nachoparker / Dutree

Licence: gpl-3.0
a tool to analyze file system usage written in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Dutree

Infinit
The Infinit policy-based software-defined storage platform.
Stars: ✭ 363 (-27.25%)
Mutual labels:  filesystem
Electron Filesystem
FileSystem for windows
Stars: ✭ 409 (-18.04%)
Mutual labels:  filesystem
Laravel Filesystem Qiniu
A Qiniu Storage filesystem for Laravel
Stars: ✭ 437 (-12.42%)
Mutual labels:  filesystem
Svfs
The Swift Virtual File System
Stars: ✭ 375 (-24.85%)
Mutual labels:  filesystem
Filesystem
The Filesystem component provides basic utilities for the filesystem.
Stars: ✭ 4,111 (+723.85%)
Mutual labels:  filesystem
React Native Fs
Native filesystem access for react-native
Stars: ✭ 4,264 (+754.51%)
Mutual labels:  filesystem
Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (+687.98%)
Mutual labels:  filesystem
Ls
ls on steroids
Stars: ✭ 458 (-8.22%)
Mutual labels:  filesystem
Catfs
Cache AnyThing filesystem written in Rust
Stars: ✭ 404 (-19.04%)
Mutual labels:  filesystem
Google Drive Ocamlfuse
FUSE filesystem over Google Drive
Stars: ✭ 4,447 (+791.18%)
Mutual labels:  filesystem
Dokany
User mode file system library for windows with FUSE Wrapper
Stars: ✭ 4,055 (+712.63%)
Mutual labels:  filesystem
Filer
Node-like file system for browsers
Stars: ✭ 389 (-22.04%)
Mutual labels:  filesystem
Discutils
Utility libraries to interact with discs, filesystem formats and more
Stars: ✭ 417 (-16.43%)
Mutual labels:  filesystem
Fssb
A filesystem sandbox for Linux using syscall intercepts.
Stars: ✭ 375 (-24.85%)
Mutual labels:  filesystem
Httpdirfs
A filesystem which allows you to mount HTTP directory listings, with a permanent cache. Now with Airsonic / Subsonic support!
Stars: ✭ 443 (-11.22%)
Mutual labels:  filesystem
Mango
mango fun framework
Stars: ✭ 343 (-31.26%)
Mutual labels:  filesystem
Rm Protection
A safe alternative for "rm".
Stars: ✭ 416 (-16.63%)
Mutual labels:  filesystem
Zio
A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET
Stars: ✭ 483 (-3.21%)
Mutual labels:  filesystem
Dwarfs
A fast high compression read-only file system
Stars: ✭ 444 (-11.02%)
Mutual labels:  filesystem
Io
Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO
Stars: ✭ 427 (-14.43%)
Mutual labels:  filesystem

dutree

a tool to analyze file system usage written in Rust

Example

Features

  • coloured output, according to the LS_COLORS environment variable.
  • display the file system tree
  • ability to aggregate small files
  • ability to exclude files or directories
  • ability to compare different directories
  • fast, written in Rust

More details at ownyourbits.com.

Usage

 $ dutree --help
Usage: dutree [options] <path> [<path>..]

Options:
    -d, --depth [DEPTH] show directories up to depth N (def 1)
    -a, --aggr [N[KMG]] aggregate smaller than N B/KiB/MiB/GiB (def 1M)
    -s, --summary       equivalent to -da, or -d1 -a1M
    -u, --usage         report real disk usage instead of file size
    -b, --bytes         print sizes in bytes
    -f, --files-only    skip directories for a fast local overview
    -x, --exclude NAME  exclude matching files or directories
    -H, --no-hidden     exclude hidden files
    -A, --ascii         ASCII characters only, no colors
    -h, --help          show help
    -v, --version       print version number

Installation

cargo install dutree

There's also standalone binaries for Linux in the Releases section

Arch Linux

You can install the AUR package with an AUR helper like pacaur, or manually:

git clone https://aur.archlinux.org/dutree.git
cd dutree
makepkg -si

Fedora

You can install dutree from the official Fedora repositories:

$ sudo dnf -y install dutree
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].