summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-31Version 2.0-beta2 + more convenient static binary generationv2.0-beta2Yorhel1-1/+1
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-22Tagging this as a 2.0-beta1 releasev2.0-beta1Yorhel1-1/+1
2021-07-19Fix counting of sizes for new directoriesYorhel1-1/+1
2021-07-18scan: Don't allocate directory iterator on the stackYorhel1-2/+3
2021-07-18Implement help windowYorhel1-1/+154
2021-07-18Add REUSE-compliant copyright headersYorhel8-0/+25
2021-07-18Add Makefile with some standard/handy toolsYorhel1-1/+1
2021-07-16Store Ext before EntryYorhel1-18/+15
2021-07-16Use @errorName() fallback in ui.errorString()Yorhel1-4/+2
2021-07-16Implement file deletion + a bunch of bug fixesYorhel5-29/+275
2021-07-14Implement shell spawningYorhel3-17/+108
2021-07-13Implement directory refreshYorhel5-75/+355
2021-07-06Add link path listing to information windowYorhel4-61/+251
2021-06-11Add item info windowYorhel3-44/+226
2021-06-07Add workaround for Zig bug on FreeBSDYorhel2-1/+5
2021-06-07Update for Zig 0.8 HashMap changesYorhel1-41/+30
2021-06-01Make some space for shared size in UI + speed up JSON import a bitYorhel2-16/+24
2021-06-01Support hard link counts when importing old ncdu dumpsYorhel2-13/+86
2021-05-30UI: Display shared/unique sizes + hide some columns when no spaceYorhel2-11/+32
2021-05-29Improved error reporting + minor cleanupYorhel4-112/+149
2021-05-29Handle allocation failuresYorhel6-83/+128
2021-05-29Implement JSON file importYorhel5-90/+500
2021-05-24Only keep total_items + Zig test update + pointless churnYorhel4-84/+88
2021-05-23Implement all existing browsing display options + some fixesYorhel6-47/+199
2021-05-12Implement export to fileYorhel3-73/+211
2021-05-11Implement confirm quitYorhel2-10/+55
2021-05-09Implement scanning UI (-0,-1,-2)Yorhel4-58/+260
2021-05-07UI: Implement dir navigation & remember view of past dirsYorhel2-24/+78
2021-05-07Initial keyboard input handling + item&sort selectionYorhel3-52/+131
2021-05-06More UI stuff + shave off 16 bytes from model.DirYorhel6-35/+296
2021-05-05More UI stuff: nice string handling/shortening + Zig bug workaroundYorhel4-18/+197
2021-05-03Implement --exclude-kernfs and --exclude-patternYorhel3-81/+183
2021-05-03Link to ncurses + some rudimentary TUI frameworky stuffYorhel3-22/+228
2021-05-01Correct int truncating/saturating + avoid one toPosixPath()Yorhel3-30/+42
2021-04-30Fix some scanning bugs + support --exclude-caches and --follow-symlinksYorhel2-18/+62
2021-04-29Add CLI argument parsingYorhel2-4/+171
2021-04-29WIP: Experimenting with a rewrite to Zig & a new data modelYorhel29-5220/+560
2021-03-04Test for read error while reading the --exclude-from fileYorhel1-1/+2
2020-07-12Scale size bar with max column sizeChristian Göttsche1-5/+5
2020-06-07Add --exclude-firmlinks and follow firmlinks by defaultYorhel1-5/+13
2020-06-05is_kernfs: Check only defined magic numbersChristian Göttsche1-2/+29
2020-05-30Correct misspellingsChristian Göttsche5-6/+6
2020-05-15dir_import.c: Remove already-implemented TODO commentYorhel1-1/+0
2020-05-15help.c: Mention "F" flag + make the flag list scrollableYorhel1-19/+23
2020-05-15dir_scan.c: Call statfs() with relative pathYorhel1-1/+1