git-fuzzy VS Blackbox

Compare git-fuzzy vs Blackbox and see what are their differences.

git-fuzzy

interactive `git` with the help of `fzf` (by bigH)

Blackbox

Safely store secrets in Git/Mercurial/Subversion (by StackExchange)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
git-fuzzy Blackbox
6 7
2,282 6,624
- 0.1%
4.9 3.0
6 months ago about 1 month ago
Shell Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

git-fuzzy

Posts with mentions or reviews of git-fuzzy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-09.
  • Ask HN: Best thing you've made in CLI
    12 projects | news.ycombinator.com | 9 Mar 2024
    Mine: https://github.com/bigH/git-fuzzy

    Bonus points if you have something you're currently working on.

  • Lazygit: Simple terminal UI for Git commands
    10 projects | news.ycombinator.com | 18 Jul 2023
    I found lazygit after building something of my own thay solves some of these problems for me - git-fuzzy [0].

    I'd like to share some of my thoughts about the comparison.

    lazygit is a TUI for git which can behave in a standalone fashion. It's also designed to be quick and easy to use to perform quite advanced actions but ones that a seasoned git user may really want when working with git history. Since I'm already a seasoned git user the main feature I like about lazygit is the ability to surgically work with patches.

    All that said, a majority of my workflow is tightly bound to git-fuzzy. I use its CLI composability quite heavily in combination with aliases and functions - git-fuzzy excels in this particular way (`git fuzzy log $(git fuzzy branch)` which I invoke using `gl $(gb)` by way of aliases). git-fuzzy is better for working with git-log or git-reflog and interactively searching them.

    I personally quite like what I made (for myself), though I wish there was a world where I could quickly and easily mash both of these projects together.

    [0] https://github.com/bigH/git-fuzzy

  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    I'm slightly embarrassed that in terms of building personally relevant things, my proudest (digital) work is always shell scripts I use daily. Most of my personal projects are non-technical meat-space things like building with wood and the like. Here's some that I've open-sourced:

    - A git interface using fzf that works pretty nicely and is very composable. https://github.com/bigH/git-fuzzy

    - An interactive evaluator, perfect for interactive `sed`, `grep`, `jq`, etc. If properly configured, it'll keep history per command or using whatever key you give it. I find myself using it often with `jq`. https://github.com/bigH/interactively

    There are many other shell functions/scripts that are interesting from my `dotfiles`. Particularly interesting snippets for anyone who wants them:

    - A recursize `which` that follows symlinks and stops at a real file. https://github.com/bigH/dotfiles/blob/3d48792b4e910d2fc82504...

    - A `watch` alternative that runs in the current shell. https://github.com/bigH/dotfiles/blob/3d48792b4e910d2fc82504...

  • Ask HN: Have you created programs for only your personal use?
    104 projects | news.ycombinator.com | 13 Apr 2022
  • Show HN: Surprising interactive `git log` search
    1 project | news.ycombinator.com | 26 Jan 2022
  • Zsh Plugins Commit TOP
    102 projects | dev.to | 25 Dec 2021
    git-fuzzy : ⌛ - A CLI interface to git that relies heavily on fzf.

Blackbox

Posts with mentions or reviews of Blackbox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.
  • Safely store secrets in Git using Blackbox
    2 projects | dev.to | 6 Feb 2023
    Blackbox is a great tool for securely storing secrets within a Git repository. It provides an easy-to-use PGP encryption system, which ensures that secrets are kept safe and secure. Furthermore, Blackbox can also be used in GitHub Actions as a secret repository, allowing developers to quickly load secrets into their pipelines. With its robust security and automated processes, Blackbox is an excellent tool for securely storing secrets within Git.
  • Blackbox - Secrets amongst your code
    1 project | dev.to | 14 Jan 2023
    One of the major concerns amongst developers is how to store shared secrets. Storing secrets in a config file along with your source code is problematic as it can compromise privacy. Storing it outside without proper process or documentation can tend to be forgotten (not saying this is not good as using SAAS tools like Vault is the way to go). But in case you have a limited budget and limited capability, using GPG is the way to go. Here comes Blackbox.
  • We have this many ".env" files in a project at work. Is this normal? Is there a better way?
    3 projects | /r/webdev | 16 Jun 2022
    My preferred version is blackbox: https://github.com/StackExchange/blackbox
  • Zsh Plugins Commit TOP
    102 projects | dev.to | 25 Dec 2021
    blackbox 🥇 💼 - Stack Exchange's toolkit for storing keys/credentials securely in a git repository.
  • Quick Ansible Vault question
    1 project | /r/ansible | 13 Sep 2021
  • How do you provision app secrets?
    1 project | /r/sysadmin | 21 Apr 2021
    For Puppet i use blackbox
  • Looking for an interesting project to contribute
    20 projects | /r/golang | 15 Jan 2021
    Interested in making GPG easier to use for encrypting secrets in Git? https://github.com/StackExchange/blackbox is being rewritten in Go and needs help testing, improving, ensuring compatibility, etc.

What are some alternatives?

When comparing git-fuzzy and Blackbox you can also consider the following projects:

zsh-autosuggestions - Fish-like autosuggestions for zsh

zsh-autocomplete - 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

zsh-syntax-highlighting - Fish shell like syntax highlighting for Zsh.

pfSense - Main repository for pfSense

base16-shell - Base16 for Shells

lynis - Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.

awesome-zsh-plugins - A collection of ZSH frameworks, plugins, themes and tutorials.

SpamAssassin - Read-only mirror of Apache SpamAssassin. Submit patches to https://bz.apache.org/SpamAssassin/. Do not send pull requests

ranger - A VIM-inspired filemanager for the console

Wazuh - Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.

judo - Simple orchestration & configuration management

fwknop - Single Packet Authorization > Port Knocking