1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-04 03:48:07 +02:00
simple terminal UI for git commands
Go to file
2018-08-11 09:43:22 +10:00
docs add basic vim keybindings 2018-08-09 23:26:31 +10:00
scripts Obtain branches in a more robust way. Begin refactor work on gitcommands 2018-08-10 21:34:17 +10:00
test add test script that reads user input for subprocess testing 2018-08-08 20:44:06 +10:00
vendor explicitly add go-git dependency 2018-08-10 11:33:49 +10:00
.gitignore better handling of branches and untracked files 2018-07-21 15:51:18 +10:00
.goreleaser.yml use zip for windows binaries 2018-08-09 11:05:10 +10:00
branch_list_builder.go revert to using the direct git command for getting the current branch because it breaks if you've just done a git init 2018-08-10 22:08:12 +10:00
branch.go move withPadding into utils file 2018-08-10 21:51:21 +10:00
branches_panel.go merge feature/clearing-commit-panel into master 2018-08-10 22:49:54 +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
commits_panel.go merge feature/clearing-commit-panel into master 2018-08-10 22:49:54 +10:00
confirmation_panel.go add FIXME note about trimming the trailing newline upon confirming in a prompt panel 2018-08-10 23:08:03 +10:00
CONTRIBUTING.md [fix] link to code of conduct 2018-08-07 14:59:22 +02:00
files_panel.go merge feature/clearing-commit-panel into master 2018-08-10 22:49:54 +10:00
gitcommands.go compare branches for name equality regardless of case 2018-08-10 22:24:10 +10:00
Gopkg.lock add git plumbing to Gopkg.lock 2018-08-10 22:46:04 +10:00
Gopkg.toml explicitly add go-git dependency 2018-08-10 11:33:49 +10:00
gui.go revert to using default border color 2018-08-10 21:40:21 +10:00
keybindings.go apply gofmt -s -w 2018-08-10 09:54:21 +02:00
LICENSE Create LICENSE 2018-08-05 12:32:37 +10:00
main.go Obtain branches in a more robust way. Begin refactor work on gitcommands 2018-08-10 21:34:17 +10:00
merge_panel.go Obtain branches in a more robust way. Begin refactor work on gitcommands 2018-08-10 21:34:17 +10:00
README.md Update README.md 2018-08-11 09:43:22 +10:00
stash_panel.go merge feature/clearing-commit-panel into master 2018-08-10 22:49:54 +10:00
status_panel.go Obtain branches in a more robust way. Begin refactor work on gitcommands 2018-08-10 21:34:17 +10:00
utils.go move color functions into utils 2018-08-10 22:09:10 +10:00
VERSION bump version to v0.1.48 2018-08-09 23:35:06 +10:00
view_helpers.go Obtain branches in a more robust way. Begin refactor work on gitcommands 2018-08-10 21:34:17 +10:00

lazygit Go Report Card

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!

Tutorial

Gif

Twitch Stream

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.

They are built daily, straight from master branch.

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

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 tutorial Here

Keybindings

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.

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