pier 0.1.6

A Linux script management tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
scripts:
  "Docker command alias":
    command: docker run -it repo/image
    description: "A description"
    reference: http://github.com 
    tags:
      - tag1
      - tag2
      - tag3
  "Docker command alias 2":
    command: docker run -it repo/image
    description: "A description"
    reference: http://github.com/ 
    tags:
      - tag1
      - tag2
      - tag3