

Grimoire: A Frieren and Witch Hat Atelier inspired task runner with interactive prompts
I built Grimoire (grim on crates.io), a cross-platform task runner inspired by Frieren and Witch Hat Atelier.
Also the tooling is inspired by just and make.
You define tasks (called Sigils) in a Grimoire.toml file and run them from the terminal. Grimoire lets you define multiple options for tasks that share the same structure but use different values, so instead of writing several nearly identical Sigils, you can define one and let the interactive TUI handle the selection.
It supports task dependencies, prevents dependency loops, and can run scripts written in Python, JavaScript, C/C++, and more.
If you like tools such as just or make but want built-in interactive prompts and multi-language support, I'd love to hear your thoughts.
GitHub: https://github.com/Vaishnav-Sabari-Girish/grimoire
Install: cargo install grim