summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-06Minor improvements to chdir on browsingchdirYorhel1-1/+2
2017-01-06chdir to the displayed directoryChris West (Faux)1-0/+4
2017-01-06Add -rr option to disable shell spawningYorhel3-6/+8
2016-08-24Year + version bump for 1.12v1.12Yorhel26-27/+27
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 Klinger4-1/+9
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.piyo5-1/+97
2015-08-03Added backspace key in browser window to back keys (one directory up).Robin Schneider1-0/+1
2015-06-02Check for NCDU_SHELL environment variable when spawning shellØyvind A. Holm1-3/+6
2015-04-07shell.c: Include sys/wait.hYorhel1-0/+1
2015-04-05Disable shell feature on imported fileYorhel1-0/+4
2014-12-14Minor fixes to new shell featureYorhel3-3/+4
2014-12-14Add ability to spawn shellThomas Jarosch6-0/+119
2014-08-03"Press q to continue" -> "Press q to close"Yorhel1-1/+1
2014-04-13Support building without locale.hYorhel2-6/+7
2014-01-22Copyright year updateYorhel22-22/+22
2014-01-22Add support for browsing empty directoriesYorhel7-34/+36
2014-01-22Fix offset of parent-dir itemYorhel1-6/+5
2013-08-23util.c: Make sure to include stdarg.hThomas Klausner1-0/+1
2013-07-23Add space between file size and unit suffixYorhel2-6/+6
2013-07-23Add --si flag for base 10 prefixesYorhel3-8/+28
2013-06-05browser.c: Fix "Toggle dirs before files when sorting" functionalityYorhel1-1/+1
2013-05-09Fix a few compiler warningsYorhel2-3/+3
2013-04-25Move khash & yopt to deps/Yorhel4-741/+3
2013-04-12dir_scan.c: Reset directory sizes when excluded by a CACHEDIR.TAGYorhel1-1/+3
2013-04-12Use /**/ comments + minor style changeYorhel2-7/+5
2013-04-12has_cachedir_tag: Keep statuc allocated buffer for paths.Petr Pudlak1-5/+16
2013-04-12Let has_cachedir_tag use `malloc` instead of a buffer on the stack.Petr Pudlak1-4/+11
2013-04-12CACHEDIR.TAG - improve code style and the name of the parameter.Petr Pudlak3-17/+17
2013-04-10Add CACHEDIR.TAG support.Petr Pudlak4-0/+35
2013-01-13use the locale's thousand seperator, if availableChris West (Faux)3-1/+17
2013-01-13'C' sorts by itemsChris West (Faux)4-7/+22
2013-01-13'c' to show child item countsChris West (Faux)2-8/+29
2012-11-22Clip directory sizes to make sure they are positiveYorhel2-5/+8
2012-11-22Clip directory sizes to fit in a signed 64bit integerYorhel4-4/+11
2012-11-22util.c: Fix possible buffer overflow in fillsize() and formatsize()Yorhel1-3/+5
2012-09-08Abstracted option parsing from option handlingYorhel2-54/+252
2012-09-07dir_export.c: Add timestamp to meta-dataYorhel1-2/+6
2012-09-06cli: Use -0,-1,-2 instead of "-u n"Yorhel1-9/+5
2012-09-06Disallow refresh/delete after import + provide visual feedbackYorhel1-2/+27
2012-09-06dir_import.c: Only call input_handle() once every 32 read itemsYorhel1-1/+5
2012-09-06browser.c: Display [imported] indication in titleYorhel1-1/+3
2012-09-06dir_import.c: Don't throw an error when user aborted importYorhel1-2/+2
2012-09-06Display "Loading..." instead of "Scanning..." when importing a fileYorhel5-5/+12
2012-09-06Check that stdin is a tty when initializing ncursesYorhel1-1/+9
2012-09-05dir_import.c: Various fixesYorhel1-5/+13