All Projects → cauebs → Durt

cauebs / Durt

Licence: gpl-3.0
Command line tool for calculating the size of files and directories

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Durt

Legit
Git for Humans, Inspired by GitHub for Mac™.
Stars: ✭ 5,682 (+20944.44%)
Mutual labels:  cli, tool
Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (+2796.3%)
Mutual labels:  cli, tool
Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+114096.3%)
Mutual labels:  cli, tool
Org Formation Cli
Better than landingzones!
Stars: ✭ 471 (+1644.44%)
Mutual labels:  cli, tool
Tb Cli
🛠️ CLI for rapid TB generate
Stars: ✭ 8 (-70.37%)
Mutual labels:  cli, tool
Ferret
Declarative web scraping
Stars: ✭ 4,837 (+17814.81%)
Mutual labels:  cli, tool
Hover
Hover helps developers to release Flutter applications on desktop.
Stars: ✭ 698 (+2485.19%)
Mutual labels:  cli, tool
Release It
🚀 Automate versioning and package publishing
Stars: ✭ 4,773 (+17577.78%)
Mutual labels:  cli, tool
Mprislyrics
Small command-line utility that displays lyrics in sync with the currently playing song in a MPRIS2 capable player.
Stars: ✭ 24 (-11.11%)
Mutual labels:  cli, tool
Git2json
Simple tool to get a JSON from your git log.
Stars: ✭ 18 (-33.33%)
Mutual labels:  cli, tool
Npkill
List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.
Stars: ✭ 5,325 (+19622.22%)
Mutual labels:  cli, tool
Ddecmd
DDE command line query tool
Stars: ✭ 11 (-59.26%)
Mutual labels:  cli, tool
Jtc
JSON processing utility
Stars: ✭ 425 (+1474.07%)
Mutual labels:  cli, tool
Diskus
A minimal, fast alternative to 'du -sh'
Stars: ✭ 674 (+2396.3%)
Mutual labels:  cli, tool
Phpinsights
🔰 Instant PHP quality checks from your console
Stars: ✭ 4,442 (+16351.85%)
Mutual labels:  cli, tool
Awesome bot
✅ Validate links in awesome projects
Stars: ✭ 697 (+2481.48%)
Mutual labels:  cli, tool
Fd
A simple, fast and user-friendly alternative to 'find'
Stars: ✭ 19,851 (+73422.22%)
Mutual labels:  cli, tool
Jql
A JSON Query Language CLI tool
Stars: ✭ 368 (+1262.96%)
Mutual labels:  cli, tool
Dotnet Ignore
.NET CLI tool that can download .gitignore file from gitignore repository
Stars: ✭ 18 (-33.33%)
Mutual labels:  cli, tool
Auto Cpufreq
Automatic CPU speed & power optimizer for Linux
Stars: ✭ 843 (+3022.22%)
Mutual labels:  cli, tool

durt

durt

Command line tool for calculating the size of files and directories

Installation

~ $ cargo install durt

Usage

USAGE:
    durt [FLAGS] [OPTIONS] [paths]...

ARGS:
    <paths>...    Paths to files or directories. Use wildcards for recursion

FLAGS:
    -b, --binary        Use binary prefixes (Ki, Mi, Gi, etc.) instead of decimal
    -P, --percentage    Show each entry's percentage relative to the total
    -t, --total         Print the sum of all sizes at the end
    -s, --sort          Print entries in ascending order of size
    -p, --by-path       Sort by path instead of by size
    -r, --reverse       Reverse the order of the entries
    -f, --same-fs       Ignore entries from filesystems different from that of the first path passed
    -h, --help          Prints help information
    -V, --version       Prints version information

OPTIONS:
    -m, --min <minimum-percentage>    Omit entries with size less than this

At this time --same-fs is not available on Windows.

Example

~/durt $ durt -st *
       534 B  Cargo.toml
     1.24 kB  README.md
    11.49 kB  Cargo.lock
    35.15 kB  LICENSE
    56.01 kB  src
   173.56 MB  target
   ---------
   173.66 MB
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].