dir2list

generate a list of files shuffled by directory
git clone anongit@rnpnr.xyz:dir2list.git
Log | Files | Refs | Feed | README | LICENSE

Commit: d0d828ca531b4f391f0443829aa743ad7a7c96f9
Parent: 3d426cfcd981bae5ca80c43b6d0b1ba3e3c2e864
Author: 0x766F6964
Date:   Sun,  3 May 2020 21:08:52 -0600

update NOTES; add TODO

Diffstat:
MNOTES | 2--
ATODO | 5+++++
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/NOTES b/NOTES @@ -14,8 +14,6 @@ be improved later. In the future: - Specify top level dir on commandline? - Toggle shuffling? -- Output the list as a file? To stdout? - Tree Layout: If we have a dir layout like this: diff --git a/TODO b/TODO @@ -0,0 +1,5 @@ +- Stop wasting PATH_MAX bytes per node +- Sort Directory entries +- Makefile +- FIXME note +- use realloc in xstrcat instead of failing