summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-11Implement confirm quitYorhel3-10/+60
2021-05-09Implement scanning UI (-0,-1,-2)Yorhel5-59/+262
2021-05-08README updatesYorhel3-56/+79
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 workaroundYorhel5-19/+205
2021-05-03Implement --exclude-kernfs and --exclude-patternYorhel3-81/+183
2021-05-03Link to ncurses + some rudimentary TUI frameworky stuffYorhel4-22/+230
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 modelYorhel36-6037/+581
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-10Version bump for 1.15.1v1.15.1Yorhel3-3/+8
2020-06-07Add --exclude-firmlinks and follow firmlinks by defaultYorhel2-10/+20
2020-06-05is_kernfs: Check only defined magic numbersChristian Göttsche1-2/+29
2020-05-30Correct misspellingsChristian Göttsche8-10/+10
2020-05-30Version bump for 1.15v1.15Yorhel3-3/+11
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-15man page: Mention --follow-firmlinksYorhel1-3/+8
2020-05-15dir_scan.c: Call statfs() with relative pathYorhel1-1/+1
2020-05-13Support excluding firmlinks on macOSSaagar Jha7-3/+51
2020-05-07Typo: exlude → excludeSaagar Jha1-1/+1
2020-05-06Fix calculating of directory apparent sizes with hard linksYorhel1-1/+1
2020-04-21dir_scan.c: Fix integer overflow when list of file names in dir exceeds 2GiBYorhel1-3/+3
2020-04-08help.c: Mention new ^ file flagYorhel1-6/+8
2020-04-08Add option --exclude-kernfs to skip scanning Linux pseudo filesystemsChristian Göttsche9-14/+87
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-08Drop never read initializationChristian Göttsche1-1/+1
2020-04-08Declare file local variables staticChristian Göttsche5-6/+6
2020-04-08Avoid using extension of variable length array folded to constant arrayChristian Göttsche1-4/+3
2020-04-08Drop extra ';' outside of a functionChristian Göttsche1-1/+1
2020-04-08Avoid using GNU empty initializer extensionChristian Göttsche1-1/+1
2020-04-08Enforce const correctness on stringsChristian Göttsche6-15/+15
2020-04-08Use strict prototypesChristian Göttsche12-26/+26
2020-04-08Update configure.acChristian Göttsche1-5/+6
2020-04-08Ignore generated script compile in gitChristian Göttsche1-0/+1
2020-04-07Remove trailing whitespacesChristian Göttsche2-2/+2
2020-04-01Also quit on EIO from getch()Yorhel1-1/+1
2020-02-10Year + version bump for 1.14.2v1.14.2Yorhel30-30/+35
2020-02-06Fix khash.h -> khashl.h reference in MakefileYorhel1-2/+2
2020-02-04deps/khash.h -> khashl.h for slightly reduced memory usageYorhel3-624/+357
2020-01-25Fix definitions of global vars `confirm_quit` and `dir_process`Yorhel4-2/+3
2019-12-15static: Add AArch64 binariesYorhel1-0/+1
2019-11-14Fix cross compiler targetsYorhel1-4/+4
2019-08-17Increase space for item count in loading screenYorhel1-2/+2