Commit Graph

68 Commits

Author SHA1 Message Date
Dave Pearson e27258dd10
stop -> stops 2022-10-20 10:26:42 +01:00
Dave Pearson 74c5d2d6d0
Swap to "an out method" rather than "a out method" 2022-10-20 10:23:30 +01:00
Dave Pearson 293b32ce20
methods -> method 2022-10-20 10:21:44 +01:00
Will McGugan 84e628655a edit 2022-10-04 10:57:25 +01:00
Will McGugan 3006b2788a italics 2022-10-04 10:54:55 +01:00
Will McGugan 07e3793784 env var docs 2022-10-04 10:33:00 +01:00
Sebastián Ramírez 743f65aecc
✏ Fix micro typo "in to" to "into" 2022-07-04 11:28:33 +02:00
Antony Milne 29294b82d6 Add to docs 2022-06-09 23:13:31 +01:00
Will McGugan ced921b94e docs 2022-05-02 18:06:50 +01:00
Will McGugan 11f3122939 docs 2022-05-02 18:03:05 +01:00
Will McGugan 6b9adfa9c2 docs 2022-04-02 14:22:22 +01:00
Darren Burns 9f43cccfce
Exporting console content to SVG (#2101)
* Add skeleton export_svg and save_svg methods to Console

* Exporting SVG

* SVG export - Writing HTML foreign object into naively calculated SVG rect background

* Exporting as foreign object SVG

* Working with drop-shadow

* Update terminal output style to include tab and background/border

* Add more terminal themes, support dim, reverse in SVG output

* Fix some HTML export tests

* Allow for templating of SVG output

* Fix mypy issue involving shadowed variable in SVG export

* Remove unused code from main block in console.py

* Remove unused record=True in __main__.py Console init

* Small tidy ups in console.py SVG export

* Add test for exporting to SVG

* Add tests for export SVG and save SVG

* Update docs with info on SVG exports

* Add support for blink and blink2 to SVG export, use Fira Code webfont fallback

* Update tests for SVG exporting

* Add more information to docs about SVG exporting

* Update SVG exporting tests

* Explain how to use different terminal theme in SVG export docs

* Remove some development testing code

* Remove some more testing code

* Improve docs, fix typo

* Fixing a typo

* Add note to changelog about SVG export functionality

* Use CSS styling instead of inline styles on SVG export

* Fix issues noted in code review, fix reverse style

* Update SVG used in Rich docs
2022-03-29 17:34:14 +01:00
Darren Burns 57acc6f4bc Add note about MANPAGER environment variable to docs 2022-01-27 16:21:14 +00:00
Aaron Stephens c3469772a4 docs: fix typos and whitespace 2022-01-03 01:04:35 -08:00
Felipe S. S. Schneider eac0767676 Mention Python's buitin readline module in the docs 2021-10-31 13:00:40 -03:00
Felipe S. S. Schneider 8f9131c586 Distinguish input() method from function 2021-10-31 12:38:38 -03:00
Felipe S. S. Schneider 3844ae817b Link to Python's builtin input() 2021-10-31 12:36:52 -03:00
0xflotus ca8a509d08
fix: small error in docs 2021-10-05 23:56:54 +02:00
Will McGugan 6910b7e12b added command line tool 2021-08-28 16:17:58 +01:00
Will McGugan c0941251e0 docs 2021-08-28 15:12:37 +01:00
Will McGugan 6e76b2216f added print_json 2021-08-28 15:04:06 +01:00
Christian Clauss 9c12a45374 Fix typos discovered by codespell 2021-06-12 15:17:57 +02:00
Will McGugan 7edf183bed docs and tests 2021-02-14 09:48:34 +00:00
Will McGugan 1b1f2d0631 new layout class 2021-02-12 21:59:35 +00:00
Will McGugan 930dfbde28 alternate screen 2021-02-06 16:28:00 +00:00
Will McGugan 122b8131bb live refactor 2021-02-06 11:49:54 +00:00
Will McGugan 99e4f2863a optimize text 2021-01-26 22:13:11 +00:00
Will McGugan 449c1fbb29 optimizations for traceback 2021-01-23 14:30:54 +00:00
Nitin George Cherian f9d69d6279 Correct 'Console API' documentation errors 2021-01-14 14:03:38 +05:30
Will McGugan ccd6b3cdbb docs 2020-12-17 17:54:22 +00:00
Will McGugan 0c34ddcb67 fix black 2020-12-17 17:39:54 +00:00
Will McGugan 7747025280 console style 2020-12-17 17:05:37 +00:00
Will McGugan c8fac003f0 rearrange docs 2020-12-13 13:05:24 +00:00
Will McGugan be47b3f899 status tests 2020-12-08 12:57:06 +00:00
Will McGugan f018047c25 spinner column 2020-12-05 15:56:08 +00:00
Will McGugan bf93e45dbc rules 2020-12-03 17:17:24 +00:00
Florian Bruhin 2b21d94564
doc: Fix styles=True typo for pager
According to the code (and reference), the argument is "styles=True" rather than "style=True".
2020-11-02 15:35:15 +01:00
Will McGugan 6d56cfad90 console out 2020-10-11 17:33:16 +01:00
Will McGugan e11800a288 docs 2020-10-11 15:38:04 +01:00
Will McGugan 327d642b84 docs 2020-10-10 17:11:33 +01:00
Will McGugan c30d4ed280 relax test for Py39 2020-10-07 10:59:53 +01:00
Will McGugan 0651310a89 capture 2020-09-23 15:53:41 +01:00
Will McGugan dff14daea8 docs 2020-09-12 14:36:17 +01:00
Will McGugan 70ee52b1d6 doc fix 2020-09-11 16:57:37 +01:00
Will McGugan 2341b22458 highlighters 2020-09-09 16:20:42 +01:00
Will McGugan f0ab3f4fff docs version bump 2020-08-25 17:09:56 +01:00
Will McGugan 97aa70c0a4 tests and docs 2020-08-25 10:32:58 +01:00
Will McGugan 8b1f0e7e0a simplify pretty 2020-08-12 21:21:10 +01:00
Will McGugan 542ade896a docs 2020-08-12 21:16:40 +01:00
Will McGugan ce82bb67bb overflow ignore 2020-08-12 21:13:39 +01:00