patil-ashutosh / lazyhub

:octocat: lazyhub - Terminal UI Client for GitHub using gocui.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

lazyhub

GoDoc

:octocat: lazyhub - Terminal UI Client for GitHub using gocui.

Demo

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

Binary releases are available

Usage

Run the following command.

lazyhub

Keys

  • j / DownArrow(↓) Move down a line
  • k / DownUp(↑) Move up a line
  • q / CTRL+C Quit
  • CTRL+D Move down 5 lines
  • CTRL+U Move up 5 lines
  • x Back panel
  • Enter / r Open the README
  • c Copy the clone command to clipboard
  • o Open the repository page on your browser

Using API

LICENSE

Apache LICENSE 2.0

LICENSE

About

:octocat: lazyhub - Terminal UI Client for GitHub using gocui.

License:Apache License 2.0


Languages

Language:Go 98.0%Language:Shell 2.0%