SYNOPSIS

       ncdu [-hqvx] [dir]


DESCRIPTION

       ncdu  (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.

       If dir is specified, ncdu will automatically start calculating the disk
       size. Otherwise, you will be prompted with a small  configuration  win-
       dow.

       For    a    more   detailed   explanation   of   ncdu,   please   check
       http://dev.yorhel.nl/ncdu/


OPTIONS

       -h     Print a small help message

       -q     Quiet mode. While calculating disk space, ncdu will  update  the
              screen  10  times a second by default, this will be decreased to
              once every 2 seconds in quiet mode. Use  this  feature  to  save
              bandwidth over remote connections.

       -v     Print version.

       -x     Only  count  files and directories on the same filesystem as the
              specified dir.

       --exclude PATTERN
              Exclude files that match PATTERN. This  argument  can  be  added
              multiple times to add more patterns.

       -X FILE, --exclude-from FILE
              Exclude files that match any pattern in FILE. Patterns should be
              seperated by a newline.


KEYS

   SETTINGS WINDOW
       up/down/tab
              Cycle through the form fields.

       Enter  Post form

   CALCULATING WINDOW
       q      Quit

   BROWSER
       ?      Show help + keys + about screen

       up/down
              Cycle through the items


       t      Toggle dirs before files when sorting.

       g      Toggle between showing percentage, graph, both,  or  none.  Per-
              centage  is relative to the size of the current directory, graph
              is relative to the largest item in the current directory.

       p      Use powers of 1000 instead of 1024, press again to switch back

       h      Show/hide 'hidden' or 'excluded' files and  directories.  Please
              note  that even though you can't see the hidden files and direc-
              tories, they are still there and they are still included in  the
              directory  sizes.  If  you  suspect that the totals shown at the
              bottom of the screen are not  correct,  make  sure  you  haven't
              enabled this option.

       i      Show information about the current selected item.

       r      Refresh/recalculate the current directory.

       q      Quit


AUTHOR

       Written by Yoran Heling <projects@yorhel.nl>.


BUGS

       Infinite. Please contact the author if you find one.


SEE ALSO

       du(1)



ncdu-1.3                         July 21, 2007                         NCDU(1)

Man(1) output converted with man2html