Awesome
lazyhub
:octocat: lazyhub - Terminal UI Client for GitHub using gocui.
Demo
Features
- 🚀Check the trending repositories on GitHub today
- 🔍Search repositories
- 📘Read the README
- 📄Copy the clone command to clipboard
- 💻Open the repository page on your browser
Install
Using brew
brew tap ryo-ma/lazyhub
brew install lazyhub
Using go get
go get -u github.com/ryo-ma/lazyhub
Binary Download
Usage
Run the following command.
lazyhub
Keys
- <kbd>j</kbd> / <kbd>DownArrow(↓)</kbd> Move down a line
- <kbd>k</kbd> / <kbd>UpArrow(↑)</kbd> Move up a line
- <kbd>q</kbd> / <kbd>CTRL+C</kbd> Quit
- <kbd>CTRL+D</kbd> Move down 5 lines
- <kbd>CTRL+U</kbd> Move up 5 lines
- <kbd>x</kbd> Back panel
- <kbd>Enter</kbd> / <kbd>r</kbd> Open the README
- <kbd>c</kbd> Copy the clone command to clipboard
- <kbd>o</kbd> Open the repository page on your browser
- <kbd>CTRL+f</kbd> Search repositories
Using API
LICENSE
Apache LICENSE 2.0