Skip to content

Instantly share code, notes, and snippets.

@jmkim
Created March 5, 2025 08:40
Show Gist options
  • Save jmkim/45c94e510b4570a1417e2801238b98ea to your computer and use it in GitHub Desktop.
Save jmkim/45c94e510b4570a1417e2801238b98ea to your computer and use it in GitHub Desktop.
Source: lazygit
Section: vcs
Priority: optional
Maintainer: Debian Go Packaging Team <[email protected]>
Uploaders: Jongmin Kim <[email protected]>
Build-Depends: debhelper-compat (= 13),
#
# DIRECT - Uploaded and ACCEPTED
dh-golang,
golang-any,
golang-github-adrg-xdg-dev,
golang-github-atotto-clipboard-dev,
golang-github-cloudfoundry-jibber-jabber-dev,
golang-github-creack-pty-dev,
golang-github-gdamore-tcell.v2-dev,
golang-github-go-errors-errors-dev,
golang-github-gookit-color-dev,
golang-github-humanlogio-humanlog-dev,
golang-github-imdario-mergo-dev,
golang-github-integrii-flaggy-dev,
golang-github-jesseduffield-lazycore-dev,
golang-github-kardianos-osext-dev,
golang-github-kyokomi-emoji-dev,
golang-github-lucasb-eyer-go-colorful-dev,
golang-github-mattn-go-runewidth-dev,
golang-github-mgutz-str-dev,
golang-github-mitchellh-go-ps-dev,
golang-github-sahilm-fuzzy-dev,
golang-github-samber-lo-dev,
golang-github-sanity-io-litter-dev,
golang-github-sasha-s-go-deadlock-dev,
golang-github-sirupsen-logrus-dev,
golang-github-spf13-afero-dev,
golang-github-spkg-bom-dev,
golang-github-stretchr-testify-dev,
golang-github-xo-terminfo-dev,
golang-golang-x-exp-dev,
golang-golang-x-sync-dev,
golang-gopkg-yaml.v3-dev,
golang-gopkg-gcfg.v1-dev,
# GO-GIT MIGRATION
# golang-github-jesseduffield-go-git-dev,
golang-github-go-git-go-git-dev,
# GIT-TODO-PARSER MIGRATION
# golang-github-stefanhaller-git-todo-parser-dev,
golang-github-fsmiamoto-git-todo-parser-dev,
# INVOPOP MIGRATION
# golang-github-karimkhaleel-jsonschema-dev,
golang-github-invopop-jsonschema-dev,
#
# MINIMAL MIGRATION (Not packaged)
# golang-github-iriri-minimal-dev,
# golang-github-jesseduffield-minimal-dev,
#
# DIRECT - Uploaded to NEW
# golang-gopkg-ozeidan-fuzzy-patricia.v3-dev,
#
# DIRECT - Consider to be vendored
# golang-github-jesseduffield-generics-dev,
# golang-github-jesseduffield-gocui-dev,
# golang-github-jesseduffield-kill-dev,
#
# INDIRECT - Uploaded and ACCEPTED
# golang-github-bahlo-generic-list-go-dev,
# golang-github-buger-jsonparser-dev,
# golang-github-davecgh-go-spew-dev,
# golang-github-emirpasic-gods-dev,
# golang-github-fatih-color-dev,
# golang-github-gdamore-encoding-dev,
golang-github-gobwas-glob-dev,
# golang-github-go-git-go-billy-dev,
# golang-github-go-logfmt-logfmt-dev,
# golang-github-jbenet-go-context-dev,
# golang-github-kevinburke-ssh-config-dev,
# golang-github-konsorten-go-windows-terminal-sequences-dev,
# golang-github-kr-logfmt-dev,
# golang-github-mailru-easyjson-dev,
# golang-github-mattn-go-colorable-dev,
# golang-github-mattn-go-isatty-dev,
# golang-github-mitchellh-go-homedir-dev,
# golang-github-petermattis-goid-dev,
# golang-github-pmezard-go-difflib-dev,
# golang-github-rivo-uniseg-dev,
# golang-github-sergi-go-diff-dev,
golang-github-wk8-go-ordered-map-dev,
# golang-github-xanzy-ssh-agent-dev,
# golang-golang-x-net-dev,
# golang-golang-x-sys-dev,
# golang-golang-x-term-dev,
# golang-golang-x-text-dev,
# golang-gopkg-warnings.v0-dev,
# golang-golang-x-crypto-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/jesseduffield/lazygit
Vcs-Browser: https://salsa.debian.org/go-team/packages/lazygit
Vcs-Git: https://salsa.debian.org/go-team/packages/lazygit.git
XS-Go-Import-Path: github.com/jesseduffield/lazygit
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
Package: lazygit
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
${shlibs:Depends},
git
Description: Simple terminal UI for git commands
lazygit is a simple terminal UI for git commands that makes git easy to
use. All features of lazygit can be easily used by using the arrow keys
and simple keystrokes.
.
lazygit provides the following git features with cool interface:
* Adding files easily
* Resolving merge conflicts
* Easily check out recent branches
* Scroll through logs/diffs of branches/commits/stash
* Quick push/pull
* Squash down and rename commits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment