Skip to content

micro

A modern and intuitive terminal-based text editor

Package Information

  • Domain: micro-editor.github.io
  • Name: micro
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install micro

Programs

This package provides the following executable programs:

  • micro

Available Versions

Show all 4 versions
  • 2.0.14, 2.0.13, 2.0.12, 2.0.11

Latest Version: 2.0.14

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.micro

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.