etc VS pure-bash-bible

Compare etc vs pure-bash-bible and see what are their differences.

etc

Things that are too small to keep in a separate repo, but too important not to version them. (by rollcat)

pure-bash-bible

📖 A collection of pure bash alternatives to external processes. (by dylanaraps)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
etc pure-bash-bible
3 44
1 35,862
- -
4.4 0.0
10 months ago 6 months ago
Go Shell
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

etc

Posts with mentions or reviews of etc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-25.
  • Starship.rs: minimal, fast prompt for any shell
    6 projects | news.ycombinator.com | 25 Jan 2024
    Since this is now a share your prompt thread, here's mine:

    https://github.com/rollcat/etc/tree/master/cmd/prompter

    It's quite portable (didn't test on Windows though); ~170 lines of Go; no dependencies outside of stdlib; calls no external commands; supports SSH, git, Docker, nix, and virtualenv; extremely simple to hack on.

  • What is in that .git directory?
    3 projects | news.ycombinator.com | 7 Oct 2023
    It's fairly easy to grab info from .git for your own purposes. For example, the program that generates my PS1 peeks there (without wasting precious cycles on shelling out to the git command) to find the current branch we're on:

    https://github.com/rollcat/etc/blob/b2fd739/cmd/prompter/mai...

  • Pure Bash Bible
    13 projects | news.ycombinator.com | 8 Aug 2023
    Depends on what you're trying to do. If you're shelling out to git(1) or docker(1), rather than e.g. recursively checking for the presence of .git in parent directories, or inspecting ~/.docker/config.json, then the fork+exec overhead is already quite significant. Next if you're parsing ~/.docker/config.json in shell, you're most likely either asking for trouble or (again) shelling out to jq. Writing it all in an interpreted language means you're paying the cost of interpreter startup, which on underpowered systems can take hundreds of milliseconds even when idle. OTOH loading a static binary to memory happens only once, and with Go you can trivially cross-compile.

    I also have a fallback shell one-liner, without any of the fanciness like displaying the current git branch:

    https://github.com/rollcat/etc/tree/master/cmd/prompter#i-li...

pure-bash-bible

Posts with mentions or reviews of pure-bash-bible. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-20.

What are some alternatives?

When comparing etc and pure-bash-bible you can also consider the following projects:

shunit2 - shUnit2 is a xUnit based unit test framework for Bourne based shell scripts.

pure-sh-bible - 📖 A collection of pure POSIX sh alternatives to external processes.

bish - Bish is a language that compiles to Bash. It's designed to give shell scripting a more comfortable and modern feel.

bash-oo-framework - Bash Infinity is a modern standard library / framework / boilerplate for Bash

meowatch - watch fs changes and meow

pterodactyl-installer - :bird: Unofficial installation scripts for Pterodactyl Panel

babashka - Native, fast starting Clojure interpreter for scripting

ShellCheck - ShellCheck, a static analysis tool for shell scripts

zfsbootmenu - ZFS Bootloader for root-on-ZFS systems with support for snapshots and native full disk encryption

void-trader - Custom oh-my-zsh plugin that displays the time left until the Void Trader in Warframe arrives.

update-golang - update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion