Skip to content

rga

rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.

Package Information

  • Domain: crates.io/ripgrep-all
  • Name: rga
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install rga

Programs

This package provides the following executable programs:

  • rga
  • rga-fzf
  • rga-fzf-open
  • rga-preproc

Available Versions

Show all 4 versions
  • 0.10.9, 0.10.8, 0.10.7, 0.10.6

Latest Version: 0.10.9

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +crates.io/ripgrep-all@0.10.9 -- $SHELL -i

These packages work well with rga:

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.rga

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.