From 936fb0c8676861f1ab15a255018a2bf82fa81aab Mon Sep 17 00:00:00 2001 From: ewy Date: Sun, 14 Jun 2026 18:23:44 +0200 Subject: update web --- README.md | 12 ++++++-- web/index.html | 95 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 73 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index ecf50c8..a69b87b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,9 @@ pik remembers your projects, and you can invoke stuff almost anywhere. to view e pik reads the first comment line from your targets and informs you in the tui! -## current features +## features + +Run `pik --help` to view the manpage. It is created at runtime by `pik`, so it is always up to date. * run targets by their approximate name: `pik build` will trigger `.pik/build.sh`, or `.pik/build.py`, or `make build` depending on what's possible. @@ -91,6 +93,9 @@ pik reads the first comment line from your targets and informs you in the tui! * search with `/` and `?`, scroll results with `n` and `N` ### supported pik runners + +these files can be run by invoking them through pik: + * python * shell * executable files @@ -98,11 +103,12 @@ pik reads the first comment line from your targets and informs you in the tui! ### supported external runners +these existing systems can be invoked through pik, meaning you can use pik's call site features (etc.) while still using +your preferred system. + * `just` * `make` * `pyproject.toml` -* -* if you want any more let me know and it should be done very fast ## planned features diff --git a/web/index.html b/web/index.html index 273d93d..4dcb703 100644 --- a/web/index.html +++ b/web/index.html @@ -11,15 +11,45 @@ content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> - - + + - + - - + + pik - file based task runner