Package Details: ast-grep-bin 0.20.5-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 (AronYoung, AliceAierlanta)
Last Packager: AliceAierlanta
Votes: 1
Popularity: 0.044521
First Submitted: 2023-05-11 14:26 (UTC)
Last Updated: 2024-04-14 15:52 (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

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?