summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29WIP: Experimenting with a rewrite to Zig & a new data modelYorhel1-359/+0
2020-06-07Add --exclude-firmlinks and follow firmlinks by defaultYorhel1-5/+13
2020-05-30Correct misspellingsChristian Göttsche1-1/+1
2020-05-13Support excluding firmlinks on macOSSaagar Jha1-0/+12
2020-04-08Add option --exclude-kernfs to skip scanning Linux pseudo filesystemsChristian Göttsche1-0/+12
2020-04-08Mention supported color schemes in help textChristian Göttsche1-1/+1
2020-04-08Remove redundant cast to the same typeChristian Göttsche1-1/+1
2020-04-08Use strict prototypesChristian Göttsche1-2/+2
2020-04-01Also quit on EIO from getch()Yorhel1-1/+1
2020-02-10Year + version bump for 1.14.2v1.14.2Yorhel1-1/+1
2020-01-25Fix definitions of global vars `confirm_quit` and `dir_process`Yorhel1-0/+1
2019-07-23Handle malloc failure by pausing any activityYorhel1-5/+10
2019-04-19Clear errno before getch()Yorhel1-0/+1
2019-02-04Year + version bump for 1.14v1.14Yorhel1-1/+1
2019-01-24Add a '--follow-symlinks' optionSimon Doppler1-0/+4
2018-12-16Add --help flag as alias for -hYorhel1-2/+2
2018-09-03Add -V and --version as alias to -vYorhel1-2/+2
2018-06-13Exit ncdu when losing inputYorhel1-0/+2
2018-03-29Fix '--color off'Yorhel1-1/+1
2018-01-29Year + version bump for 1.13v1.13Yorhel1-1/+1
2018-01-23Add -e flag to enable extended information modeYorhel1-0/+5
2018-01-21Add --color option, simple theme support, disable colors by defaultYorhel1-0/+9
2017-07-08Add support for colors and sprinkle some colors aroundYorhel1-0/+1
2017-01-06Add -rr option to disable shell spawningYorhel1-1/+1
2016-08-24Year + version bump for 1.12v1.12Yorhel1-1/+1
2016-01-12Consistently print errors to stderrTillmann Karras1-4/+4
2015-09-20implement confirmation switchMax Klinger1-0/+3
2015-09-19Confirm quit action with a cancellable dialog.piyo1-0/+2
2014-12-14Add ability to spawn shellThomas Jarosch1-0/+1
2014-04-13Support building without locale.hYorhel1-2/+0
2014-01-22Copyright year updateYorhel1-1/+1
2013-07-23Add --si flag for base 10 prefixesYorhel1-0/+4
2013-04-25Move khash & yopt to deps/Yorhel1-1/+1
2013-04-12CACHEDIR.TAG - improve code style and the name of the parameter.Petr Pudlak1-2/+2
2013-04-10Add CACHEDIR.TAG support.Petr Pudlak1-0/+6
2013-01-13use the locale's thousand seperator, if availableChris West (Faux)1-0/+1
2012-09-08Abstracted option parsing from option handlingYorhel1-54/+60
2012-09-06cli: Use -0,-1,-2 instead of "-u n"Yorhel1-9/+5
2012-09-06Check that stdin is a tty when initializing ncursesYorhel1-1/+9
2012-09-05Added -f option to import an exported directory structureYorhel1-12/+18
2012-08-29Support exporting to stdout while still allowing -u 2 to workYorhel1-4/+29
2012-08-28Added -o option to export dir structure to a JSON-encoded fileYorhel1-5/+26
2012-08-27Fixing some whitespace issuesYorhel1-4/+4
2012-08-27Added -u option to change the scan UIYorhel1-22/+57
2012-08-26Re-added scanning UI and improved error handlingYorhel1-2/+2
2012-08-26Split calc.c into separate components (dir_(mem|scan|common).c)Yorhel1-5/+6
2012-08-18main.c: Revert nodelay() status after calling ncresize()Yorhel1-0/+2
2012-01-18Copyright year bumpYorhel1-1/+1
2011-10-31Code cleanup: Use `static' where applicable.Yorhel1-7/+7
2011-10-31Belated copyright year bumpYorhel1-1/+1