diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 18:28:40 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 18:28:40 +0200 |
| commit | e8b9ca135642c76000bc0ec2e78674c602a748dd (patch) | |
| tree | 4e502ce767a4a4f70e40d6e72a3817bc139f1300 /README.md | |
| parent | 35e6ac334f6a62cf63b743182cd5355f6baf4406 (diff) | |
add .js and .ts support
also: remove unused/duplicate method runner.Hydrate
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -76,11 +76,18 @@ pik reads the first comment line from your targets and informs you in the tui! * external targets will also show up in the tui * search with `/` and `?`, scroll results with `n` and `N` +### supported pik runners +* python +* shell +* executable files +* java- and typescript ### supported external runners * `just` * `make` +* `pyproject.toml` +* * if you want any more let me know and it should be done very fast ## planned features @@ -89,9 +96,6 @@ As this program has already gone through a number of iterations and forms, this time to catch up with all the features it used to have. This list is not exhaustive, but it is ordered by importance I attach to these features. -* runner for executable files - * this will also enable arbitrary shells like node by way of the shebang -* indexers for other target types such as `npm` * whitelists for external runners in `.pik` * adding descriptions to external targets * expand tui: |
