Go Terminal

Open-source Go projects categorized as Terminal

Top 23 Go Terminal Projects

  • lazygit

    simple terminal UI for git commands

  • Project mention: Dicas e configuraçáes para seu sistema linux | dev.to | 2024-05-10

    LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*') curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz" tar xf lazygit.tar.gz lazygit sudo install lazygit /usr/local/bin

  • micro-editor

    A modern and intuitive terminal-based text editor

  • Project mention: Ask HN: What software sparks joy when using? | news.ycombinator.com | 2024-04-17
  • 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
  • gotty

    Share your terminal as a web application

  • Project mention: Show HN: A WireGuard Powered Remote Shell | news.ycombinator.com | 2024-05-10

    the shell itself doesn't really seem any better than e.g. [gotty](https://github.com/yudai/gotty) which also has a [cli client](https://github.com/moul/gotty-client), and there's a bunch more similar things, so at the moment, doesn't seem too useful...

  • wtf

    The personal information dashboard for your terminal

  • Project mention: termui: Golang Terminal Dashboard | news.ycombinator.com | 2024-04-14

    Another option here, though it looks like releases have slowed considerably. https://github.com/wtfutil/wtf

  • vhs

    Your CLI home video recorder πŸ“Ό

  • Project mention: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones? | news.ycombinator.com | 2024-05-06

    I'm a maintainer of Ratatui (a rust TUI crate). Here's a few links

    https://ratatui.rs/showcase/apps/

    https://github.com/ratatui-org/awesome-ratatui

    https://discord.com/channels/1070692720437383208/10729061831... (made with ratatui channel on our discord server)

    We encourage our users to use https://github.com/charmbracelet/vhs to build out demos that look neat.

    My particular favorite of the bunch (from a look and feel perspective) is https://github.com/zaghaghi/openapi-tui

    Also, not ratatui, but worth a look: https://github.com/rothgar/awesome-tuis

  • duf

    Disk Usage/Free Utility - a better 'df' alternative

  • Project mention: Go: What We Got Right, What We Got Wrong | news.ycombinator.com | 2024-01-04

    Not sure these are really popular, but I cannot resist advertising a few utilities written in Go that I regularly use in my daily workflow:

    - gdu: a NCDU clone, much faster on SSD mounts [1]

    - duf: a `df` clone with a nicer interface [2]

    - massren: a `vidir` clone (simpler to use but with fewer options) [3]

    - gotop: a `top` clone [4]

    - micro: a nice TUI editor [5]

    Building this kind of tools in Go makes sense, as the executables are statically compiled and are thus easy to install on remote servers.

    [1]: https://github.com/dundee/gdu

    [2]: https://github.com/muesli/duf

    [3]: https://github.com/laurent22/massren

    [4]: https://github.com/xxxserxxx/gotop

    [5]: https://github.com/zyedidia/micro

  • sampler

    Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.

  • Project mention: Bus ETA | /r/commandline | 2023-11-16

    Hi ! I'm currently in the process of building myself dashboards using sampler and / or WTF. I want a section with the live ETA of some buses stop from STM. I know they have an SMS option so that may be a lead but i've figured there might be a better way using iBus or something. Thanks in advance !!

  • SaaSHub

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

    SaaSHub logo
  • slides

    Terminal based presentation tool

  • Project mention: Which software do you use to create presentations using Vim that is superior to existing ones? | /r/neovim | 2023-12-11
  • wego

    weather app for the terminal

  • Project mention: Wego: A Weather Client for the Terminal | news.ycombinator.com | 2023-12-02
  • lf

    Terminal file manager

  • Project mention: Superfile – A fancy, petty terminal file manager | news.ycombinator.com | 2024-05-10
  • slack-term

    Slack client for your terminal

  • Project mention: A CEO's Guide to Emacs | news.ycombinator.com | 2024-01-11

    You can still find terminal interfaces for a lot of these things, including Slack: https://github.com/jpbruinsslot/slack-term. I don't use Emacs but I imagine you could integrate that somehow if you wanted to.

  • go-prompt

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

  • ticker

    Terminal stock ticker with live updates and position tracking

  • bubbles

    TUI components for Bubble Tea 🫧

  • Project mention: When creating console based applications how do you replicate the following realtime updates: | /r/golang | 2023-12-07

    I recommend looking at the charm libraries. Lip gloss https://github.com/charmbracelet/lipgloss can provide the styling and bubble tea can handle the screen updates and framework https://github.com/charmbracelet/bubbletea there is a premade progress bar component in bubbles library. https://github.com/charmbracelet/bubbles

  • pterm

    ✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more πŸš€ It's completely configurable and 100% cross-platform compatible.

  • viddy

    πŸ‘€ A modern watch command. Time machine and pager etc.

  • Project mention: Viddy: A Modern Watch Command | news.ycombinator.com | 2023-09-19
  • gh-dash

    A beautiful CLI dashboard for GitHub πŸš€

  • Project mention: Meet Your New Terminal | /r/ArcBrowser | 2023-05-26

    ex: https://github.com/dlvhdr/gh-dash as a pinned tab

  • progressbar

    A really basic thread-safe progress bar for Golang applications

  • Project mention: When creating console based applications how do you replicate the following realtime updates: | /r/golang | 2023-12-07

    For example, https://github.com/schollz/progressbar seems to be a common implementation. You can see in the code that the package clears the current line each time before it writes the new rendered progress bar:

  • jira-cli

    πŸ”₯ Feature-rich interactive Jira command line.

  • Project mention: Ask HN: Alternative Jira UIs? | news.ycombinator.com | 2023-08-16

    I've heard good things about JiraCLI β†’ https://github.com/ankitpokhrel/jira-cli.

  • walk

    Terminal file manager (by antonmedv)

  • Project mention: Walk a Terminal File Manager | news.ycombinator.com | 2023-10-29
  • darktile

    :waning_crescent_moon: Darktile is a GPU rendered terminal emulator designed for tiling window managers.

  • Project mention: Show HN: Hucksh – A Shell with a Good Memory | news.ycombinator.com | 2023-12-21

    * The terminal emulator is a fork of Darktile (https://github.com/liamg/darktile) with very few changes.

    This is not a SaaS. You download code and run the front- and back-end yourself, like ssh/sshd. (Except it doesn't run as root.)

    This is a commercial product. Without a license, the app limits you to a single top-level window, with two shell tabs. (Similar to a single iTerm window with two tabs.) With a license, as many windows and tabs as you like.

    I'm looking for any kind of feedback whatsoever, positive or negative, from the app itself, to the documentation and other online information, to this very post.

    hucksh is currently available for macOS and Linux.

    Learn more: https://huckridge.notion.site/Hucksh-overview-2fdcaf7d639145c0b192d0e19d7c25e4

  • curlie

    The power of curl, the ease of use of httpie.

  • Project mention: HTTP Client | /r/golang | 2023-07-01

    There are others, but continue practicing with this. If you like, read https://github.com/rs/curlie codebase 😊

  • asciigraph

    Go package to make lightweight ASCII line graph β•­β”ˆβ•― in command line apps with no other dependencies.

  • 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 Terminal related posts

Index

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

Project Stars
1 lazygit 46,156
2 micro-editor 23,964
3 gotty 18,469
4 wtf 15,488
5 vhs 14,030
6 duf 12,318
7 sampler 12,241
8 slides 9,206
9 wego 7,679
10 lf 7,272
11 slack-term 6,380
12 go-prompt 5,203
13 ticker 4,832
14 bubbles 4,865
15 pterm 4,574
16 viddy 4,431
17 gh-dash 4,386
18 progressbar 3,848
19 jira-cli 3,639
20 walk 3,025
21 darktile 3,009
22 curlie 2,674
23 asciigraph 2,531

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com