summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2020-06-07Add --exclude-firmlinks and follow firmlinks by defaultYorhel1-5/+7
What a mess. https://code.blicky.net/yorhel/ncdu/issues/153#issuecomment-764
2020-05-30Correct misspellingsChristian Göttsche1-1/+1
2020-05-15man page: Mention --follow-firmlinksYorhel1-3/+8
2020-04-08Add option --exclude-kernfs to skip scanning Linux pseudo filesystemsChristian Göttsche1-0/+13
(cherry picked from commit a076ac714aa6fb24e0e9eb227372df84a4b6000b)
2019-01-24symlinks: Only call stat_to_dir() once, impove manualYorhel1-3/+5
stat_to_dir() assumes that buf_dir is clean; calling it twice breaks that asumption.
2019-01-24Add a '--follow-symlinks' optionSimon Doppler1-0/+5
Symlink loops are handled by the stat(2) syscall. Symlinks pointing to a directory are ignored (to avoid loops in the recursive scan).
2019-01-21Fix minor typoYorhel1-1/+1
2019-01-21add a max modified time, or mtime, view and sortingAlex Wilson1-0/+12
This adds an 'm' command to show the latest modified time of all files in a directory. The 'M' command allows for ascending and descending mtime sorting. These are only enabled with the -e flag and overload the dir_ext mtime field.
2018-12-16Add --help flag as alias for -hYorhel1-1/+1
https://dev.yorhel.nl/ncdu/bug/125
2018-09-03Add -V and --version as alias to -vYorhel1-1/+1
2018-03-29Spelling fixes: "occured" + "an other"Yorhel1-3/+3
https://dev.yorhel.nl/ncdu/bug/112
2018-02-21man page/file flags: Minor rewording + use same order as help screenYorhel1-17/+15
2018-02-21shift section; adapt to online help wordingThomas McWork1-37/+41
2018-02-21add a file flags section in the docsThomas McWork1-0/+37
2018-01-23Add -e flag to enable extended information modeYorhel1-0/+13
And document the --color flag that I forgot.
2018-01-21Add --color option, simple theme support, disable colors by defaultYorhel1-0/+6
I've decided not to use ls-like file name coloring for now, instead just coloring the difference between a (regular) file and a dir. Still looking for a good color scheme for light backgrounds.
2017-01-06Add -rr option to disable shell spawningYorhel1-2/+12
Fixes https://dev.yorhel.nl/ncdu/bug/94
2016-08-24Year + version bump for 1.12v1.12Yorhel1-1/+1
2016-08-24Minor documentation changesYorhel1-9/+13
Sneaky change from using mc as an example to using vifm. It's closer to ncdu in spirit.
2015-09-20implement confirmation switchMax Klinger1-0/+5
2015-06-02doc: Document /bin/sh as default shellØyvind A. Holm1-1/+1
The default shell was changed from /bin/bash to /bin/sh in commit 61a7846 ("config: Use /bin/sh as default shell and don't check for its existence", 2015-04-05), update the documentation about this.
2015-06-02Check for NCDU_SHELL environment variable when spawning shellØyvind A. Holm1-3/+9
Check if the environment variable NCDU_SHELL is defined before the SHELL variable is checked. This makes it possible to specify a program to execute when 'b' is pressed. Setting SHELL to for example "mc" (Midnight Commander) didn't work because mc already uses SHELL to execute commands.
2014-12-14Add ability to spawn shellThomas Jarosch1-0/+8
Key 'b' in the browse window spawns a shell in the current directoy. We first check the $SHELL environment variable of the user for the preferred shell interpreter. If it's not set, we fall back to the compile time configured default shell (usually /bin/bash). Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
2013-07-23Add --si flag for base 10 prefixesYorhel1-0/+6
This is a slightly modified patch contributed at http://dev.yorhel.nl/ncdu/bug/35
2013-04-12Document `--exclude-caches` in ncdu.pod.Petr Pudlak1-0/+7
2013-01-18ncdu.1: Add new c/C keysYorhel1-0/+8
2012-11-22Clip directory sizes to fit in a signed 64bit integerYorhel1-0/+4
This mostly avoids the issue of getting negative sizes. It's still possible to get a negative size after refresh or deletion, I'll get to that in a bit.
2012-09-08Add some examples to the man pageYorhel1-3/+43
2012-09-08Update man page with new optionsYorhel1-21/+80
2012-09-06cli: Use -0,-1,-2 instead of "-u n"Yorhel1-6/+6
I've no idea for what other purpose I'd use numbered options. This is much shorter, and can easily be combined with other options (e.g. -rx1).
2012-08-27Added -u option to change the scan UIYorhel1-0/+11
This allows scanning stuff without initializing ncurses. Not too useful at this point since ncdu will switch to an ncurses environment when it's done anyway, but this will become more useful when the export-to-file feature has been implemented.
2012-05-21Use top-level automake build + removed AUTHORS, INSTALL and NEWSYorhel1-7/+0
A more modern and practical structure.
2012-01-18doc: Minor fix: "ncdu 1.7" -> "ncdu 1.7 and later"Yorhel1-6/+6
2012-01-18doc: Use POD as source format and pod2man to generate ncdu.1Yorhel2-92/+138
POD is somewhat more simple and flexible. I now use ncdu.pod to generate a nicely formatted manual page on the ncdu homepage, rather than displaying a rendering of ncdu.1 formatted in a monospace font. The tarball will still contain an ncdu.1, so there's no extra dependency on pod2man. (Unless you clone from git, since ncdu.1 isn't in the repo)
2011-11-03Version bump + ChangeLog update for 1.8v1.8Yorhel1-1/+1
I'm now following the same idea from ncdc of using $VERSION+g in the git repositories.
2011-09-09doc: Added read-only flag to ncdc.1Yorhel1-0/+3
2010-08-13Man page + TODO updatesYorhel1-6/+42
2009-10-23ChangeLog & man page version/date bump for 1.6v1.6Yorhel1-1/+1
2009-10-18Added some keybindings and changed 'h' to 'e' in browserYorhel1-4/+4
2009-05-02Version & date bump for ChangeLog and manual pagev1.5Yorhel1-1/+1
2009-04-19Updated manpage to reflect the removal of the 1000/1024 switchYorhel1-3/+0
2009-04-05Small manual page formatting cleanupYorhel1-37/+23
2009-04-05Converting ignores and versions from subversion to gitYorhel1-1/+1
2008-09-10Decided to get rid of that startup window...v1.4yorhel1-22/+2
git-svn-id: svn://blicky.net/ncdu/trunk@40 ce56bc8d-f834-0410-b703-f827bd498a76
2007-08-07Fixed version in ncdu.1, and filenames ending with a tilde are now also ↵yorhel1-1/+1
hidden with the 'h'-key git-svn-id: svn://blicky.net/ncdu/trunk@24 ce56bc8d-f834-0410-b703-f827bd498a76
2007-08-05Documented the 'a' and 'i'-keys, help window is more dynamic and updated TODOyorhel1-6/+9
git-svn-id: svn://blicky.net/ncdu/trunk@21 ce56bc8d-f834-0410-b703-f827bd498a76
2007-07-29Documented the refresh feature and made some improvements in the help windowyorhel1-0/+4
git-svn-id: svn://blicky.net/ncdu/trunk@17 ce56bc8d-f834-0410-b703-f827bd498a76
2007-07-24The 'h' key now also hides excluded itemsv1.2yorhel1-5/+5
git-svn-id: svn://blicky.net/ncdu/trunk@9 ce56bc8d-f834-0410-b703-f827bd498a76
2007-07-22SVN cleanup: removed automatically generated build files, added autogen.sh ↵yorhel1-347/+0
to create these, and added svn:ignore to ignore common files git-svn-id: svn://blicky.net/ncdu/trunk@5 ce56bc8d-f834-0410-b703-f827bd498a76
2007-07-21Added exclude option and increased version numeryorhel2-39/+54
git-svn-id: svn://blicky.net/ncdu/trunk@3 ce56bc8d-f834-0410-b703-f827bd498a76