lazygit

Edit Package lazygit
https://github.com/jesseduffield/lazygit

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

Rant time: You've heard it before, git is powerful, but what good is that power when everything is so damn hard to do? Interactive rebasing requires you to edit a goddamn TODO file in your editor? Are you kidding me? To stage part of a file you need to use a command line program to step through each hunk and if a hunk can't be split down any further but contains code you don't want to stage, you have to edit an arcane patch file by hand? Are you KIDDING me?! Sometimes you get asked to stash your changes when switching branches only to realise that after you switch and unstash that there weren't even any conflicts and it would have been fine to just checkout the branch directly? YOU HAVE GOT TO BE KIDDING ME!

If you're a mere mortal like me and you're tired of hearing how powerful git is when in your daily life it's a powerful pain in your ass, lazygit might be for you.

Refresh
Refresh
Source Files
Filename Size Changed
_service 0000000852 852 Bytes
_servicedata 0000000238 238 Bytes
lazygit-0.42.0+git20240519.b75c177.tar.gz 0004717199 4.5 MB
lazygit.changes 0000062555 61.1 KB
lazygit.obsinfo 0000000117 117 Bytes
lazygit.spec 0000001804 1.76 KB
vendor.tar.gz 0003840592 3.66 MB
Latest Revision
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 19)
- Update to version 0.42.0+git20240519.b75c177:
  * Make Keybindings definition in UserConfig struct last
  * Add default lazygit config generator for Config.md from JSON schema
  * Set default value for WindowSize config to pass validation
  * Remove unnecesary schema validations in user config
  * Correctly request force-pushing in triangular workflows
  * Add ahead/behind information for @{push}
  * Rename Pushables/Pullables to AheadForPull/BehindForPull
  * Add test demonstrating the problem with force-pushing in a triangular workflow
  * Rename PushBranch to PushBranchAndSetUpstream
  * Create shims for all model classes in SessionStateLoader
  * Remove redundant variable dedeclarations
  * Bump go version to 1.22
  * README.md: Update Sponsors
  * Show delete/edit keybindings in suggestions subtitle if available
  * Allow editing a custom command from the suggestions list by pressing 'e'
  * Support deleting items from the custom commands history
  * improve `nvim-remote` mode
  * Attempt #2 at preventing codacy coverage step from running on forks
  * Only run code coverage report on non-fork branches
  * Fix stashing partialy staged files for git version >= 2.35.0
  * Use ScanLinesAndTruncateWhenLongerThanBuffer instead of bufio.ScanLines
  * Put subject last in git log's prettyFormat
  * Implement ScanLinesAndTruncateWhenLongerThanBuffer
  * Handle scanner error in RunAndProcessLines
  * Add tests for clicking in status side panel
  * Fix clicking in status side panel
  * Fix deadlock reporting
  * Add commitPrefix for defining a prefix for any project
  * Enable the commit graph in the divergence view
Comments 0
openSUSE Build Service is sponsored by