|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.14.2_1 21 Jul 2026 06:47:24
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.97.1
PR: 296645 |
0.14.2 19 Jul 2026 19:59:04
    |
Nicola Vitale (nivit)  |
devel/rgx: Update to 0.14.2
ChangeLog: https://github.com/brevity1swos/rgx/releases/tag/v0.14.2
Reported by: brevity1swos <notifications@github.com> |
0.14.1 21 Jun 2026 09:09:10
    |
Nicola Vitale (nivit)  |
devel/rgx: Add new port
Rgx is a regex debugger for the terminal — step-through execution, 3 engines,
code generation, and live stream filtering.
rgx is useful if you:
- Work on remote servers where opening a browser isn't practical — SSH,
containers, air-gapped environments.
- Want to pipe regex results into other commands (echo "log" | rgx -p '\d+' |
sort) — regex101 can't do this.
- Need engine-specific behavior — check whether a pattern works in Rust's
regex crate vs. PCRE2 without guessing.
- Prefer staying in the terminal and find the context switch to a browser
disruptive.
https://github.com/brevity1swos/rgx |
Number of commits found: 3
|