Skip to content

beyondgrep.com

ack is a grep-like search tool optimized for source code.

Package Information

  • Domain: beyondgrep.com
  • Name: beyondgrep.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install ack

Programs

This package provides the following executable programs:

  • ack

Aliases

This package can also be accessed using these aliases:

  • ack

Available Versions

Show all 6 versions
  • 3.9.0, 3.8.2, 3.8.1, 3.8.0, 3.7.0
  • 3.6.0

Latest Version: 3.9.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +beyondgrep.com@3.9.0 -- $SHELL -i

Dependencies

This package depends on:

  • perl.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.beyondgrepcom

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.