ezrosent/frawk
an efficient awk-like language observed · 2026-08-28
Health v2 · maintenance only
43/100
- Activity 44
- Release rhythm 8
- Longevity 100
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: 2605
- days_rel: n/a
- days_push: 341
- n_releases_24m: 0
Adoption not part of the score
1315 stars · 42 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
frawk is a small, efficient Awk-like programming language implemented in Rust for writing short programs that process textual data. It supports escaped CSV/TSV handling like standard Awk fields, offers parallelism, and compiles to faster-executing code than traditional Awk.
Use cases
- process large csv or tsv files from the command line
- replace awk scripts with a faster alternative
- handle escaped csv fields like awk fields
- write short text-processing scripts with parallelism
- filter and transform structured text data
When to choose
- you need faster execution than gawk or mawk on large text files
- you want built-in escaped CSV/TSV field handling in an awk-like tool
- you want parallel text processing in an awk-style language
When to avoid
- you need actively maintained software with frequent bug fixes
- you need full POSIX awk compatibility
- you want a general-purpose programming language rather than a text-processing tool
Facets
cli-tool · maturity maintenance
parser csv interpreter compiler developer-tools programming-languages windows cli rust awk csv tsv text-processing parallelism scripting-language command-line data-engineering linux macos
2 sources
- readme: https://github.com/ezrosent/frawk · fetched 2026-08-28 · 17654ae2841f
- registry_crates: https://crates.io/api/v1/crates/frawk · fetched 2026-08-29 · ef999c10a188
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ezrosent/frawk | main | 43 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem