From e2da2bffe58a76c091d3496bd3ca2d2f18ea2eb6 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 13 Nov 2025 05:39:38 -0500 Subject: initial commit --- TODO.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 TODO.txt (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..9050278 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,20 @@ +- selective extraction, possibly with wildcards + +- rename old file to flle~ rather than overwriting + +- implement a few unzip/arc style options: + -a = convert text files (Atari EOL => UNIX NL), -aa = all files + -e = extract (already the default action) + -t = test checksums + -k = keep trailing dot for extensionless filenames + -l = list (filenames only) + -L = lowercase filenames + -d = set output dir (create if needed) + -o = overwrite (do not create file~ backups) + -p = extract to stdout + -x = do not extract files matching pattern + -v = verbose list + +- reverse-engineer the ALF14.COM binary, so we have a compressor. + this would be more of "just to say I did it" thing, there's no real + need for it. -- cgit v1.2.3