summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-03Remove old POD man pagemasterYorhel1-548/+0
2024-01-21Rewrite man page in mdocYorhel4-11/+494
2023-09-11Version 1.19v1.19Yorhel3-3/+8
2023-09-11main.c: fix misspelled optionRoberto Ricci1-1/+1
2023-03-05Add --(enable|disable)-natsort optionsYorhel4-2/+11
2023-03-03UI: Add * indicator to apparent size/disk usage selection + spacingYorhel1-3/+6
2023-02-12Year + version bump for 1.18.1v1.18.1Yorhel30-31/+34
2023-02-08Really fix build failure if exclude-kernfs option is not availableYorhel1-4/+1
2023-02-08Fix build failure if exclude-kernfs option is not availableYorhel1-1/+1
2022-12-06Version 1.18v1.18Yorhel3-2/+17
2022-11-30Backport --(enable|disable)-(shell|delete|refresh) from 2.xYorhel4-30/+51
2022-11-06Backport configuration file support from 2.xYorhel6-7/+105
2022-11-05Backport a bunch of CLI options from 2.x + sync manpage changesYorhel7-54/+160
2022-11-05Backport argument parser from ncdu 2.x + add a few inverted argumentsYorhel6-372/+210
2022-11-05Properly mark functions without arguments as (void)Yorhel9-15/+15
2022-06-15Set default attributes to the whole window during curses initYorhel1-0/+1
2022-04-28Year + version bump for 1.17v1.17Yorhel30-30/+36
2022-04-28Remove static build scriptYorhel1-130/+0
2022-02-08Some more compatibility improvements for C89 environmentsFrançois Revol7-9/+16
2022-02-07Some compatibility improvements for older (C89) environmentsYorhel8-32/+19
2021-12-23moved natSort files to depsCiprian Tomoiaga3-2/+6
2021-12-22Use Natural Sort by Name in v1.xCiprian Tomoiaga4-2/+211
2021-10-27dir_scan: call strlen only oncerofl0r1-2/+2
2021-10-27dir_scan: fix wrong assumption that errno can only be changed by readdir()rofl0r1-4/+7
2021-10-06Make options, keys and file flags bold in man pageOğuz Ersen1-48/+48
2021-08-16Add dark-bg color scheme + enable colors by default if !NO_COLORYorhel4-25/+36
2021-07-02Year + version bump for 1.16v1.16Yorhel32-34/+44
2021-06-11Display setuid/setgid and sticky bits in file modeYorhel1-3/+3
2021-05-27JSON import: accept fractional mtime valuesYorhel1-0/+6
2021-05-24Mark apparent size or disk usage label in footer as boldYorhel1-0/+4
2021-05-23browser.c: Fix bar width floating point calculationYorhel1-1/+1
2021-05-12Add $NCDU_LEVEL environment variable when spawning a shellYorhel2-0/+23
2021-05-12dir_import: Accept JSON data after the last objectYorhel1-2/+8
2021-05-12JSON Export: only export ino for hlinks and include hlink countYorhel5-23/+39
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