Is it too early to use Zig for CLI tooling ideas?

This page summarizes the projects mentioned and recommended in the original post on /r/Zig

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

    The Charm Tool and Library 🌟

  • I think zig might actually be the best language for CLI if it had a charm ( https://github.com/charmbracelet/charm ) like eco system

  • zf

    a commandline fuzzy finder designed for filtering filepaths

  • You can absolutely make CLI tools, but be prepared for breaking changes in the language with every release. I've been working on a fuzzy finder zf for a couple of years now, and with each Zig release there are a few things to fix. It's not a ton of work, but it is something to be aware of.

  • 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
  • zig-clap

    Simple command line argument parsing library

  • It's somewhat early, but there are libraries like https://github.com/Hejsil/zig-clap that can make writing CLIs a bit easier.

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

  • After a day of programming in Zig

    3 projects | dev.to | 1 Jan 2024
  • Docco for printing, getting input, cmdline args?

    1 project | /r/Zig | 17 Jan 2021
  • TTE: Terminal Text Effects

    13 projects | news.ycombinator.com | 28 May 2024
  • Setting Up Docker Compose for Golang Application

    2 projects | dev.to | 24 May 2024
  • Version Control Beyond Git

    3 projects | news.ycombinator.com | 22 May 2024