Settings

Theme

Show HN: Runtask – A Go-Based, Cross-Platform Task Runner

1 points by bartimus 2 years ago · 0 comments · 1 min read

Reader

Hi HN!

With my projects I often end up in a situation struggling with a bunch of bash, batch and script files to help me automate certain tasks. Each with their own limitations. Bash files don’t work on Windows, batch files aren’t compatible with Unix, and they tend to get messy quickly. Even when using Go for some of my automations, I still end up needing batch and bash files for certain commands.

So, I decided to write my own solution. My requirements:

- Easy to install

- Minimal dependencies

- Simple script creation

- No need for compilation

- Run on all my platforms

- Support a modern programming language

Here's what I came up with:

https://github.com/bartdeboer/runtask

A task runner that uses Yaegi to run Taskfile scripts written in Go.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection