Tree(1) in Zig

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

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • InfluxDB - Access the most powerful time series database as a service
  • coreutils

    Cross-platform Rust rewrite of the GNU coreutils

  • zig-coreutils

    A single executable implementation of various coreutils.

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

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • zigcli

    Command line programs written 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