Bit (1.0) – a modern Git CLI in Go

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. bit

    Bit is a modern Git CLI (by chriswalz)

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. iter

    Range over integers [0,n). Seriously, that's it. (by bradfitz)

    Be sure to give one of your dependencies a read ;)

    https://github.com/bradfitz/iter/blob/master/iter.go

  4. lazygit

    simple terminal UI for git commands

    There's also lazygit[1], which is written in Go.

    [1] https://github.com/jesseduffield/lazygit

  5. go-prompt

    Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.

    Bit uses cobra a little but for the autocomplete it uses https://github.com/c-bata/go-prompt

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • jj: A Git-compatible VCS that is both simple and powerful

    4 projects | news.ycombinator.com | 11 Feb 2025
  • Tig: Text-Mode Interface for Git

    5 projects | news.ycombinator.com | 16 Dec 2024
  • Lazy Docker: The lazier way to manage everything Docker

    3 projects | news.ycombinator.com | 22 Nov 2024
  • The Art of Manually Editing Hunks

    3 projects | news.ycombinator.com | 13 Nov 2024
  • Git Tricks You Should Know: Aliases, Bisect, and Hooks for Better Workflow

    2 projects | dev.to | 15 Nov 2024

Did you know that Go is
the 4th most popular programming language
based on number of references?