Skip to content

sd

Intuitive find & replace CLI (sed alternative)

Package Information

  • Domain: crates.io/sd
  • Name: sd
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install sd

Programs

This package provides the following executable programs:

  • sd

Available Versions

Show all 2 versions
  • 1.0.0, 0.7.6

Latest Version: 1.0.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) sd -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.sd

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.