Skip to content
/ ghi Public

A CLI app for viewing GitHub Issues. Made for The Go Programming Language exercise 4.11

License

Notifications You must be signed in to change notification settings

dzfrias/ghi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghi - GitHub Issues

A simple command-line tool to interact with your GitHub issues. Based on the Go Programming Language exercise.

Commands

See the -h or --help option for each command for more details.

  • list or l: List issues, using GitHub search query terms. Defaults to the current repo you're in.
  • login: Login to GitHub on your account to access open and close
  • close: Close an issue (based on number)
  • open: Open an issue, in your $EDITOR.

About

A CLI app for viewing GitHub Issues. Made for The Go Programming Language exercise 4.11

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages