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
- Host: GitHub
- URL: https://github.com/lusingander/aco
- Owner: lusingander
- License: mit
- Created: 2022-11-03T11:43:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T11:51:47.000Z (about 3 years ago)
- Last Synced: 2025-09-06T21:49:47.853Z (5 months ago)
- Topics: go, shell, wails
- Language: TypeScript
- Homepage:
- Size: 490 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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