Execute scripts

pimp scripts follow the template syntax, but without the {{ and }} delimiters.

/* script.pimp */

printf "Git branches in %s:\n" pwd
range GitBranches
  printf "* %s\n" .
end

Read more about the Script Engine in the documentation.

Let's finally see the next steps you can follow to learn more about pimp.

Last updated