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
Related Packages
These packages work well with rga:
crates.io/ripgrep
- ripgrep recursively searches directories for a regex pattern while respecting your gitignoregithub.com/junegunn/fzf
- 🌸 A command-line fuzzy finder
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(', ')}`)
Links
This documentation was auto-generated from package data.