Toot-Mastodon-CLI-TUI-clien.../toot
Luca Matei Pintilie 1d48e64853
Fix version check in case of an empty string
Some mastodon implementations (GoToSocial) will return `version: ""`, in
which case checking for the major version won't work.

This is why an extra check has to be added, and default to 0 as the
"major" version.
2024-04-06 14:56:54 +02:00
..
cli Change option to lowercase 2024-03-09 10:16:41 +01:00
tui Fix version check in case of an empty string 2024-04-06 14:56:54 +02:00
utils Improve types 2024-02-10 18:24:35 +01:00
__init__.py Add changelog, bump version 2024-03-09 12:12:57 +01:00
__main__.py Simplify main 2023-12-05 10:45:18 +01:00
api.py Don't set default visibility 2024-01-02 21:56:36 +01:00
auth.py Migrate auth commands 2023-11-30 20:12:04 +01:00
config.py Improve types 2024-02-10 18:24:35 +01:00
entities.py Add List entity 2024-03-09 09:32:04 +01:00
exceptions.py Setup click, migrate read commands 2023-11-28 10:13:05 +01:00
http.py tui: allow editing toots 2024-01-01 14:16:09 +00:00
logging.py Log request exceptions 2023-11-21 16:50:19 +01:00
output.py Make list printing not break on akkoma 2024-03-09 09:32:38 +01:00
settings.py Remove unused code 2023-12-07 19:11:12 +01:00
typing_compat.py
wcstring.py Improve typing in wcwidth module 2023-11-24 09:52:41 +01:00