Skip to content

lusingander/aco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aco

Apply shell COmmand

Setup

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

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

License

MIT