An extensible task execution and generation tool
From AUR:
Not complete yet
From source:
```sh git clone https://github.com/safinsingh/rune.git cargo build --release
rune release ```
All Rune targets are defined in Rune.example
like so:
```yaml
name: Rune version: 1.0.0 author: Safin Singh
goals: # Default goal runs when none are specified default: echo hi
# An array of commands two: - echo hi - echo hi2
# An array of commands with messages # that are displayed in verbose mode three: - message: execute command cmd: - echo hello - echo hello2 - message: execute command cmd: - echo hello - echo hello2 ```
Linkedin: Safin Singh
GitHub: safinsingh
Dribbble: Safin Singh
YouTube: Safin Singh
Contributions, PRs, issues and feature requests are welcome! Feel free to check out my issues page.
Give a ⭐️ if this project helped you! Hope you enjoy it!