witchie/toot
Daniel Schwarz 0f39b1087f Support to display a limited set of HTML tags
HTML tag support is aligned with Mastodon 4.2 supported tags.
This code introduces a soft dependency on the urwidgets library.
If urwidgets is not available, HTML tags are still supported,
but hyperlinks are not underlined using the OCS 8 terminal
feature (on supported terminals).
2023-09-22 21:32:19 -04:00
..
tui Support to display a limited set of HTML tags 2023-09-22 21:32:19 -04:00
utils Support to display a limited set of HTML tags 2023-09-22 21:32:19 -04:00
__init__.py Bump version, add changelog 2023-07-25 09:34:21 +02:00
__main__.py Add __main__.py 2023-06-30 11:02:13 +02:00
api.py Implemented "blocked" command 2023-07-21 16:24:57 +02:00
auth.py Login to servers that don't honor the uri spec for V1::Instance 2023-05-27 05:51:00 +02:00
commands.py Implemented "blocked" command 2023-07-21 16:24:57 +02:00
config.py Resolve circular import by moving get_config_dir 2023-06-28 14:46:35 +02:00
console.py Shorten command descriptions 2023-07-25 09:14:58 +02:00
entities.py Ignore warning not to compare types 2023-06-26 17:02:58 +02:00
exceptions.py Extract exceptions 2017-12-30 13:32:52 +01:00
http.py Added "toot list_delete" and "toot list_create" commands 2023-03-30 10:01:03 +02:00
logging.py Cleanup logging, remove color 2023-02-04 09:01:56 +01:00
output.py Resolve circular import by moving get_config_dir 2023-06-28 14:46:35 +02:00
settings.py Add type hints for get_setting 2023-07-07 12:17:36 +02:00
typing_compat.py Fix vermin checks 2023-06-26 17:00:38 +02:00
wcstring.py Spelling fixes (#215) 2022-11-09 14:24:48 +01:00