Some extra helper functions

This commit is contained in:
2026-08-08 23:36:35 +02:00
parent 57707e5fc0
commit b563d359f0
8 changed files with 183 additions and 7 deletions
+15
View File
@@ -1,3 +1,18 @@
0.1.4
Replaced files-for-regexp, list-dir-re, list-dir-re-r, and filter-dirs with
list-dir/files, list-files, and list-dirs.
All three helpers support optional #:recursive #t traversal.
Non-recursive results use complete paths so they can be passed directly to
rm-f and rm-rf.
Updated tests, examples, README, and Scribble documentation.
0.1.3
Added recursive and non-recursive regexp directory helpers:
files-for-regexp, list-dir-re, list-dir-re-r, and filter-dirs.
Added documentation and an example for regexp-based cleanup with rm-f/rm-rf.
0.1.2
Makefile loading no longer starts a build automatically.