https://github.com/cpscript/lazyhub
:octocat: lazyhub - Terminal UI Client for GitHub using gocui.
https://github.com/cpscript/lazyhub
easy easy-to-use git github github-config go golang google hacks language-model learning-by-doing lightweight progect
Last synced: 8 months ago
JSON representation
:octocat: lazyhub - Terminal UI Client for GitHub using gocui.
- Host: GitHub
- URL: https://github.com/cpscript/lazyhub
- Owner: CPScript
- License: apache-2.0
- Created: 2023-01-31T17:22:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T17:39:03.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T07:01:56.269Z (8 months ago)
- Topics: easy, easy-to-use, git, github, github-config, go, golang, google, hacks, language-model, learning-by-doing, lightweight, progect
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### NOT made by CPScript, original progect = https://github.com/ryo-ma/lazyhub

# lazyhub
[](https://godoc.org/github.com/jroimartin/gocui)
---
: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
[Binary releases are available](https://github.com/ryo-ma/lazyhub/releases)
# Usage
Run the following command.
```
lazyhub
```
# Keys
* j / DownArrow(↓)
Move down a line
* k / UpArrow(↑)
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
* CTRL+f
Search repositories
# Using API
* https://github.com/huchenme/github-trending-api
# LICENSE
Apache LICENSE 2.0
[LICENSE](./LICENSE)