Micro

Use this skill when the user wants to edit files in a terminal text editor or use micro editor from the command line.

javimosch f9c3c82 1.3 KB Updated

File contents

micro Plugin

A modern and intuitive terminal-based text editor. A simple, easy-to-use terminal text editor with mouse support and keybindings.

Commands

File Editing

  • micro file edit — Edit file in micro editor

Utility

  • micro _ _ — Passthrough to micro CLI

Usage Examples

  • "Edit file in micro"
  • "Open micro editor"
  • "Terminal text editor"
  • "Edit with micro"

Installation

brew install micro

Or via Go:

go install github.com/zyedidia/micro/cmd/micro@latest

Examples

# Edit file
micro myfile.txt

# Edit with clean mode
micro --clean myfile.txt

# Any micro command with passthrough
micro _ _ config.txt
micro _ _ --clean script.sh
micro _ _ README.md

Key Features

  • Editor - Text editing
  • Terminal - Terminal native
  • Mouse - Mouse support
  • Keybindings - Customizable bindings
  • Simple - Simple interface
  • Modern - Modern design
  • Syntax - Syntax highlighting
  • Plugins - Plugin support
  • CLI - Command line native
  • Easy - Easy to use

Notes

  • Easy to learn
  • Mouse support included
  • Customizable keybindings
  • Great for terminal editing
  • Supports plugins

javimosch/supercli/tree/main/plugins/micro/skills/quickstart commit f9c3c8259a

Frequently asked questions

npx skillmds@latest add javimosch/micro