Metadata-Version: 2.1
Name: heynoterm
Version: 0.1.3
Summary: 
Author: Mehdi Ghodsizadeh
Author-email: mehdi.ghodsizadeh@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: textual (>=0.46.0,<0.47.0)
Requires-Dist: textual-dev (>=1.3.0,<2.0.0)
Requires-Dist: tree-sitter (>=0.20.1,<0.21.0)
Requires-Dist: tree_sitter_languages (>=1.7.0,<2.0.0)
Description-Content-Type: text/markdown

# HeyNoterm

HeyNoterm is a scratch pad for the terminal, designed to help you quickly jot down notes, commands, and ideas while working in the command line.

## Features

- Simple and lightweight: HeyNoterm is designed to be minimalistic and easy to use.
- Persistent storage: Your notes and commands are saved automatically, so you can access them anytime.
- Syntax highlighting: HeyNoterm supports syntax highlighting for various programming languages, making it easier to read and organize your code snippets.

## Installation

To install HeyNoterm, follow these steps:

1. Wait for release
2. Probably something like this
```bash
$ pipx install heynoterm
# or
$ brew install heynoterm
```

## Usage

Once HeyNoterm is running, you can start typing your notes and commands directly into the terminal. and `Ctrl + C` to exit HeyNoterm.

## Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request on the HeyNoterm GitHub repository.

## License

TBD

