summaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)AuthorFilesLines
2023-11-20fix new "var never mutated" error on Zig 0.12.0-dev.1663+6b1a823b2Eric Joldasov1-6/+6
2023-08-08Add --quit-after-scan CLI flag for benchmarkingYorhel1-1/+3
2023-08-04Version 2.3v2.3Yorhel1-1/+1
2023-08-04Update to Zig 0.11.0Eric Joldasov1-39/+62
2023-03-05Add --(enable|disable)-natsort optionsYorhel1-0/+3
2023-01-19Version 2.2.2 + copyright year bumpv2.2.2Yorhel1-2/+2
2023-01-11Minor doc formatting fix & error message fixYorhel1-1/+1
2022-10-26Some fixes for building with Zig stage2Yorhel1-2/+4
2022-10-26Fixes for stdlib changesYorhel1-2/+1
2022-10-25Version 2.2.1v2.2.1Yorhel1-1/+1
2022-10-17Version 2.2v2.2Yorhel1-1/+1
2022-08-10Improve exclude pattern matching performance (and behavior, a bit)Yorhel1-2/+5
2022-08-08Fix unreferenced test in model.zigYorhel1-0/+5
2022-04-28Version 2.1.2v2.1.2Yorhel1-1/+1
2022-03-25Version 2.1.1v2.1.1Yorhel1-1/+1
2022-03-16Revert default --graph-style to "hash"Yorhel1-1/+1
2022-03-14Still accept "eigth-block" typo argument for compatYorhel1-1/+1
2022-03-14Fix typo in --graph-style optionPhil Jones1-2/+2
2022-02-07Version 2.1; remove 1.x changes from the ChangeLogv2.1Yorhel1-1/+1
2022-02-03Add --graph-style option and Unicode graph drawingYorhel1-1/+8
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-01-01Version 2.0.1 + copyright year bumpv2.0.1Yorhel1-2/+2
2021-12-21Version 2.0v2.0Yorhel1-1/+1
2021-12-21Fixes and updates for Zig 0.9.0Yorhel1-15/+13
2021-11-09Version 2.0-beta3v2.0-beta3Yorhel1-1/+1
2021-10-06Fix defaults of scan_ui and --enable-* flagsYorhel1-4/+4
2021-10-06Fix use-after-free in argument parsingYorhel1-1/+1
2021-10-06Add --ignore-config command line optionYorhel1-9/+21
2021-10-06Add reference to "man ncdu" in --help textYorhel1-18/+23
2021-10-06Make argument parsing code non-generic and simplify config file parsingYorhel1-166/+115
2021-10-06Add configuration file supportYorhel1-106/+201
2021-10-06Add CLI options for default sortYorhel1-1/+29
2021-10-05Add CLI options for all UI settingsYorhel1-1/+22
2021-10-05Add CLI options for individual -r features and to counter previous optionsYorhel1-6/+28
2021-09-28Don't enable -x by defaultYorhel1-1/+1
2021-08-16Add dark-bg color scheme + enable colors by default if !NO_COLORYorhel1-2/+4
2021-07-31Version 2.0-beta2 + more convenient static binary generationv2.0-beta2Yorhel1-1/+1
2021-07-26Add parent node pointers to Dir struct + remove Parents abstractionYorhel1-1/+2
2021-07-22Tagging this as a 2.0-beta1 releasev2.0-beta1Yorhel1-1/+1
2021-07-18Add REUSE-compliant copyright headersYorhel1-0/+3
2021-07-16Implement file deletion + a bunch of bug fixesYorhel1-3/+13
2021-07-14Implement shell spawningYorhel1-7/+71
2021-07-13Implement directory refreshYorhel1-8/+18
2021-05-30UI: Display shared/unique sizes + hide some columns when no spaceYorhel1-0/+1
2021-05-29Improved error reporting + minor cleanupYorhel1-7/+8
2021-05-29Handle allocation failuresYorhel1-11/+32
2021-05-29Implement JSON file importYorhel1-9/+15
2021-05-24Only keep total_items + Zig test update + pointless churnYorhel1-53/+51
2021-05-23Implement all existing browsing display options + some fixesYorhel1-7/+14