summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-06-06 16:55:11 +0200
committerewy <ewy0@protonmail.com>2026-06-06 16:55:11 +0200
commit8a376262447f8858d83d07e0d98e8e4ea5c50865 (patch)
tree1b950a49f56aea32842e2a6fc5dc243e27f051b2 /README.md
parent58e255d3c16c7d4a7d08afde7dd3acf481e2d8ae (diff)
add more shit to the manpage
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