awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
p-ranav avatar

p-ranav/tabulate

0
View on GitHub↗
2,166 stars·156 forks·C++·MIT·7 views

Tabulate

Table Maker for Modern C++

Features

  • Command Line Interfaces - Table maker for modern C++.
  • Data Formatting - Table generation tool for modern C++.
  • General Utilities - Library for creating tables in modern C++.

Star history

Star history chart for p-ranav/tabulateStar history chart for p-ranav/tabulate

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does p-ranav/tabulate do?

Table Maker for Modern C++

What are the main features of p-ranav/tabulate?

The main features of p-ranav/tabulate are: Command Line Interfaces, Data Formatting, General Utilities.

What are some open-source alternatives to p-ranav/tabulate?

Open-source alternatives to p-ranav/tabulate include: jarro2783/cxxopts — cxxopts is a header-only C++ command line parser used to define required options, default values, and positional… louisdx/cxx-prettyprint — A header-only library for C++(0x) that allows automagic pretty-printing of any container. docopt/docopt.cpp — C++11 port of docopt. fmtlib/fmt — fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a… junegunn/fzf — This project is a general-purpose command-line filter that provides an interactive interface for processing standard… mobius3/asap — A C++ header-only library for creating, displaying, iterating and manipulating dates.

Open-source alternatives to Tabulate

Similar open-source projects, ranked by how many features they share with Tabulate.
  • fmtlib/fmtfmtlib avatar

    fmtlib/fmt

    23,596View on GitHub↗

    fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a high-performance string buffer utility and provided the basis for the formatting features introduced in the C++20 standard. The library shifts format string validation and size computation to the compilation phase to prevent runtime crashes and increase execution speed. It utilizes a memory-efficient interface to write formatted data directly into buffers, minimizing allocations and eliminating intermediate string overhead. The project covers a broad range of text processing ca

    C++
    View on GitHub↗23,596
  • jarro2783/cxxoptsjarro2783 avatar

    jarro2783/cxxopts

    4,779View on GitHub↗

    cxxopts is a header-only C++ command line parser used to define required options, default values, and positional arguments for console applications. It functions as a lightweight utility for parsing command line arguments into typed values using short and long flags and automatically generating formatted help messages and documentation. The library provides capabilities for argument specification, allowing the definition of option descriptions, types, and boolean flags. It supports multi-value option collection into containers, default value management for omitted options, and the mapping of

    C++
    View on GitHub↗4,779
  • docopt/docopt.cppdocopt avatar

    docopt/docopt.cpp

    1,087View on GitHub↗

    C++11 port of docopt

    C++
    View on GitHub↗1,087
junegunn/fzfjunegunn avatar

junegunn/fzf

81,017View on GitHub↗

This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe-oriented architecture, it integrates into existing shell pipelines and workflows to facilitate efficient data exploration. What distinguishes this tool is its highly extensible, event-driven design that allows for deep integration with external processes. It supports asynchrono

Gobashclifish
View on GitHub↗81,017
See all 30 alternatives to Tabulate→