hlfw.ca

task

Download patch

ref: 09c2fc351115c87390601cb39f5cd480b24e555a
parent: 57a3cb892d1df2f3787531e0ead84c8e943744ea
author: Michael Misch <michaelmisch1985@gmail.com>
date: Wed Aug 28 22:51:17 PDT 2024

Clumsy wording

--- a/README.md
+++ b/README.md
@@ -8,13 +8,13 @@
 
 ## Commands
 
-`pro/init` is use to create a new barebones project, with no tasks or namespace files. If a name is given, the project will be created with that `name`, otherwase the basename of the directory is used. 
+`pro/init` is use to create a new barebones project, with no tasks or namespace files. The project will be created with the basename of current directory, or `name` if given.
 
 `pro/ns` sets up a namespace based on the contents on `.pro/ns`, (see namespace(6)). This namespace is then posted to /srv/$name, based on the srvfile config setting. Any stubs in the config will be set up using `aux/stub -d $name` prior to starting the namespace
 
-See [this post](https://hlfw.ca/blog/2024-08-24-more-setup.html) for inspiration, and further integration.
+(See [this post](https://hlfw.ca/blog/2024-08-24-more-setup.html) for inspiration, and further integration.)
 
- `pro/task` is used to manage or add a task to the TODO graph, usage is similar to git/commit - the hold editor will be used by default, ctrl+d is used to signal completion. `-a $tag` will create the task as a child of `$tag`. `-b $tag` will create the task as a parent of `$tag`. `-c $tag` is used to change an existing task. Passing `-e` will use your default editor instead of hold mode. Any args afterwards will be passed along to the created task
+ `pro/task` is used to manage or add a task to the graph, usage is similar to git/commit - the hold editor will be used by default, ctrl+d is used to signal completion. `-a $tag` will create the task as a child of `$tag`. `-b $tag` will create the task as a parent of `$tag`. `-c $tag` is used to change an existing task. Passing `-e` will use your default editor instead of hold mode. Any args afterwards will be passed along to the created task
 
 `pro/rm` removes a given completed task. With `-f`, all matching tags are removed. With `-a`, all completed tags are checked for removal.