https://github.com/aymericbeaumet/pimp
:rosette: Command expander and task runner with pattern matching, templating and scripting capabilities
https://github.com/aymericbeaumet/pimp
bash cli command-line command-line-tool fish pimp script-engine shell template template-engine unix zsh
Last synced: 8 months ago
JSON representation
:rosette: Command expander and task runner with pattern matching, templating and scripting capabilities
- Host: GitHub
- URL: https://github.com/aymericbeaumet/pimp
- Owner: aymericbeaumet
- License: mit
- Created: 2021-02-17T17:59:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T15:11:03.000Z (over 2 years ago)
- Last Synced: 2025-03-25T04:41:19.921Z (about 1 year ago)
- Topics: bash, cli, command-line, command-line-tool, fish, pimp, script-engine, shell, template, template-engine, unix, zsh
- Language: Go
- Homepage: https://aymericbeaumet.gitbook.io/pimp/
- Size: 402 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: license
Awesome Lists containing this project
README
# pimp
[](https://github.com/aymericbeaumet/pimp/actions) [](https://github.com/aymericbeaumet/pimp/issues) [](https://pkg.go.dev/github.com/aymericbeaumet/pimp)
pimp is a shell-agnostic command expander and task runner with pattern matching, templating, and scripting capabilities that increases your productivity.
Pros:
* Fast
* Elegant yet powerful [configuration syntax](https://aymericbeaumet.gitbook.io/pimp/user-guide/pimpfile)
* Rich [template functions library](https://aymericbeaumet.gitbook.io/pimp/user-guide/template-engine/functions) supporting git, http, kubernetes, sql, and more
The [documentation](https://aymericbeaumet.gitbook.io/pimp/) should help you make the most out of the tool. Some quick links:
* [Installation](https://aymericbeaumet.gitbook.io/pimp/installation)
* [Getting Started](https://aymericbeaumet.gitbook.io/pimp/getting-started)
* [User Guide](https://aymericbeaumet.gitbook.io/pimp/user-guide)
* [Frequently Asked Questions](https://aymericbeaumet.gitbook.io/pimp/faq)
The [examples](./examples) also show you what's possible to do.