Forgit: A utility tool powered by fzf for using Git interactively

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • setup

    My config, system settings, utilities, etc. (by kbd)

  • If anyone cares, I do something similar with my git aliases: https://github.com/kbd/setup/blob/master/HOME/.config/git/co...

    So, "ga" similarly gives a fuzzy finder of files that are actually in git status, "gcp" lets me cherry pick one or more commits from a branch where both the branch and commits are picked with fzf, and so on.

  • forgit

    :zzz: A utility tool powered by fzf for using git interactively.

  • No, they're not.

    `gcp` and `ga` are part of forgit, not OPs config. That's why searching the repo didn't find anything. I assumed they were part of OPs linked repo.

    `gcp` https://github.com/wfxr/forgit/search?q=gcp

    `ga` https://github.com/wfxr/forgit/search?q=ga

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • fzutils

    Command line utilities leveraging fzf

  • Nice. I do something similar with simple scripts for fuzzy finding a file/sha, and then call them in place of one being expected, but this might tempt me to let someone else maintain it (with undoubtedly more thought and time put into it by a long shot) instead :)

    https://github.com/OJFord/fzutils

    I dislike all the short acronym-style aliases though; (I know it's fairly popular with git) not immediately obvious if it's supported to just use the usual commands.

  • tig

    Text-mode interface for git

  • I use Tig [0] and highly recommend it. I do cherry picks there view blames, git greps, among other things.

    [0]: https://jonas.github.io/tig/

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