Go Terminal

Open-source Go projects categorized as Terminal

Top 23 Go Terminal Projects

  • lazygit

    simple terminal UI for git commands

  • Project mention: Why Don't I Like Git More? | news.ycombinator.com | 2024-04-05

    I've started to en ntegrate lazygit into my workflow.

    It's quite easy to work with and I use git in a more powerfull way. My main problem is finding the way in all hotkeys.

    https://github.com/jesseduffield/lazygit?tab=readme-ov-file#...

  • 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
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • gotty

    Share your terminal as a web application

  • Project mention: CLI software remote elรฉrรฉse | /r/programmingHungary | 2023-07-11
  • 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: Asciinema 3.0 will be rewritten in Rust | news.ycombinator.com | 2024-02-07

    https://github.com/charmbracelet/vhs/blob/main/record.go#L22

    I was looking at the code, and it seems like you could put a low value for this and it would do what you want.

    I did not try it though

      // sleepThreshold is the time at which if there has been no activity in the

  • 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 !!

  • 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
  • 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: Use Midnight Commander like a pro (2015) | news.ycombinator.com | 2024-01-21
  • 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.

  • 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

  • walk

    Terminal file manager (by antonmedv)

  • Project mention: Walk a Terminal File Manager | news.ycombinator.com | 2023-10-29
  • 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 45,525
2 micro-editor 23,872
3 gotty 18,434
4 wtf 15,440
5 vhs 13,686
6 duf 12,249
7 sampler 12,220
8 slides 9,136
9 wego 7,666
10 lf 7,168
11 slack-term 6,369
12 go-prompt 5,182
13 ticker 4,821
14 bubbles 4,752
15 pterm 4,548
16 viddy 4,333
17 gh-dash 4,327
18 progressbar 3,818
19 jira-cli 3,596
20 darktile 3,009
21 walk 3,001
22 curlie 2,642
23 asciigraph 2,508

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