summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-07Version 2.1; remove 1.x changes from the ChangeLogv2.1Yorhel2-194/+11
2022-02-07Fix compilation on 32bit systemsYorhel1-1/+1
2022-02-05scan: Add UI message when counting hard linksYorhel1-2/+17
2022-02-03Add --graph-style option and Unicode graph drawingYorhel3-6/+30
2022-02-03Use natsort when sorting by nameYorhel2-3/+108
2022-02-02Mention --ignore-config flag when reading config failsYorhel1-3/+3
2022-02-02Ignore ENOTDIR when trying to open config filesYorhel1-0/+1
2022-02-02browser: Fix long file name overflow + unique size display glitchYorhel1-2/+2
2022-01-01Version 2.0.1 + copyright year bumpv2.0.1Yorhel13-14/+19
2022-01-01Makefile: Add ZIG_FLAGS variableYorhel1-1/+2
2021-12-26ui.zig: Really fix import of wcwidth() this timeYorhel1-1/+1
2021-12-21ui.zig: Fix typo in setting _XOPEN_SOURCE feature test macroYorhel1-1/+1
2021-12-21Version 2.0v2.0Yorhel2-1/+5
2021-12-21Fixes and updates for Zig 0.9.0Yorhel8-118/+107
2021-11-09Version 2.0-beta3v2.0-beta3Yorhel3-2/+12
2021-11-02Fix export featureYorhel1-1/+1
2021-10-07Make options, keys and file flags bold in man pageYorhel1-62/+62
2021-10-06Fix defaults of scan_ui and --enable-* flagsYorhel1-4/+4
2021-10-06Fix double-slash prefix in path display when scanning rootYorhel1-1/+1
2021-10-06Fix import of "special" dirs and excluded itemsYorhel1-1/+4
2021-10-06Fix use-after-free in argument parsingYorhel1-1/+1
2021-10-06Add --ignore-config command line optionYorhel2-10/+27
2021-10-06Add reference to "man ncdu" in --help textYorhel1-18/+23
2021-10-06Make argument parsing code non-generic and simplify config file parsingYorhel2-168/+117
2021-10-06Add configuration file supportYorhel4-112/+228
2021-10-06Add CLI options for default sortYorhel2-1/+43
2021-10-05Add CLI options for all UI settingsYorhel3-61/+123
2021-10-05Document the 'u' keyYorhel2-2/+7
2021-10-05Add CLI options for individual -r features and to counter previous optionsYorhel3-60/+88
2021-09-28Don't enable -x by defaultYorhel1-1/+1
2021-08-16Add dark-bg color scheme + enable colors by default if !NO_COLORYorhel3-56/+80
2021-07-31Version 2.0-beta2 + more convenient static binary generationv2.0-beta2Yorhel3-18/+33
2021-07-28Keep track of uncounted hard links to speed up refresh+delete operationsYorhel1-5/+29
2021-07-28Fix Dir.fmtPath() when given the root dirYorhel1-1/+2
2021-07-28Fix reporting of fatal scan error in -0 or -1 UIsYorhel1-0/+2
2021-07-28Implement a more efficient hard link counting approachYorhel4-271/+199
2021-07-26Add parent node pointers to Dir struct + remove Parents abstractionYorhel5-228/+153
2021-07-23ChangeLog, tooYorhel1-1/+1
2021-07-23Fix README Zig version oopsieYorhel1-1/+1
2021-07-22Tagging this as a 2.0-beta1 releasev2.0-beta1Yorhel3-66/+29
2021-07-19Fix counting of sizes for new directoriesYorhel1-1/+1
2021-07-19Fix building of static binariesYorhel1-10/+13
2021-07-18scan: Don't allocate directory iterator on the stackYorhel1-2/+3
2021-07-18Implement help windowYorhel2-10/+155
2021-07-18Add REUSE-compliant copyright headersYorhel16-23/+57
2021-07-18Add Makefile with some standard/handy toolsYorhel4-6/+88
2021-07-16Store Ext before EntryYorhel2-18/+16
2021-07-16Use @errorName() fallback in ui.errorString()Yorhel1-4/+2
2021-07-16Implement file deletion + a bunch of bug fixesYorhel6-33/+276
2021-07-14Implement shell spawningYorhel5-18/+114