|
13087d17e3
|
use assert macros in anoia/init.fnl
there is no circularity (maybe there was once?)
|
2024-12-11 17:25:39 +00:00 |
|
|
e604d628e3
|
fennel anoia.process.spawn
runs a subprocess and invokes a callback whenever its io
descriptors are ready
|
2024-09-06 00:11:33 +01:00 |
|
|
e2a597589b
|
anoia.fs.find-executable looks for bin in colon-sep list of directories
|
2024-09-06 00:08:40 +01:00 |
|
|
1f97409474
|
add popen2 to anoia.fs
|
2024-08-28 06:49:43 +01:00 |
|
|
0a629df48d
|
anoia.fs: improve error messages
|
2024-08-08 11:36:47 +01:00 |
|
|
d300373b96
|
anoia fs.dir use case not match
match was accidentally pinning the return from readdir against the
function parameter. Which didn't work.
|
2024-07-26 23:37:40 +01:00 |
|
|
cdb23b147c
|
convert anoia.fs to use lualinux
|
2024-04-25 21:14:37 +01:00 |
|
|
dbd1264352
|
convert anoia.fs to use lualinux instead of lfs
|
2024-04-24 20:44:32 +01:00 |
|
|
ea2b25168e
|
add uevent-watch, which toggles services based on uevent msgs
|
2024-04-15 21:15:07 +01:00 |
|
|
870da62a1e
|
anoia.svc outputs may be directories (read as table)
|
2023-09-09 00:30:02 +01:00 |
|
|
9dd3cf23b4
|
anoia.fs.mktree replaces mkdir
This uses lfs to make the tree in-process instead of
shelling out to the mkdir command
|
2023-09-08 21:17:42 +01:00 |
|
|
4e9227dff3
|
move rmtree to anoia library
|
2023-09-08 21:03:18 +01:00 |
|