Picnic-TUI - Where Go and Groceries Create a Command-Line Feast

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    A Go package for drawing basic graphics in a terminal

    Credit to the package tgraph for giving me the ability to draw these cool graphs in the terminal with the results.

  2. SaaSHub

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

    SaaSHub logo
  3. spotify-tui

    Spotify for the terminal written in Rust 🚀

    It was at this point I was getting a lot of joy out of writing command line applications. I had also just learnt of the existence of spotify-tui and wanted to explore more I could build such applications. So building interfaces for APIs felt like a good way to try this out.

  4. picnic-api

    Unofficial Node.js wrapper for the API of the Picnic online supermarket. Not affiliated with Picnic.

    Fortunately for me I came across https://github.com/MRVDH/picnic-api/ an unofficial Node.js package for the picnic API. This was perfect, I made a few scripts using the node module mission accomplished.

  5. picnic-api

    Unofficial Go wrapper for the online supermarket Picnic API (by simonmartyr)

    Using the documentation from https://github.com/MRVDH/picnic-api/ this allowed me to produce the base for a Go wrapper https://github.com/simonmartyr/picnic-api.

  6. Rich Interactive Widgets for Terminal UIs

    Terminal UI library with rich, interactive widgets — written in Golang

    Spotify-TUI was developed in Rust, therefore I couldn’t simply use the same UI framework. Within Go a popular choice is tview https://github.com/rivo/tview which provides many similar UI widgets which covered all my needs.

  7. go-qrcode

    :sparkles: QR Code encoder (Go)

    Luckily the library https://github.com/skip2/go-qrcode allowed for a QR code to be generated as a string allowing that string to be presented inside a text view.

  8. picnic-tui

    An unofficial terminal interface for the online supermarket Picnic

    picnic-tui

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

  • Best Package for Go Interactive Shell

    2 projects | /r/golang | 8 Jul 2022
  • Show HN: Lazygotest – Terminal UI for running Go tests interactively

    2 projects | news.ycombinator.com | 20 Nov 2025
  • [DevLog #01] Gmail-TUI: Replicating The Gmail-Web Experience In Terminal

    2 projects | dev.to | 2 Nov 2024
  • Spotify TUI: Spotify for the Terminal

    2 projects | news.ycombinator.com | 30 Jun 2024
  • Tview – Golang Terminal UI library with rich, interactive widgets

    1 project | news.ycombinator.com | 3 May 2024

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