Metadata-Version: 2.4
Name: texitor
Version: 1.2.2
Summary: A Vim-style LaTeX TUI editor.
License: MIT
Project-URL: Homepage, https://github.com/benjibrown/txtr
Project-URL: Issues, https://github.com/benjibrown/txtr/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual>=0.80
Provides-Extra: dev
Requires-Dist: textual-dev; extra == "dev"
Dynamic: license-file

# txtr
> (aka texitor) is a Vim-style LaTeX editor for the terminal, written in Python. Primarily designed for rapid math editing.


## Installation
```
pip install texitor 
```
## Usage
```
txtr <filename.tex>
```

## Snippets 

- See texitor/latex/snippets.toml - also saved to ~/.config/texitor/snippets.toml on first run.


# UNDER ACTIVE DEVELOPMENT 
> many things are still being worked on, there are likely to be bugs amd missing features. If you want to contribute, please feel free to fork the repository and submit a pull request.

## TODO
- help menu
- snippets menu 
- more snippets 
- update readme to outline usage 
- compile latex + error handling 
- better synltax highlighting

