diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 |
