allow large files

This commit is contained in:
Will McGugan
2021-08-07 08:17:34 +01:00
parent c81b14e1a6
commit 79b425a26b
4 changed files with 2 additions and 3 deletions

View File

@@ -7,4 +7,3 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

View File

@@ -1,5 +1,7 @@
# Textual
![screenshot](./imgs/textual.png)
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.
![screenshot](./imgs/rich-tui.png)
## 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 KiB