stig

A CLI tool for searching GitHub from the terminal.


 CMakeLists.txt              |    1 +-
 src/ob/ansi_escape_codes.cc |  163 +------
 src/ob/ansi_escape_codes.hh |  137 +-----
 src/ob/term.hh              | 1187 ++++++++++++++++++++++++++++++++++++++++++++-
 src/stig/stig.cc            |   60 +-
 src/stig/stig.hh            |    6 +-
 6 files changed, 1235 insertions(+), 319 deletions(-)
Back to Top