Path to this page:
./
sysutils/ncdu,
Disk usage visualization tool
Branch: CURRENT,
Version: 1.15.1,
Package name: ncdu-1.15.1,
Maintainer: slitvinovncdu (NCurses Disk Usage) is a curses-based version of the well-known
'du', and provides a fast way to see what directories are using
your disk space.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 1d88eb2b29bfb559ac75109616bba53e48d4d083
RMD160: 66fbf2a62d9ac359360b3e3265486658e77786fd
Filesize: 144.768 KB
Version history: (Expand)
- (2020-06-13) Updated to version: ncdu-1.15.1
- (2020-03-24) Updated to version: ncdu-1.14.2
- (2019-11-30) Updated to version: ncdu-1.14.1
- (2018-09-15) Updated to version: ncdu-1.13
- (2017-01-04) Updated to version: ncdu-1.12nb1
- (2016-12-05) Updated to version: ncdu-1.12
CVS history: (Expand)
2020-06-13 12:03:04 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
ncdu: update to 1.15.1.
1.15.1 - 2020-06-10
- (Linux) Fix build on older Linux systems (Christian Gottsche)
- (MacOS) Revert "Exclude firmlinks by default" behavior (until we have
a better solution)
- (MacOS) Add --exclude-firmlinks option to opt-in to the above behavior
1.15 - 2020-05-30
- (Linux) Add --exclude-kernfs option to exclude pseudo filesystems (Christian
Gottsche)
- (MacOS) Exclude firmlinks by default (Saagar Jha)
- (MacOS) Add --follow-firmlinks option to follow firmlinks (Saagar Jha)
- Fix bug in calculating the apparent size of directories containing hardlinks
- Fix integer overflow with directories containing >2GiB worth of file names
- Fix yet another possible 100% CPU bug when losing terminal
|
2020-03-24 19:20:59 by Nia Alarie | Files touched by this commit (2) |  |
Log message:
ncdu: Update to 1.14.2
1.14.2 - 2020-02-10
- Fix compilation with GCC 10 (-fno-common)
- Fix minor display issue when scanning 10M+ files
- Slightly reduce memory usage for hard link detection
|
2019-11-30 18:23:08 by Sijmen J. Mulder | Files touched by this commit (2) |  |
Log message:
sysutils/ncbu: Update to 1.14.1
1.14.1:
- Fix occasional early exit on OS X
- Fix --exclude-caches
- Improve handling of out-of-memory situations
1.14:
- Add mtime display and sorting (Alex Wilson)
- Add (limited) --follow-symlinks option (Simon Doppler)
- Display larger file counts in browser UI
- Add -V, --version, and --help alias flags
- Fix crash when attempting to sort an empty directory
- Fix 100% CPU bug when ncdu loses the terminal
- Fix '--color=off' flag
- Fix some typos
|
2018-09-15 02:11:57 by Maya Rashish | Files touched by this commit (2) |  |
Log message:
ncdu: update to 1.13
Requested by Marko Kaznovac in PR pkg/53602
- Add "extended information" mode and -e flag
- Add file mode, modification time and uid/gid to info window with -e
- Add experimental color support and --color flag
- Add -rr option to disable shell spawning
- Remove directory nesting limit on file import
- Fix handling of interrupts during file import
- Fix undefined behavior that triggered crash on OS X
|
2017-09-03 10:53:18 by Thomas Klausner | Files touched by this commit (165) |
Log message:
Follow some redirects.
|
2017-04-24 14:17:24 by Stephen Borrill | Files touched by this commit (1) |
Log message:
Check for vw_printw in builtin curses
|
2017-01-03 23:40:44 by Roy Marples | Files touched by this commit (1) |
Log message:
Use the curses framework.
|
2016-12-04 23:59:57 by Sebastian Wiedenroth | Files touched by this commit (3) |  |
Log message:
Update ncdu to 1.12
1.12 - 2016-08-24
Add NCDU_SHELL environment variable
Add --confirm-quit flag
Fix compilation due to missing sys/wait.h include
1.11 - 2015-04-05
Added 'b' key to spawn shell in the current directory
Support scanning (and refreshing) of empty directories
Added --si flag for base 10 prefixes
Fix toggle dirs before files
|