| Crates.io | rt-cli |
| lib.rs | rt-cli |
| version | 0.1.5 |
| created_at | 2026-01-11 19:13:25.016162+00 |
| updated_at | 2026-01-23 18:38:55.614209+00 |
| description | rt is a CLI tools for running task files correctly. |
| homepage | https://github.com/unvalley/rt |
| repository | https://github.com/unvalley/rt |
| max_upload_size | |
| id | 2036257 |
| size | 53,916 |
One command to run tasks across task runners. Inspired by antfu/ni.
rt looks for task runer files below, and runs the appropriate task runner command.
Makefilejustfile / JustfileTaskfile.yml / Taskfile.yaml ...Makefile.tomlmise.tomlmaskfile.mdcargo install rt-cli
cargo binstall rt-cli
Planned:
rt: run tasks selectivelyrt
If a task runner is found, rt shows an interactive task selector:
> rt
? Select task
> build - build main
test-all - test everything
test - run a specific test
[↑↓ to move, enter to select, type to filter]
rt <task>: run specific taskrt <task> [-- args...]
There are many task runners available, and different projects use different ones.