1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-26 09:00:57 +02:00
simple terminal UI for git commands
Go to file
2018-09-03 17:54:06 +02:00
.circleci add cache based on Gopkg.lock checksum 2018-08-29 12:03:32 +02:00
.github/ISSUE_TEMPLATE update github template 2018-08-19 20:21:19 +02:00
docs Merge branch 'master' into rename-commits-in-user-editor 2018-09-03 19:53:16 +10:00
pkg add missing descriptions 2018-09-03 17:54:06 +02:00
scripts show output line by line in deploy script 2018-08-11 17:07:56 +10:00
test support unicode characters 2018-08-28 20:08:35 +10:00
vendor support unicode characters 2018-08-28 20:08:35 +10:00
.gitignore update circleci 2018-08-19 20:21:14 +02:00
.goreleaser.yml auto-updates 2018-08-25 17:32:34 +10:00
CODE-OF-CONDUCT.md It appears that markdown files are better handeled by GitHub with extensions. 2018-08-07 14:38:58 +02:00
CONTRIBUTING.md [fix] link to code of conduct 2018-08-07 14:59:22 +02:00
Gopkg.lock support unicode characters 2018-08-28 20:08:35 +10:00
Gopkg.toml [rebase] Fix errors; update dependencies 2018-08-16 07:17:47 -04:00
LICENSE Create LICENSE 2018-08-05 12:32:37 +10:00
main.go dont panic when catting directories 2018-08-28 19:12:35 +10:00
README.md add various badges 2018-08-19 20:21:19 +02:00
test.sh don't run tests on scripts/ directory 2018-09-01 17:22:23 +02:00

lazygit CircleCI codecov Go Report Card GolangCI GoDoc GitHub tag

A simple terminal UI for git commands, written in Go with the gocui library.

Are YOU tired of typing every git command directly into the terminal, but you're too stubborn to use Sourcetree because you'll never forgive Atlassian for making Jira? This is the app for you!

Gif

Installation

Homebrew

brew tap jesseduffield/lazygit
brew install lazygit

Ubuntu

Packages for Ubuntu 16.04, 18.04 and 18.10 are available via Launchpad PPA.

Release builds

Built from git tags. Supposed to be more stable.

sudo add-apt-repository ppa:lazygit-team/release
sudo apt-get update
sudo apt-get install lazygit

Daily builds

Built from master branch once in 24 hours (or more sometimes).

sudo add-apt-repository ppa:lazygit-team/daily
sudo apt-get update
sudo apt-get install lazygit

Void Linux

Packages for Void Linux are available in the distro repo

They follow upstream latest releases

sudo xbps-install -S lazygit

Arch Linux

Packages for Arch Linux are available via AUR (Arch User Repository).

There are two packages. The stable one which is built with the latest release and the git version which builds from the most recent commit.

Instruction of how to install AUR content can be found here: https://wiki.archlinux.org/index.php/Arch_User_Repository

Binary Release (Windows/Linux/OSX)

You can download a binary release here.

Go

go get github.com/jesseduffield/lazygit

Please note: If you get an error claiming that lazygit cannot be found or is not defined, you may need to add ~/go/bin to your $PATH (MacOS/Linux), or %HOME%\go\bin (Windows). Not to be mistaked for C:\Go\bin (which is for Go's own binaries, not apps like Lazygit).

Usage

Call lazygit in your terminal inside a git repository. If you want, you can also add an alias for this with echo "alias lg='lazygit'" >> ~/.zshrc (or whichever rc file you're using).

  • Basic video tutorial here.
  • List of keybindings here.

Cool features

  • Adding files easily
  • Resolving merge conflicts
  • Easily check out recent branches
  • Scroll through logs/diffs of branches/commits/stash
  • Quick pushing/pulling
  • Squash down and rename commits

Resolving merge conflicts

Gif

Viewing commit diffs

Viewing Commit Diffs

Milestones

Contributing

We love your input! Please check out the contributing guide. For contributor discussion about things not better discussed here in the repo, join the slack channel

Slack

Work in progress

This is still a work in progress so there's still bugs to iron out and as this is my first project in Go the code could no doubt use an increase in quality, but I'll be improving on it whenever I find the time. If you have any feedback feel free to raise an issue/submit a PR.

Social

If you want to see what I (Jesse) am up to in terms of development, follow me on twitter or watch me program on twitch.