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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to matejak/argbash

Open-source alternatives to Argbash

30 open-source projects similar to matejak/argbash, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Argbash alternative.

  • bats-core/bats-coreAvatar de bats-core

    bats-core/bats-core

    6,115Voir sur GitHub↗

    BATS is a testing framework and automation tool for shell scripts and Unix programs. It functions as a test runner that validates the behavior of shell scripts by verifying command success and exit codes through automated test suites. The framework provides a compatible interface for the Test Anything Protocol, allowing it to export results for integration with external reporting tools and build pipelines. It also supports the use of container images to ensure consistent execution of test suites across different operating systems. The system manages the automated execution of test cases, inc

    Shell
    Voir sur GitHub↗6,115
  • dannyben/bashlyAvatar de DannyBen

    DannyBen/bashly

    2,421Voir sur GitHub↗

    Bash command line framework and CLI generator

    Ruby
    Voir sur GitHub↗2,421
  • oldratlee/useful-scriptsAvatar de oldratlee

    oldratlee/useful-scripts

    7,525Voir sur GitHub↗

    This project is a collection of specialized toolkits designed for container interaction, Java library auditing, Linux system diagnostics, and shell task automation. It provides a suite of utilities to streamline developer workflows and system troubleshooting. The toolkit includes a Docker container helper for executing local binaries within running containers and a Java dependency analyzer to detect duplicate classes and resolve library conflicts. It also features Linux system diagnostic tools for analyzing network connection states and identifying CPU-intensive threads. The project covers b

    Shellbashdevelopers-everyday-lifejava
    Voir sur GitHub↗7,525
  • charmbracelet/gumAvatar de charmbracelet

    charmbracelet/gum

    22,814Voir sur GitHub↗

    Gum is a toolkit for building interactive, visually styled command-line interfaces and prompts directly within shell scripts. It functions as a library of modular components that allow developers to enhance terminal workflows by adding structured layouts, formatted text, and user-input widgets to standard command-line operations. The project distinguishes itself by providing a suite of specialized utilities for common shell tasks, such as fuzzy-matched selection menus, interactive file system navigation, and confirmation dialogs. It translates high-level styling and layout instructions into t

    Gobashshell
    Voir sur GitHub↗22,814

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • checksum/critic.shAvatar de Checksum

    Checksum/critic.sh

    456Voir sur GitHub↗

    Dead simple testing framework for Bash with coverage reporting

    Shell
    Voir sur GitHub↗456
  • coderofsalvation/powscriptAvatar de coderofsalvation

    coderofsalvation/powscript

    168Voir sur GitHub↗

    transpiler written in bash: painless shellscript, indentbased, coffee for the shell with hipster-sparkles v1 BETA LANDED 🎉🎉🎉🎉 thanks fcard!

    Shell
    Voir sur GitHub↗168
  • denysdovhan/bash-handbookAvatar de denysdovhan

    denysdovhan/bash-handbook

    6,102Voir sur GitHub↗
    JavaScriptbashbookguide
    Voir sur GitHub↗6,102
  • dylanaraps/pure-bash-bibleAvatar de dylanaraps

    dylanaraps/pure-bash-bible

    41,355Voir sur GitHub↗

    This project is a curated knowledge base and technical reference for shell scripting, focused on performing common system tasks using only built-in shell features. It serves as a guide for implementing logic and automation without relying on external binaries or dependencies, ensuring scripts remain portable across standard Unix-like environments. The repository distinguishes itself by emphasizing native shell functions and syntax to minimize process forking and improve execution performance. It provides idiomatic patterns for complex string transformations, pattern matching, and data flow ma

    Shellbashbiblebook
    Voir sur GitHub↗41,355
  • erichs/composureAvatar de erichs

    erichs/composure

    344Voir sur GitHub↗

    Don't fear the Unix chainsaw

    Shell
    Voir sur GitHub↗344
  • fidian/ansiAvatar de fidian

    fidian/ansi

    823Voir sur GitHub↗

    ANSI escape codes in pure bash - change text color, position the cursor, much more

    Shell
    Voir sur GitHub↗823
  • h4l/json.bashAvatar de h4l

    h4l/json.bash

    461Voir sur GitHub↗

    Command-line tool and bash library that creates JSON

    Shell
    Voir sur GitHub↗461
  • harisekhon/devops-bash-toolsAvatar de HariSekhon

    HariSekhon/DevOps-Bash-tools

    8,062Voir sur GitHub↗

    DevOps-Bash-tools is a collection of shell scripts and aliases designed to automate cloud infrastructure, container orchestration, and CI/CD pipelines. It provides a comprehensive toolset for managing operational workflows through the command line. The project specializes in automating tasks across multiple platforms, including managing namespaces and secrets in Kubernetes, auditing resources in AWS and GCP, and triggering builds or managing environment variables in GitHub Actions, GitLab CI, and CircleCI. It also includes a toolkit for interacting with container registries to query manifests

    Shellapiawsbash
    Voir sur GitHub↗8,062
  • jandob/rebashAvatar de jandob

    jandob/rebash

    79Voir sur GitHub↗

    ReBash - bash scripting library/framework

    Shell
    Voir sur GitHub↗79
  • jirutka/eshAvatar de jirutka

    jirutka/esh

    239Voir sur GitHub↗

    Simple templating engine based on shell.

    Shell
    Voir sur GitHub↗239
  • jkool702/timepAvatar de jkool702

    jkool702/timep

    192Voir sur GitHub↗

    timep is an efficient and accurate state-of-the-art trap-based profiler and flamegraph generator for bash code. timep does much more than "providing per-command execution times" -- it maps the full call-stack tree for the bash code being profiled, and (optionally) uses that call-stack tree to generate a FlameGraph of the profiled bash commands!

    Shell
    Voir sur GitHub↗192
  • jmcantrell/bashfulAvatar de jmcantrell

    jmcantrell/bashful

    622Voir sur GitHub↗

    A collection of modules to simplify writing bash scripts.

    Shell
    Voir sur GitHub↗622
  • jorgebucaran/fishtapeAvatar de jorgebucaran

    jorgebucaran/fishtape

    380Voir sur GitHub↗

    100% pure-Fish test runner

    Shell
    Voir sur GitHub↗380
  • jorgebucaran/getopts.fishAvatar de jorgebucaran

    jorgebucaran/getopts.fish

    233Voir sur GitHub↗

    Parse CLI options in Fish

    Shell
    Voir sur GitHub↗233
  • kigster/bashmaticAvatar de kigster

    kigster/bashmatic

    182Voir sur GitHub↗

    Optimized for humans, 900+ BASH DSL functions for all walks of life. Über Toölkit for über geeks and UNIX command line power users. Visit https://bashmatic.dev for more info..

    Shell
    Voir sur GitHub↗182
  • ko1nksm/getoptionsAvatar de ko1nksm

    ko1nksm/getoptions

    514Voir sur GitHub↗

    An elegant option/argument parser for shell scripts (full support for bash and all POSIX shells)

    Shell
    Voir sur GitHub↗514
  • koalaman/shellcheckAvatar de koalaman

    koalaman/shellcheck

    39,574Voir sur GitHub↗

    This project is a static analysis tool and linter designed to improve the quality, reliability, and portability of shell scripts. By performing deep structural analysis, it identifies common programming pitfalls, syntax errors, and security vulnerabilities before scripts are executed. It functions as an automated code reviewer that enforces best practices and helps developers maintain consistent, robust code across different operating environments. The tool distinguishes itself through its dialect-aware grammar resolution, which adapts its parsing logic based on the specific shell interpreter

    Haskellbashdeveloper-toolshaskell
    Voir sur GitHub↗39,574
  • kvz/bash3boilerplateAvatar de kvz

    kvz/bash3boilerplate

    2,200Voir sur GitHub↗

    Templates to write better Bash scripts

    Shell
    Voir sur GitHub↗2,200
  • kward/shunit2Avatar de kward

    kward/shunit2

    1,725Voir sur GitHub↗
    Shell
    Voir sur GitHub↗1,725
  • lehmannro/assert.shAvatar de lehmannro

    lehmannro/assert.sh

    490Voir sur GitHub↗

    bash unit testing framework

    Shell
    Voir sur GitHub↗490
  • lingtalfi/bashmanagerAvatar de lingtalfi

    lingtalfi/bashmanager

    102Voir sur GitHub↗

    mini bash framework for creating command line tools

    Shell
    Voir sur GitHub↗102
  • mindaugasbarysas/bashwithnailsAvatar de mindaugasbarysas

    mindaugasbarysas/bashwithnails

    34Voir sur GitHub↗

    Bash With Nails

    Shell
    Voir sur GitHub↗34
  • modernish/modernishAvatar de modernish

    modernish/modernish

    938Voir sur GitHub↗

    Modernish is a library for writing robust, portable, readable, and powerful programs for POSIX-based shells and utilities.

    Shell
    Voir sur GitHub↗938
  • molovo/crashAvatar de molovo

    molovo/crash

    69Voir sur GitHub↗

    Proper error handling, exceptions and try/catch for ZSH

    Shell
    Voir sur GitHub↗69
  • molovo/lumberjackAvatar de molovo

    molovo/lumberjack

    46Voir sur GitHub↗

    Lumberjack is a logging interface for shell scripts

    Shell
    Voir sur GitHub↗46
  • molovo/revolverAvatar de molovo

    molovo/revolver

    161Voir sur GitHub↗

    A progress spinner for ZSH scripts

    Shell
    Voir sur GitHub↗161