sq-cli 0.1.2

sq(Squirrel) is a command-line snippet keeper
1
2
3
4
5
6
7
# say hello world
hello:
  echo hello world

# Display your public IP
public-ip:
  curl ifconfig.me