stig

A CLI tool for searching GitHub from the terminal.


 src/main.cc      | 221 ++++++++++++++++++++++++++++++++++++++++++-
 src/stig/lang.cc | 253 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/stig/lang.hh |  13 +++-
 src/stig/stig.cc | 286 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/stig/stig.hh |   5 +-
 5 files changed, 774 insertions(+), 4 deletions(-)
Back to Top