https://github.com/mkmik/arepa
Small helper for the acme editor that re-runs a command every time another (trigger) command exits
https://github.com/mkmik/arepa
acme acme-editor go plan9
Last synced: 19 days ago
JSON representation
Small helper for the acme editor that re-runs a command every time another (trigger) command exits
- Host: GitHub
- URL: https://github.com/mkmik/arepa
- Owner: mkmik
- License: apache-2.0
- Created: 2018-12-05T17:59:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T17:30:02.000Z (3 months ago)
- Last Synced: 2025-03-27T03:41:42.250Z (about 1 month ago)
- Topics: acme, acme-editor, go, plan9
- Language: Go
- Homepage:
- Size: 99.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-acme - arepa - Small helper for the acme editor that re-runs a command every time another (trigger) command exits (Programs)
README
# arepa
> a repetition for acme
Small helper for the [acme editor](http://acme.cat-v.org/) that re-runs a command
every time another (trigger) command exits.Works well in combination with [waigo](https://github.com/mkmik/waigo) and other simple tools like it.
# Install
```
$ go get -u github.com/mkmik/arepa
```# Usage
For example you can combine it with [waigo](https://github.com/mkmik/waigo) so it can show test and build errors for the package under the current directory:
```
arepa -t waigo go test
```(which I wrap in a smaller shell script called `ago` which does `exec arepa -t waigo go "$@"`)