summaryrefslogtreecommitdiff
path: root/src/ui.zig
AgeCommit message (Expand)AuthorFilesLines
2021-07-18Add REUSE-compliant copyright headersYorhel1-0/+3
2021-07-16Use @errorName() fallback in ui.errorString()Yorhel1-4/+2
2021-07-16Implement file deletion + a bunch of bug fixesYorhel1-1/+3
2021-07-14Implement shell spawningYorhel1-6/+12
2021-07-13Implement directory refreshYorhel1-1/+1
2021-07-06Add link path listing to information windowYorhel1-1/+11
2021-06-11Add item info windowYorhel1-0/+38
2021-06-07Add workaround for Zig bug on FreeBSDYorhel1-1/+2
2021-05-29Improved error reporting + minor cleanupYorhel1-0/+20
2021-05-29Handle allocation failuresYorhel1-10/+28
2021-05-29Implement JSON file importYorhel1-1/+0
2021-05-24Only keep total_items + Zig test update + pointless churnYorhel1-14/+17
2021-05-23Implement all existing browsing display options + some fixesYorhel1-2/+9
2021-05-12Implement export to fileYorhel1-3/+10
2021-05-09Implement scanning UI (-0,-1,-2)Yorhel1-35/+100
2021-05-07Initial keyboard input handling + item&sort selectionYorhel1-0/+27
2021-05-06More UI stuff + shave off 16 bytes from model.DirYorhel1-1/+87
2021-05-05More UI stuff: nice string handling/shortening + Zig bug workaroundYorhel1-8/+155
2021-05-03Implement --exclude-kernfs and --exclude-patternYorhel1-2/+1
2021-05-03Link to ncurses + some rudimentary TUI frameworky stuffYorhel1-0/+146