dir2list

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

DateCommit messageAuthorFiles+-
2020-10-17 18:18specify dir on cmd line0x766F69642+22-7
2020-10-17 17:53add comment about entry struct0x766F69641+3-2
2020-05-06 21:58rename entries variable to n_ents for consistency0x766F69641+5-5
2020-05-06 21:43simplify by making nodes list into a global array like ents0x766F69641+36-62
2020-05-06 20:13simplify addfiles() one step further0x766F69641+6-17
2020-05-06 19:45simplify code by replacing linked list with global entries array0x766F69641+19-32
2020-05-05 19:31add reallocarray() and use it to simplify file list creation0x766F69641+22-21
2020-05-05 18:25add README0x766F69643+28-45
2020-05-05 17:47readability0x766F69641+14-14
2020-05-05 17:39implement sorting of dir elements0x766F69641+15-10
2020-05-05 16:30add whole dir to list in one go0x766F69641+58-20
2020-05-04 16:56remove unneeded feature flag0x766F69641+1-2
2020-05-04 16:37small readability change0x766F69641+5-4
2020-05-04 15:55stop quoting output paths0x766F69641+1-1
2020-05-04 15:49stop wasting PATH_MAX bytes per node0x766F69642+13-28
2020-05-04 04:19add Makefile0x766F69643+45-1
2020-05-04 03:08update NOTES; add TODO0x766F69642+5-2
2020-05-04 01:10fix mklist() to properly include all subdirs0x766F69642+213-208
2020-05-03 21:58use stat(2) to determine subdirs0x766F69641+5-4
2020-05-03 21:45fix subdir() logic0x766F69641+21-12
2020-05-03 21:43add fn to print shuffled list to stdout0x766F69641+11-4
2020-05-03 19:22add config.def.h0x766F69642+7-0
2020-05-03 19:20implement list generation0x766F69641+85-7
2020-05-03 17:18add initial code0x766F69641+111-0
2020-05-03 17:18add LICENSE0x766F69641+13-0
2020-05-03 17:18initial commit0x766F69641+45-0