Ross ROSS = Recommend OSS · open-source software intelligence for agents

dylanaraps/pure-sh-bible resource

📖 A collection of pure POSIX sh alternatives to external processes. observed · 2026-08-28

github.com/dylanaraps/pure-sh-bible · Shell · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2540
  • days_rel: n/a
  • days_push: 976
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

7733 stars · 369 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A reference book (in Markdown) collecting pure POSIX sh snippets that replace common external process calls using only shell built-ins. It helps script authors remove dependencies and write faster, more portable shell scripts.

Use cases

  • replace grep/sed/awk calls in shell scripts with pure POSIX sh
  • learn portable string manipulation in sh
  • trim whitespace from strings without external tools
  • parse key=value config files in POSIX shell
  • loop over number ranges without seq
  • make shell scripts faster by avoiding subprocess spawns

When to choose

  • you write POSIX sh scripts and want to avoid external dependencies
  • you need a vetted, shellcheck-linted reference of shell idioms
  • you target minimal systems where only sh is available

When to avoid

  • you need bash-specific features (see pure bash bible instead)
  • you want a runnable tool or library rather than documentation
  • you need comprehensive shell scripting tutorials for beginners

Facets

learning-resource · maturity maintenance

documentation developer-tools developer-tools tutorials bsd cli shell-scripting posix-sh reference-book snippets shellcheck command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
dylanaraps/pure-sh-biblemain10

For agents

markdown · JSON · MCP: product_card(name="dylanaraps/pure-sh-bible")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem