summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-14 20:16:02 +0200
committerewy <ewy0@protonmail.com>2026-04-14 20:16:02 +0200
commitbff532551a14969e5c8732f13836ace7cc262a6f (patch)
tree7ac1fa21c09f3f622a5e15176815bd91b6692fe1 /README.md
parentc94018702c9ff22a7d5e2206ccb1435c198f28f8 (diff)
add more doccies
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f0403a..d701bd0 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,13 @@ running `pik` in any repository will index its own file-based task system, as we
bear in mind scripts will always run in the project directory, not in the `.pik` folder.
+## <span style="color: green">killer</span> features
+
pik comes equipped with a tui that allows for target browsing and invoking. open it by running `pik`. the output also
gently reminds you how to run the invocation next time!
+pik remembers your projects and you can invoke stuff almost anywhere. to view everything pik knows, try `pik -a`!
+
## current features
* run targets by their approximate name: `pik build` will trigger `.pik/build.sh`, or `.pik/build.py`, or `make build`