summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-14 19:04:41 +0200
committerewy <ewy0@protonmail.com>2026-04-14 19:04:41 +0200
commit466758ce0a6de964f6ed8228d78fb7e9a4ff9a67 (patch)
tree8e522bcfdd08c07402fea89033adb84f85bd4665 /README.md
parent370f13b58e9cb74eeab3461afb779cf4d013c94b (diff)
add descriptions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a03559b..001fb81 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ running `pik` in a supported repository will index its own file-based task syste
* target tags in filenames which trigger flag behaviours
* aliases to sources through the `.alias` file
* tui for viewing and running targets
+ * descriptions for targets based on the first- or second line comment
* y/n confirmation with yes as default
* will be used if we have an uncertain target guess
* `--yes` to automatically confirm y/n prompts
@@ -52,7 +53,6 @@ attach to these features.
* this will also enable arbitrary shells like node by way of the shebang
* indexers for other target types such as `make` and `npm`
* expand tui:
- * adding descriptions to targets based on the first comment in a target
* support for categories and ordering of targets through the `.order` file
* search
* more hotkeys (filter jumping, toggle all, etc.)