Metadata-Version: 2.4
Name: pico-editor
Version: 0.2.2
Summary: A lightweight, nano-style text editor built in Python.
Home-page: https://github.com/master629/pico-editor
Author: master629
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Text Editors
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# pico Editor

A lightweight, nano-style text editor built in Python.

This project was created by master629 to make a lightweight, better version of GNU nano.

## Installation

```bash
pip install pico-editor
```

## Usage

```bash
pico <filename>
```

## Changelog

### v0.2.2
- **Bug Fix:** Resolved screen flickering/redrawing issues during fast scrolling for a smoother user experience.

### v0.2.1
- **New Features:** Implemented Find Next (Ctrl+W) and Go To Line (Ctrl+T) functionalities.
- **Search Enhancements:** Made search case-insensitive and added text highlighting for found terms.
- **UI Update:** Added new keybindings to the bottom menu bar for improved discoverability.

### v0.1.1
- **Bug Fix:** Resolved a critical issue where the cursor would become unresponsive after introducing the new UI.
- **UI Enhancement:** The editor's main text area is now enclosed in a box, visually separating it from the status bars.

### v0.1.0
- Initial release.
