Skip to content

fishshell.com

User-friendly command-line shell for UNIX-like operating systems

Package Information

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

Installation

bash
# Install with launchpad
launchpad install +fishshell.com -- $SHELL -i

Programs

This package provides the following executable programs:

  • fish
  • fish_indent
  • fish_key_reader

Aliases

This package can also be accessed using these aliases:

  • fish

Available Versions

Show all 11 versions
  • 4.0.2, 4.0.1, 4.0.0, 3.7.1, 3.7.0
  • 3.6.4, 3.6.3, 3.6.2, 3.6.1, 3.6.0
  • 3.5.1

Latest Version: 4.0.2

Install Specific Version

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

Dependencies

This package depends on:

  • gnu.org/gettext
  • invisible-island.net/ncurses>=6.0

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.fishshellcom

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.