Go to file
2023-10-17 00:31:02 +02:00
.github/workflows Turn TODOs in code into GitHub issues 2023-10-17 00:30:36 +02:00
expected_test_result Fixed some mtime errors, more tests 2023-09-12 01:31:01 +01:00
source Fixed some mtime errors, more tests 2023-09-12 01:31:01 +01:00
.gitignore debug 2023-09-11 22:14:25 +01:00
fs.py Added README, noted a couple of ideas/TODOs 2023-10-17 00:31:02 +02:00
README.md Added README, noted a couple of ideas/TODOs 2023-10-17 00:31:02 +02:00
test.sh Added README, noted a couple of ideas/TODOs 2023-10-17 00:31:02 +02:00

Similar projects by other people:

  • https://github.com/mikeswain/cmdfs From what I understand, cmdfs needs to run the command on all files ahead of time in order to know the generated file size. It also seems to be more geared towards running a single command (e.g. convert ogg to mp3, or convert png to jpeg). I want to run different commands, and want them to be executed only when the file is accessed.