Some new releases and fixes
This commit is contained in:
parent
2192e68775
commit
5c85a7d32f
15 changed files with 132 additions and 85 deletions
62
dat/ncdu-man
62
dat/ncdu-man
|
|
@ -20,11 +20,11 @@ provides a fast way to see what directories are using your disk space.
|
|||
|
||||
=over
|
||||
|
||||
=item -h
|
||||
=item -h, --help
|
||||
|
||||
Print a short help message and quit.
|
||||
|
||||
=item -v
|
||||
=item -v, -V, --version
|
||||
|
||||
Print ncdu version and quit.
|
||||
|
||||
|
|
@ -67,6 +67,9 @@ when importing (to read this extra information in memory). This flag has no
|
|||
effect when importing a file that has been exported without the extended
|
||||
information.
|
||||
|
||||
This enables viewing and sorting by the latest child mtime, or modified time,
|
||||
using 'm' and 'M', respectively.
|
||||
|
||||
=back
|
||||
|
||||
=head2 Interface options
|
||||
|
|
@ -169,6 +172,13 @@ displayed, but not their content, and they are not counted towards the disk
|
|||
usage statistics.
|
||||
See http://www.brynosaurus.com/cachedir/
|
||||
|
||||
=item -L, --follow-symlinks
|
||||
|
||||
Follow symlinks and count the size of the file they point to. As of ncdu 1.14,
|
||||
this option will not follow symlinks to directories and will count each
|
||||
symlinked file as a unique file (i.e. unlike how hard links are handled). This
|
||||
is subject to change in later versions.
|
||||
|
||||
=back
|
||||
|
||||
|
||||
|
|
@ -208,6 +218,11 @@ Order by number of items (press again for descending order)
|
|||
|
||||
Toggle between showing disk usage and showing apparent size.
|
||||
|
||||
=item M
|
||||
|
||||
Order by latest child mtime, or modified time. (press again for descending order)
|
||||
Requires the -e flag.
|
||||
|
||||
=item d
|
||||
|
||||
Delete the selected file or directory. An error message will be shown when the
|
||||
|
|
@ -228,6 +243,10 @@ the current directory.
|
|||
|
||||
Toggle display of child item counts.
|
||||
|
||||
=item m
|
||||
|
||||
Toggle display of latest child mtime, or modified time. Requires the -e flag.
|
||||
|
||||
=item e
|
||||
|
||||
Show/hide 'hidden' or 'excluded' files and directories. Please note that even
|
||||
|
|
@ -264,6 +283,45 @@ Quit
|
|||
=back
|
||||
|
||||
|
||||
=head1 FILE FLAGS
|
||||
|
||||
Entries in the browser interface may be prefixed by a one-character flag. These
|
||||
flags have the following meaning:
|
||||
|
||||
=over
|
||||
|
||||
=item !
|
||||
|
||||
An error occurred while reading this directory.
|
||||
|
||||
=item .
|
||||
|
||||
An error occurred while reading a subdirectory, so the indicated size may not be
|
||||
correct.
|
||||
|
||||
=item <
|
||||
|
||||
File or directory is excluded from the statistics by using exlude patterns.
|
||||
|
||||
=item >
|
||||
|
||||
Directory is on another filesystem.
|
||||
|
||||
=item @
|
||||
|
||||
This is neither a file nor a folder (symlink, socket, ...).
|
||||
|
||||
=item H
|
||||
|
||||
Same file was already counted (hard link).
|
||||
|
||||
=item e
|
||||
|
||||
Empty directory.
|
||||
|
||||
=back
|
||||
|
||||
|
||||
=head1 EXAMPLES
|
||||
|
||||
To scan and browse the directory you're currently in, all you need is a simple:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue