Task Keeper

tk(Task Keeper) is a tool to manage tasks from different task file, such as Makefile,justfile, package.json, deno.jso, .fleet/run.json etc.

Task Keeper

Features

Task runners support

Todo

Shell scripts in Markdown

shell $ ## http-methods $ curl https://httpbin.org/get $ curl -X POST https://httpbin.org/post

```shell

print my internet ip

curl https://httpbin.org/ip ```

shell curl https://httpbin.org/ip \ --user-agent "Task Keeper/0.1.0" \ --silent curl https://httpbin.org/headers