Tree(1) in Zig

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • coreutils

    Cross-platform Rust rewrite of the GNU coreutils

  • zig-coreutils

    Discontinued A single executable implementation of various coreutils.

    After quick googling, I found this https://github.com/leecannon/zig-coreutils

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

  • zigcli

    A toolkit for building command lines programs in Zig.

    I have added box drawing chars, thanks for suggestions. - https://github.com/jiacai2050/zigcli/blob/main/src/tree.zig

  • zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

    A bit late but one more option for this is the SegmentedList (std.SegmentedList). It's basically an array list but instead of reallocating, it allocates new space for the new items and keeps the old ones in place. I head Andrew talk about this in one of his streams and thought it was an awesome idea.

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