ncdu-zig/src
Yorhel 7feaeb1483 Abstracted option parsing from option handling
This also adds the possibility to combine short options that expect an
argument, e.g. "-xo <file>" or even "-xo<file>".
2012-09-08 14:38:15 +02:00
..
browser.c Disallow refresh/delete after import + provide visual feedback 2012-09-06 13:16:54 +02:00
browser.h Copyright year bump 2012-01-18 11:40:50 +01:00
delete.c Copyright year bump 2012-01-18 11:40:50 +01:00
delete.h Copyright year bump 2012-01-18 11:40:50 +01:00
dir.h Display "Loading..." instead of "Scanning..." when importing a file 2012-09-06 09:45:52 +02:00
dir_common.c Display "Loading..." instead of "Scanning..." when importing a file 2012-09-06 09:45:52 +02:00
dir_export.c dir_export.c: Add timestamp to meta-data 2012-09-07 09:37:20 +02:00
dir_import.c dir_import.c: Only call input_handle() once every 32 read items 2012-09-06 12:49:20 +02:00
dir_mem.c Added simple error checking & handling when exporting 2012-08-29 10:27:12 +02:00
dir_scan.c Added -f option to import an exported directory structure 2012-09-05 13:52:12 +02:00
dirlist.c Use int64_t instead of off_t 2012-08-27 17:20:24 +02:00
dirlist.h Use int64_t instead of off_t 2012-08-27 17:20:24 +02:00
exclude.c Fixing some whitespace issues 2012-08-27 21:51:08 +02:00
exclude.h Copyright year bump 2012-01-18 11:40:50 +01:00
global.h Get rid of padding in dir struct + use offsetof() to calc needed size 2012-08-28 09:22:46 +02:00
help.c Fixing some whitespace issues 2012-08-27 21:51:08 +02:00
help.h Copyright year bump 2012-01-18 11:40:50 +01:00
khash.h Use hash table when detecting hard links 2011-10-31 14:47:39 +01:00
main.c Abstracted option parsing from option handling 2012-09-08 14:38:15 +02:00
path.c path.c: Don't throw away remaining components after a symlink 2012-08-29 22:06:43 +02:00
path.h Copyright year bump 2012-01-18 11:40:50 +01:00
util.c Display "Loading..." instead of "Scanning..." when importing a file 2012-09-06 09:45:52 +02:00
util.h Display "Loading..." instead of "Scanning..." when importing a file 2012-09-06 09:45:52 +02:00
yopt.h Abstracted option parsing from option handling 2012-09-08 14:38:15 +02:00