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
·
Back to shellfire-dev/shellfire

Open-source alternatives to Shellfire

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

  • jorgebucaran/getopts.fishAvatar de jorgebucaran

    jorgebucaran/getopts.fish

    233Ver en GitHub↗

    Parse CLI options in Fish

    Shell
    Ver en GitHub↗233
  • jorgebucaran/fishtapeAvatar de jorgebucaran

    jorgebucaran/fishtape

    380Ver en GitHub↗

    100% pure-Fish test runner

    Shell
    Ver en GitHub↗380
  • oldratlee/useful-scriptsAvatar de oldratlee

    oldratlee/useful-scripts

    7,525Ver en 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
    Ver en GitHub↗7,525
  • akavel/upAvatar de akavel

    akavel/up

    8,836Ver en GitHub↗

    Up is an interactive shell pipeline tool and Linux pipeline builder designed for prototyping text-processing sequences. It provides a terminal user interface for constructing chains of shell commands while displaying real-time data transformations. The tool allows for the iterative development of command sequences with an instant live preview of processing results. Once a sequence is finalized, it functions as a shell script generator that exports the completed pipeline into a reusable script file. The workspace includes capabilities for terminal data exploration and text processing workflow

    Go
    Ver en GitHub↗8,836

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • bash-lsp/bash-language-serverAvatar de bash-lsp

    bash-lsp/bash-language-server

    2,726Ver en GitHub↗

    A language server for Bash

    TypeScript
    Ver en GitHub↗2,726
  • bats-core/bats-coreAvatar de bats-core

    bats-core/bats-core

    6,115Ver en 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
    Ver en GitHub↗6,115
  • anordal/shellhardenAvatar de anordal

    anordal/shellharden

    4,784Ver en GitHub↗

    Shellharden is a shell script hardening tool and linter designed to improve the security and reliability of Bash scripts. It functions as an automated utility that rewrites scripts to follow industry standards for quoting and security practices. The project provides an optimizer and standardizer that replaces unsafe patterns and aliases with safer functional equivalents. It includes a syntax highlighter that uses visual markers and colorization to indicate vulnerabilities and areas where quoting corrections are required. The tool covers a broad range of capabilities including automated safet

    Rust
    Ver en GitHub↗4,784
  • checksum/critic.shAvatar de Checksum

    Checksum/critic.sh

    456Ver en GitHub↗

    Dead simple testing framework for Bash with coverage reporting

    Shell
    Ver en GitHub↗456
  • coderofsalvation/powscriptAvatar de coderofsalvation

    coderofsalvation/powscript

    168Ver en GitHub↗

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

    Shell
    Ver en GitHub↗168
  • dannyben/bashlyAvatar de DannyBen

    DannyBen/bashly

    2,421Ver en GitHub↗

    Bash command line framework and CLI generator

    Ruby
    Ver en GitHub↗2,421
  • denysdovhan/bash-handbookAvatar de denysdovhan

    denysdovhan/bash-handbook

    6,102Ver en GitHub↗
    JavaScriptbashbookguide
    Ver en GitHub↗6,102
  • dylanaraps/pure-bash-bibleAvatar de dylanaraps

    dylanaraps/pure-bash-bible

    41,355Ver en 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
    Ver en GitHub↗41,355
  • envio-cli/envioAvatar de envio-cli

    envio-cli/envio

    943Ver en GitHub↗

    A secure command-line tool for managing environment variables

    Rust
    Ver en GitHub↗943
  • erichs/composureAvatar de erichs

    erichs/composure

    344Ver en GitHub↗

    Don't fear the Unix chainsaw

    Shell
    Ver en GitHub↗344
  • fcambus/ansiweatherAvatar de fcambus

    fcambus/ansiweather

    1,942Ver en GitHub↗

    Weather in terminal, with ANSI colors and Unicode symbols

    Shell
    Ver en GitHub↗1,942
  • fabioantunes/base16-fish-shellAvatar de FabioAntunes

    FabioAntunes/base16-fish-shell

    33Ver en GitHub↗

    base16 for fish shell

    Shell
    Ver en GitHub↗33
  • fidian/ansiAvatar de fidian

    fidian/ansi

    823Ver en GitHub↗

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

    Shell
    Ver en GitHub↗823
  • franciscolourenco/doneAvatar de franciscolourenco

    franciscolourenco/done

    945Ver en GitHub↗

    A fish-shell package to automatically receive notifications when long processes finish.

    Shell
    Ver en GitHub↗945
  • gazorby/fish-abbreviation-tipsAvatar de Gazorby

    Gazorby/fish-abbreviation-tips

    377Ver en GitHub↗

    💡 Help you remembering your abbreviations

    Shell
    Ver en GitHub↗377
  • h4l/json.bashAvatar de h4l

    h4l/json.bash

    461Ver en GitHub↗

    Command-line tool and bash library that creates JSON

    Shell
    Ver en GitHub↗461
  • harisekhon/devops-bash-toolsAvatar de HariSekhon

    HariSekhon/DevOps-Bash-tools

    8,062Ver en 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
    Ver en GitHub↗8,062
  • imfeelingducky/undollarAvatar de ImFeelingDucky

    ImFeelingDucky/undollar

    206Ver en GitHub↗

    undollar eats the dollar sign in the command you just pasted into your terminal

    JavaScript
    Ver en GitHub↗206
  • jandob/rebashAvatar de jandob

    jandob/rebash

    79Ver en GitHub↗

    ReBash - bash scripting library/framework

    Shell
    Ver en GitHub↗79
  • jethrokuan/zAvatar de jethrokuan

    jethrokuan/z

    1,522Ver en GitHub↗

    Pure-fish z directory jumping

    Shell
    Ver en GitHub↗1,522
  • jirutka/eshAvatar de jirutka

    jirutka/esh

    239Ver en GitHub↗

    Simple templating engine based on shell.

    Shell
    Ver en GitHub↗239
  • jkool702/timepAvatar de jkool702

    jkool702/timep

    192Ver en 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
    Ver en GitHub↗192
  • jmcantrell/bashfulAvatar de jmcantrell

    jmcantrell/bashful

    622Ver en GitHub↗

    A collection of modules to simplify writing bash scripts.

    Shell
    Ver en GitHub↗622
  • jorgebucaran/autopair.fishAvatar de jorgebucaran

    jorgebucaran/autopair.fish

    563Ver en GitHub↗

    Auto-complete matching pairs in the Fish command line

    Shell
    Ver en GitHub↗563
  • bugswriter/tuxiAvatar de Bugswriter

    Bugswriter/tuxi

    1,332Ver en GitHub↗

    Tuxi is a cli assistant. Get answers of your questions instantly.

    Shell
    Ver en GitHub↗1,332
  • alexanderepstein/bash-snippetsAvatar de alexanderepstein

    alexanderepstein/Bash-Snippets

    9,934Ver en GitHub↗

    This project is a collection of bash automation scripts and command-line utilities designed to automate common tasks and retrieve information from web APIs. It serves as a toolkit for developer references, network diagnostics, and media access directly from the terminal. A central component of the suite is a GitHub Gist manager that handles the full lifecycle of code snippets. This includes cloning and syncing Gists into local directories for offline access, organizing content through hashtags, and searching through snippet descriptions and file contents using regular expressions. The toolki

    Shellbackupbashcheatsheet
    Ver en GitHub↗9,934