Search Criteria
Package Details: regex-tui 0.7.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/regex-tui.git (read-only, click to copy) |
|---|---|
| Package Base: | regex-tui |
| Description: | A simple TUI to visualize regular expressions right in your terminal. |
| Upstream URL: | https://github.com/vitor-mariano/regex-tui |
| Licenses: | MIT |
| Submitter: | vitormariano |
| Maintainer: | vitormariano |
| Last Packager: | vitormariano |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-11-20 01:29 (UTC) |
| Last Updated: | 2026-02-21 00:43 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
vitormariano commented on 2025-12-22 13:20 (UTC)
@cknoblauch fixed. Thanks for reporting.
cknoblauch commented on 2025-12-22 13:05 (UTC)
Build is failing for current version, as the build target name changed in the Makefile:
After changing the make target to
bin/regex-tuithe package built successfully.