diff --git a/index.html b/index.html index ad2b80d..b760fb0 100644 --- a/index.html +++ b/index.html @@ -27,4 +27,4 @@ [task.format] command = "go fmt ./..." -
You can run
groom --example-config
to get a working example config.
Run groom
without any arguments to list all configured tasks.
Use
--simple
to list all tasks without any fancy printing. Useful with scripts.
Provide a list of tasks to execute and watch groom
execute them!
Use the
--dry-run
argument to show the log without actually running anything.
A neovim
plugin is in the works for integrating groom
with Neovim.
It allows you to run tasks without leaving your editor.
Find it here
⭐ Star the project if you like it!
Feel free to contribute to the project, by either raising a issue or opening a PR.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
--simple
flag to task listing.groom
now finds groom.toml
in the parent directories.neovim
plugin. See heredemp
for dollar templating instead of hideos custom algorithm.