filed

Job queue using FUSE

git clone git://mccd.space/filed

commit 148383e1346220082d13ad3ff881ca664b889c39
parent 7ac464d07861ea82090d36c1eecf508b7f558084
Author: Marc Coquand <marc@coquand.email>
Date:   Mon, 15 Dec 2025 15:14:25 +0100

*

Diffstat:
M.gitignore | 1+
MREADME.md | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -1 +1,2 @@
 qj
+qj.1
diff --git a/README.md b/README.md
@@ -30,7 +30,7 @@ scdoc < qj.1.scd > qj.1
 
 ## Basic Principles
 
-`qj` is a job queue that operates using files. Each job corresponds to one file, and the directories indicate their state state. Below are some examples to get you started. It is recommended to read the [man pages] for more complete documentation and security considerations.
+`qj` is a job queue that operates using files. Each job corresponds to one file, and the directories indicate the job state. It is recommended to read the [man pages] for more complete documentation and security considerations.
 
 `qj` requires a job directory and a location for a state file.