Go Zsh

Open-source Go projects categorized as Zsh

Top 23 Go Zsh Projects

  1. fzf

    :cherry_blossom: A command-line fuzzy finder

    Project mention: Get a Git productivity boost with FZF | dev.to | 2025-01-20

    FZF is a command line fuzzy finder. It's an incredibly powerful tool that you can use (at its simplest) to filter lists as you type.

  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. asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

    Project mention: Setting Up a Powerful Windows Development Environment đź’Ş | dev.to | 2025-02-13

    # Download asdf git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.15.0 # Add the following to ~/.zshrc . "$HOME/.asdf/asdf.sh" # Optional: Completions are configured by either a ZSH Framework asdf plugin # or by adding the following to your .zshrc: fpath=(${ASDF_DIR}/completions $fpath) autoload -Uz compinit && compinit

  4. oh-my-posh

    The most customisable and low-latency cross platform/shell prompt renderer

    Project mention: Oh My Posh | news.ycombinator.com | 2024-12-06
  5. direnv

    unclutter your .profile

    Project mention: Easy development environments with Nix and Nix flakes! | dev.to | 2025-01-15

    A devshell discussion with Nix is not complete without introducing direnv. direnv is a tool that very simply runs commands based on the current directory. It is tedious to run nix develop to get into a development shell every time. It's also tedious to remember to exit the dev shell when you're done. direnv automatically does this for you, so it's a valuable addition! It also allows you to use these shells within non-terminal editors like VSCode and JetBrains.

  6. Wave Terminal

    An Open-Source, AI-Native, Terminal Built for Seamless Workflows.

    Project mention: Ghostty 1.0 | news.ycombinator.com | 2024-12-26
  7. vfox

    A cross-platform and extendable version manager with support for Java, Node.js, Flutter, .Net & more

    Project mention: The Ultimate Guide to Node.js Version Managers: NVM, NVS, fnm, Volta, and asdf | Part 3 | dev.to | 2024-09-12

    Another tool quite similar to asdf is vfox. It supports version management for various programming languages. It also has an MSI installer, unlike asdf, and hence is painless to install for the majority of Windows users. In fact, the function is quite similar to asdf in that it supports Node.js versions by simply changing a configuration.

  8. powerline-go

    A beautiful and useful low-latency prompt for your shell, written in go

  9. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  10. hishtory

    Your shell history: synced, queryable, and in context

    Project mention: Some Terminal Frustrations | news.ycombinator.com | 2025-02-09

    I actually made a CLI tool (https://github.com/ddworken/hishtory) that automatically binds to Control+R to support both history searching and AI queries (by prefixing queries with `?`).

    Here's the prompt engineering I did: https://github.com/ddworken/hishtory/blob/master/shared/ai/a...

  11. jump

    Jump helps you navigate faster by learning your habits. ✌️

  12. murex

    A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)

    Project mention: Bunster: Compile bash scripts to self contained executables | news.ycombinator.com | 2025-01-23

    I have authored a shell in Go and while it doesn’t aim to replace coreutils, it does have a decent number of builtins as part of its application.

    So in theory I could build a feature that allows you to ship a self contained executable like you’ve described.

    If this is something you’re genuinely interested in and my shell has the right kind of ergonomics for you, then feel free to leave a feature request:

    https://github.com/lmorg/murex

  13. virtualgo

    Virtualgo: Easy and powerful workspace based development for go

  14. carapace-bin

    A multi-shell completion binary.

    Project mention: FLaNK AI Weekly for 29 April 2024 | dev.to | 2024-04-29
  15. resh

    RESH ❯❯ Contextual shell history for zsh and bash

    Project mention: Atuin – Magical Shell History | news.ycombinator.com | 2024-02-21

    Resh is a lot faster and lightweight.

    https://github.com/curusarn/resh

  16. kafkactl

    Command Line Tool for managing Apache Kafka

  17. dstask

    Git powered terminal-based todo/note manager -- markdown note page per task. Single binary!

  18. cw

    The best way to tail AWS CloudWatch Logs from your terminal

  19. gitmux

    :computer: Git in your tmux status bar

  20. carapace

    A multi-shell completion library.

  21. obsidian-cli

    Interact with Obsidian in the terminal. Open, search, create, update, move, delete and print notes!

  22. nhi

    :tv: Automatically capture all potentially useful information about each executed command (as well as its output) and get powerful querying mechanism

  23. twf

    Standalone tree view file explorer, inspired by fzf.

  24. nostromo

    đź‘˝ CLI for building powerful aliases and tools

  25. PassDetective

    PassDetective is a command-line tool that scans shell command history to detect mistakenly written passwords, API keys, and secrets. Using regular expressions, it helps prevent accidental exposure of sensitive information in your command history.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Zsh discussion

Log in or Post with

Go Zsh related posts

  • Get a Git productivity boost with FZF

    1 project | dev.to | 20 Jan 2025
  • Direnv: Load and unload environment variables depending on the current directory

    1 project | news.ycombinator.com | 22 Dec 2024
  • Oh My Posh

    1 project | news.ycombinator.com | 6 Dec 2024
  • Improving PowerShell đź“ź

    2 projects | dev.to | 25 Nov 2024
  • Melhorando o PowerShell đź“ź

    2 projects | dev.to | 25 Nov 2024
  • Improving Tinybird DevEx 🚀 Creating an Informative CLI Prompt with Oh My Posh

    2 projects | dev.to | 19 Nov 2024
  • Fuzzy business: shadowing ssh

    1 project | dev.to | 16 Oct 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Zsh projects in Go? This list will help you:

# Project Stars
1 fzf 67,874
2 asdf 22,820
3 oh-my-posh 18,262
4 direnv 13,030
5 Wave Terminal 8,988
6 vfox 3,073
7 powerline-go 2,771
8 hishtory 2,610
9 jump 1,817
10 murex 1,548
11 virtualgo 1,322
12 carapace-bin 1,093
13 resh 1,021
14 kafkactl 852
15 dstask 833
16 cw 798
17 gitmux 650
18 carapace 517
19 obsidian-cli 461
20 nhi 306
21 twf 271
22 nostromo 144
23 PassDetective 125

Sponsored
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

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