An open API service indexing awesome lists of open source software.

https://github.com/lusingander/aco

Apply shell COmmand
https://github.com/lusingander/aco

go shell wails

Last synced: 5 months ago
JSON representation

Apply shell COmmand

Awesome Lists containing this project

README

          

# aco

Apply shell COmmand

## Setup

Command settings are loaded from `~/.config/aco/aco.yaml`.

```yaml
commands:
- cmd: jq .
description: format json
- pipeline:
- grep foo
- sort
- uniq
description: grep foo, sort, uniq
```

## License

MIT