mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
allow large files
This commit is contained in:
@@ -7,4 +7,3 @@ repos:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Textual
|
||||
|
||||

|
||||
|
||||
Textual is a TUI (Text User Interface) framework for Python using [Rich](https://github.com/willmcgugan/rich) as a renderer and inspired by modern web development. Currently a work in progress, but usable by brave souls who don't mind some API instability between updates.
|
||||
|
||||
The end goal is to be able to rapidly create _rich_ terminal applications that look as good as possible (within the restrictions imposed by a terminal emulator).
|
||||
@@ -8,8 +10,6 @@ Textual will be eventually be cross platform, but for now it is MacOS / Linux on
|
||||
|
||||
Follow [@willmcgugan](https://twitter.com/willmcgugan) for progress updates, or post in Discussions if you have any requests / suggestions.
|
||||
|
||||

|
||||
|
||||
## How it works
|
||||
|
||||
Textual has far more in common with web development than with curses. Every component has at its core a _message pump_ which can receive and process events, a system modelled after JS in the browser. Web developers will recognize timers, intervals, event propagation etc.
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 568 KiB |
BIN
imgs/textual.png
Normal file
BIN
imgs/textual.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 563 KiB |
Reference in New Issue
Block a user