summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bbcd97b..33e62e1 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,7 @@ pik reads the first comment line from your targets and informs you in the tui!
* create any kind of target: high-level support for shell and python, and arbitrary shells with the shebang.
* tab completion
* currently bring-your-own integrations: `pik --completion` echoes bash completion logic
+* linking sources together by `.include` and `.wants` files
### tui
* tui for viewing and running targets
@@ -113,9 +114,8 @@ attach to these features.
* adding descriptions to external targets
* expand tui:
* support for categories and ordering of targets through the `.order` file
- * more hotkeys (filter jumping, toggle all, etc.)
+ * more hotkeys (toggle all, etc.)
* git pre-commit and pre-push triggers
-* linking sources together by `.include` and `.wants` files
## development