awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesShell-Native Loops

Looping constructs implemented specifically within the shell environment for iterating over sequences or files.

Distinct from Iterative Loop Constructs: Focuses on runtime shell-native iteration rather than general language-level loop constructs.

Explore 1 awesome GitHub repository matching software engineering & architecture · Shell-Native Loops. Refine with filters or upvote what's useful.

Awesome Shell-Native Loops GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dylanaraps/pure-sh-bibleAvatar de dylanaraps

    dylanaraps/pure-sh-bible

    7,709Ver en GitHub↗

    This project is a collection of POSIX-compliant shell functions and polyfills designed to replace external binaries with portable, built-in utility implementations. It serves as a compatibility library and utility kit for shell scripting, providing shell-native alternatives to common command line utilities. The library focuses on removing dependencies on external processes by implementing tasks directly within the shell. This includes the use of shell-native sequences for terminal user interface design, such as text coloring and cursor movement, and the use of built-in pattern matching for te

    Implements built-in shell constructs for looping through numeric sequences and file system globs.

    Shell
    Ver en GitHub↗7,709
  1. Home
  2. Software Engineering & Architecture
  3. Compile-Time Code Generation
  4. Iterative Code Generation
  5. Iterative Loop Constructs
  6. Shell-Native Loops