Metadata-Version: 2.4
Name: shebangmarkdown
Version: 0.1.0
Summary: Terminal-based Markdown IDE built with Textual by Aryaneel Shivam
Author-email: Aryaneel Shivam <aryaneelshivam1234@gmail.com>
Requires-Python: >=3.10
Requires-Dist: textual>=0.58.0
Description-Content-Type: text/markdown

# Shebang Markdown IDE

ShebangMd is a terminal-based Markdown IDE built with [Textual](https://textual.textualize.io/).

It gives you:

- A Markdown editor with live preview
- A project file explorer
- Tabs for multiple open files
- A log area for actions and errors
- A clean, keyboard-first terminal UI

> This is an early version / skeleton. Many features are still being wired up.

## Installation (development)

Clone the repo and install in editable mode:

```bash
git clone https://github.com/aryaneelshivam/shebangMarkdownIDE.git
cd shebangMarkdown
pip install -e .

