Hello, this package is still out of date despite being flagged. I would be happy to be a contributor, I've updated/built the package locally. [Update]: I was added as a co-maintainer and updated the package.
Search Criteria
Package Details: ast-grep-bin 0.39.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ast-grep-bin.git (read-only, click to copy) |
---|---|
Package Base: | ast-grep-bin |
Description: | A fast and easy tool for code searching, linting, rewriting at large scale |
Upstream URL: | https://github.com/ast-grep/ast-grep |
Keywords: | code fast linting rewriting scale searching tool |
Licenses: | MIT |
Conflicts: | ast-grep |
Provides: | ast-grep |
Submitter: | AsukaMinato |
Maintainer: | AsukaMinato (gplane, barrow) |
Last Packager: | barrow |
Votes: | 3 |
Popularity: | 0.002360 |
First Submitted: | 2023-05-11 14:26 (UTC) |
Last Updated: | 2025-10-06 18:48 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
Required by (0)
Sources (3)
Latest Comments
barrow commented on 2025-08-12 20:13 (UTC) (edited on 2025-08-26 12:01 (UTC) by barrow)
AsukaMinato commented on 2025-04-10 14:15 (UTC)
according to this, fixed https://github.com/ast-grep/ast-grep/pull/1760
tee commented on 2025-03-20 05:33 (UTC)
the executable sg
does not run at all, can the pkgbuild be modified to install ast-grep
not sg
?
AsukaMinato commented on 2023-11-08 18:38 (UTC)
curl --silent "https://api.github.com/repos/ast-grep/ast-grep/releases/latest" | # Get latest release from GitHub api
grep '"tag_name":' | # Get tag line
sed --regexp-extended 's/.*"([^"]+)".*/\1/' # Pluck JSON value
dough.mean commented on 2023-07-17 04:04 (UTC)
The latest version is 0.9.1, can this be updated?
Pinned Comments
AsukaMinato commented on 2023-11-08 18:38 (UTC)