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
agauniyal avatar

agauniyal/rang

0
View on GitHub↗
1,581 stars·156 forks·C++·Unlicense·9 viewsagauniyal.github.io/rang↗

Rang

A Minimal, Header only Modern c++ library for terminal goodies 💄✨

Features

  • General Utilities - Header-only library for terminal colors.
  • System Utilities - Colored console text.
  • Terminal Utilities - Provides simple terminal styling and color support.
  • TUI Libraries - Modern C++ library for terminal output.

Star history

Star history chart for agauniyal/rangStar history chart for agauniyal/rang

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Rang

These projects share indexed features with Rang. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • denilsonsa/prettypingdenilsonsa avatar

    denilsonsa/prettyping

    1,276View on GitHub↗

    prettyping is a wrapper around the standard ping tool, making the output prettier, more colorful, more compact, and easier to read.

    Shell
    View on GitHub↗1,276
  • eza-community/ezaeza-community avatar

    eza-community/eza

    20,014View on GitHub↗

    Eza is a command-line utility designed to replace standard directory listing tools by providing a more informative and visually intuitive interface for exploring file systems. Built with memory-safe systems programming, it queries low-level operating system interfaces to retrieve and display comprehensive file metadata, including permissions, ownership, and modification times. The tool distinguishes itself through its use of terminal-based color coding and advanced organization capabilities. It maps structured file metadata to specific color sequences to improve readability and offers modular

    Rustcolorcommand-linefiles
    View on GitHub↗20,014
  • ajeetdsouza/zoxideajeetdsouza avatar

    ajeetdsouza/zoxide

    37,467View on GitHub↗

    Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a command-line navigation tool that allows users to jump to frequently accessed directories using partial names rather than typing out full file paths. The tool maintains a persistent, atomic file-based database that records navigation history, enabling rapid lookups and safe updates across multiple shell sessions. The project distinguishes itself through a frecency-based ranking algorithm, which calculates directory relevance by combining access frequency with temporal decay. Th

    Rustautojumpbashcli
    View on GitHub↗37,467
  • get-alex/alexget-alex avatar

    get-alex/alex

    5,092View on GitHub↗

    Alex is an inclusive language linter and content auditor designed to detect and flag insensitive, inconsiderate, or gendered phrasing. It serves as a profanity detection tool that identifies offensive words based on configurable certainty ratings to ensure professional and neutral content. The tool distinguishes itself through diff-aware analysis, allowing it to function as a continuous integration validator. By analyzing pull request deltas, it can flag new insensitive phrasing while ignoring existing legacy issues to prevent old warnings from blocking new merges. The project supports multi

    JavaScript
    View on GitHub↗5,092
Compare all 30 related projects→

Frequently asked questions

What does agauniyal/rang do?

A Minimal, Header only Modern c++ library for terminal goodies 💄✨

What are the main features of agauniyal/rang?

The main features of agauniyal/rang are: General Utilities, System Utilities, Terminal Utilities, TUI Libraries.

Which projects share features with agauniyal/rang?

Projects with overlapping indexed features include: eza-community/eza — Eza is a command-line utility designed to replace standard directory listing tools by providing a more informative and… hishamhm/htop — htop is a terminal user interface system monitor for Unix systems. It functions as an interactive process viewer and… ajeetdsouza/zoxide — Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a… denilsonsa/prettyping — `prettyping` is a wrapper around the standard `ping` tool, making the output prettier, more colorful, more compact,… get-alex/alex — Alex is an inclusive language linter and content auditor designed to detect and flag insensitive, inconsiderate, or… junegunn/fzf — This project is a general-purpose command-line filter that provides an interactive interface for processing standard…