./sysutils/dusage, Command line disk usage information tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.6, Package name: dusage-0.3.6, Maintainer: pin

Command line disk usage tool.

Features
-bargraph with disk and inode usage.
-background: inodes, foreground: disks.
-grouping of filesystems.
-separate coloring of /, /boot and /mnt for easy spotting.
-log2ram filesystem displayed last for easy spotting of log drive usage
on Raspberry Pi.
-display of detailed inode usage (similar to df -i).


Master sites:

Filesize: 10.882 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-10 21:35:09 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dusage: update to 0.3.6

 - Update Rust crate clap to 4.3.11
 - Audit: Use centralized repository
   2023-02-21 14:27:51 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dusage: update to 0.3.5

No ChangeLog provided but, manly CI changes.⏎
   2022-10-03 13:07:21 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dusage: update to 0.3.3

 - Audit: Reference centralized repository
 - Fix: Clippy warnings
 - Colorize: Split to seprate structs
 - Cargo: Use latest clap
   2022-09-26 15:54:10 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/dusage: update to 0.3.2

 - Args: Fix to copy-friendly
   2022-08-01 10:05:47 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/dusage: update to 0.3.1

-Use --copy-friendly
   2022-05-22 18:39:02 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dusage: update to 0.3.0

-Simplify ok, err and highlight.
-Autoclap: Bump to 0.2.2
   2022-02-10 23:03:09 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/dusage: update to 0.2.3

-Add copy-friendly feature
 Usefuly when we want to copy output elsewhere.
 The unused is then a separate character to
 distinguish it from the used part.
   2022-01-29 11:10:05 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dusage: update to 0.2.2

-Add NetBSD install instructions
-Improve syntax consistency
-Improve wording