Metadata-Version: 2.4
Name: 5bb-micro
Version: 2.0.15rc1
Summary: micro – a modern and intuitive terminal-based text editor, packaged for easy installation via pip/uv
Project-URL: Homepage, https://micro-editor.github.io
Project-URL: Source, https://github.com/micro-editor/micro
Project-URL: Wrapper, https://github.com/5-bare-bones/toolbox__monorepo
Project-URL: Changelog, https://github.com/micro-editor/micro/releases
Project-URL: Documentation, https://github.com/micro-editor/micro/tree/master/runtime/help
Author-email: Zachary Yedidia <zyedidia@gmail.com>
Maintainer-email: 5 Bare Bones <info@5bb.dev>
License: MIT
Keywords: cli,editor,micro,terminal
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Editors
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# 5bb-micro

> **micro** – a modern and intuitive terminal-based text editor, distributed via PyPI/uv.

This package downloads and installs the [`micro`](https://github.com/zyedidia/micro) editor binary for your platform on first use. No compilation required.

## Installation

```bash
uv tool install 5bb-micro
# or
pip install 5bb-micro
```

## Usage

```bash
micro [file]
```

The binary is downloaded from the official GitHub releases on first run and cached in `~/.cache/5bb-micro/`.

## Configuration

Set `BB_CACHE_DIR` to override the cache location:

```bash
BB_CACHE_DIR=/opt/tools micro myfile.txt
```

## License

MIT – see the [LICENSE](../../LICENSE) file for details.
