Skip to content

nano

Free (GNU) replacement for the Pico text editor

Package Information

  • Domain: nano-editor.org
  • Name: nano
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install nano

Programs

This package provides the following executable programs:

  • nano

Available Versions

Show all 2 versions
  • 8.0.0, 7.2.0

Latest Version: 8.0.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) nano -- $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.nano

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.