Metadata-Version: 2.2
Name: noty-cli
Version: 1.0.0
Summary: A terminal-based note-taking application with vim-like navigation
Home-page: https://github.com/replit/noty
Author: Replit User
Author-email: Replit User <user@replit.com>
Project-URL: Homepage, https://github.com/replit/noty
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console :: Curses
Classifier: Topic :: Text Editors :: Text Processing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: windows-curses; platform_system == "Windows"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Noty

A terminal-based note-taking application with vim-like navigation.

## Features

- Vim-like navigation and editing
- Simple and intuitive interface
- File-based note storage
- Copy and paste functionality
- Automatic note naming based on content

## Installation

### Using Homebrew

```bash
brew install noty-cli
```

### Using pip

```bash
pip install noty-cli
```

## Usage

Simply run `noty` in your terminal to start the application.

### Navigation

- `j/k`: Navigate up/down through notes
- `i`: Enter insert mode
- `ESC`: Return to normal mode
- `n`: Create new note
- `dd`: Delete current note
- `yy`: Copy current note
- `p`: Paste copied note
- `q`: Quit application

## License

MIT License
