summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-16Add --help flag as alias for -hYorhel2-3/+3
2018-12-01Slightly improve hardlink circular list insertion performanceYorhel1-4/+2
2018-09-03Add -V and --version as alias to -vYorhel2-3/+3
2018-07-24Display larger file counts in browser UIYorhel1-6/+17
2018-06-13Exit ncdu when losing inputYorhel1-0/+2
2018-03-29Spelling fixes: "occured" + "an other"Yorhel9-13/+13
2018-03-29Fix '--color off'Yorhel1-1/+1
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-29Year + version bump for 1.13v1.13Yorhel30-31/+40
2018-01-29delete.c: Fix signedness issue in confirmation selectionYorhel1-1/+2
2018-01-23Update static binary generation scriptYorhel1-22/+15
2018-01-23dirlist.c: make sure to include stdlib.h for calloc()Yorhel1-0/+1
2018-01-23Display extended information in the info windowYorhel4-6/+52
2018-01-23Don't depend on current color when creating ncurses windowYorhel1-0/+1
2018-01-23Import/export extended informationYorhel4-5/+33
2018-01-23Add -e flag to enable extended information modeYorhel4-3/+23
2018-01-23Add support for optional "extended" information for each file/dir entryYorhel9-139/+149
2018-01-21Remove recursion check when importing a fileYorhel1-16/+1
2018-01-21Merge branch 'colors'Yorhel8-140/+313
2018-01-21Add --color option, simple theme support, disable colors by defaultYorhel8-42/+78
2017-08-17Use C99 flexible array member for struct dirYorhel3-8/+11
2017-07-08Add support for colors and sprinkle some colors aroundYorhel7-140/+277
2017-03-27dir_import.c: Restart fread() on EINTRYorhel1-1/+1
2017-01-06Add -rr option to disable shell spawningYorhel4-8/+20
2016-08-24Year + version bump for 1.12v1.12Yorhel31-32/+37
2016-08-24Minor documentation changesYorhel1-9/+13
2016-01-12Consistently print errors to stderrTillmann Karras1-4/+4
2015-09-23Confirm quit action during scan only when --confirm-quitpiyo1-3/+6
2015-09-23Confirm quit action during scan (reuse existing scan dialog).piyo2-3/+19
2015-09-20implement confirmation switchMax Klinger5-1/+14
2015-09-20change wording when deleting empty directoryMax Klinger1-1/+1
2015-09-20quit.c: Remove two unused variablesYorhel1-5/+0
2015-09-19Confirm quit action with a cancellable dialog.piyo6-1/+99
2015-08-03Added backspace key in browser window to back keys (one directory up).Robin Schneider1-0/+1
2015-06-02doc: Document /bin/sh as default shellØyvind A. Holm1-1/+1
2015-06-02Check for NCDU_SHELL environment variable when spawning shellØyvind A. Holm2-6/+15
2015-05-07ChangeLog: Fix date of 1.11 release -.-Yorhel1-1/+1
2015-04-07shell.c: Include sys/wait.hYorhel1-0/+1
2015-04-05static: Update to latest musl-cross versionYorhel1-2/+2
2015-04-05Version bump + Changelog update for 1.11v1.11Yorhel3-3/+9
2015-04-05Disable shell feature on imported fileYorhel1-0/+4
2015-04-05config: Use /bin/sh as default shell and don't check for its existenceYorhel1-6/+2
2014-12-14Minor fixes to new shell featureYorhel3-3/+4
2014-12-14Add ability to spawn shellThomas Jarosch9-2/+142
2014-08-03"Press q to continue" -> "Press q to close"Yorhel1-1/+1
2014-04-13Support building without locale.hYorhel3-8/+11
2014-01-22Copyright year updateYorhel24-24/+24
2014-01-22Add support for browsing empty directoriesYorhel7-34/+36