lazygit | simple terminal UI for git commands | Command Line Interface library
kandi X-RAY | lazygit Summary
kandi X-RAY | lazygit Summary
A simple terminal UI for git commands, written in Go with the gocui library.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of lazygit
lazygit Key Features
lazygit Examples and Code Snippets
Community Discussions
Trending Discussions on lazygit
QUESTION
I am a little bit new to Go, specifically go get
mechanism to download single binaries (CLI apps). Some cool projects in github allow you to download cli apps using go get
. How can I check that binary that I installed is outdated? I am looking for something like debian based apt update
that checks for newest package versions without installing them.
As an example. Let's say that I installed lazygit using go get github.com/jesseduffield/lazygit
. And after a while a new version was released in github . Is it possible to check new version of binary using go get
?
ANSWER
Answered 2020-Dec-20 at 00:14I checked the help and found the -u flag. Use go get -u github.com/jesseduffield/lazygit
to update the tool.
None of this is speicific to the GitHub.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install lazygit
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page