Skip to content

nushell.sh

Modern shell for the GitHub era

Package Information

  • Domain: nushell.sh
  • Name: nushell.sh
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install nu

Programs

This package provides the following executable programs:

  • nu

Aliases

This package can also be accessed using these aliases:

  • nu

Available Versions

Show all 48 versions
  • 0.105.1, 0.105.0, 0.104.1, 0.104.0, 0.103.0
  • 0.102.0, 0.101.0, 0.100.0, 0.99.1, 0.99.0
  • 0.98.0, 0.97.1, 0.97.0, 0.96.1, 0.96.0
  • 0.95.0, 0.94.2, 0.94.1, 0.94.0, 0.93.0
  • 0.92.2, 0.92.1, 0.92.0, 0.91.0, 0.90.1
  • 0.90.0, 0.89.0, 0.88.1, 0.88.0, 0.87.1
  • 0.87.0, 0.86.0, 0.85.0, 0.84.0, 0.83.1
  • 0.83.0, 0.82.0, 0.81.0, 0.80.0, 0.79.0
  • 0.78.0, 0.77.1, 0.77.0, 0.76.0, 0.75.0
  • 0.74.0, 0.73.0, 0.72.1

Latest Version: 0.105.1

Install Specific Version

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

Dependencies

This package depends on:

  • openssl.org^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.nushellsh

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.