Metadata-Version: 2.4
Name: textual-studio-code
Version: 0.1.2
Summary: A simple code editor built with Textual.
Project-URL: Homepage, https://github.com/artemtsitronov/textual-studio-code
Project-URL: Repository, https://github.com/artemtsitronov/textual-studio-code
Project-URL: Issues, https://github.com/artemtsitronov/textual-studio-code/issues
Author-email: Artem Tsitronov <artemtsitronov@gmail.com>
License: MIT License
        
        Copyright (c) 2025 Artem Tsitronov
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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-Python: >=3.8
Requires-Dist: click>=8.0.0
Requires-Dist: textual>=0.40.0
Description-Content-Type: text/markdown

# Textual Studio Code

A terminal-based code editor built with [Textual](https://github.com/Textualize/textual), featuring:

- Directory tree for file browsing
- Multi-tabbed interface for editing multiple files
- Footer displaying current cursor position and selection status
- Keyboard shortcuts for toggling UI and closing tabs
- Markdown extended support.
- Saving functionality.

---

## Features

- **Directory Tree**  
  Browse files from a configurable root directory on the left panel.

- **Tabbed Editor**  
  Open multiple files in tabs with a syntax-aware `CodeView`.

- **Footer Status Bar**  
  Shows line, column, dynamically. 

---

## Getting Started

### Requirements

- Python 3.10 or newer(tested version)

### How to install?

Simply type:

```bash
pip install TxCode
```

---

Thanks for everything!

This project is still under development, and many functions are not yet disponible.