Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 385 Bytes

File metadata and controls

9 lines (6 loc) · 385 Bytes

Open Government Command Line Interface

This repo contains a shell script for the og command.

Installation

  1. Pull the repo into any directory
  2. Add that directory into your PATH variable
  3. Link the autocompletion script to your bash completions: sudo ln -s $(dirname "$(which og)")/autocomplete /etc/bash_completion.d/og (you may need to restart your shell afterwards)