Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T09:32:25.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:16:35.726Z (5 months ago)
- Topics: acme, acme-editor, go, plan9
- Language: Go
- Homepage:
- Size: 97.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
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 "$@"`)