fish
User-friendly command-line shell for UNIX-like operating systems
Package Information
- Domain:
fishshell.com - Name:
fish - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install fishPrograms
This package provides the following executable programs:
fishfish_indentfish_key_reader
Available Versions
Show all 11 versions
4.0.2,4.0.1,4.0.0,3.7.1,3.7.03.6.4,3.6.3,3.6.2,3.6.1,3.6.03.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 -iDependencies
This package depends on:
gnu.org/gettextinvisible-island.net/ncurses>=6.0
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.fish
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.