Package Details: ast-grep-bin 0.36.2-1

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)
Last Packager: gplane
Votes: 3
Popularity: 0.115302
First Submitted: 2023-05-11 14:26 (UTC)
Last Updated: 2025-03-21 00:43 (UTC)

Pinned Comments

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

Latest Comments

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?