1
0
mirror of https://github.com/ihabunek/toot synced 2024-12-23 07:27:12 +01:00
Toot-Mastodon-CLI-TUI-clien.../toot/tui
Ivan Habunek 5fc46d0cfc
Fix datetime parsing on python 3.5
datetime.astimezone supports native datetimes only since python 3.6

fixes #162
2020-04-15 14:01:23 +02:00
..
__init__.py Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00
app.py Implement character count indicator when composing 2020-01-03 09:15:11 +01:00
compose.py Implement character count indicator when composing 2020-01-03 09:15:11 +01:00
constants.py Fix VISIBILITY_OPTIONS 2020-01-26 10:19:24 +01:00
entities.py Fall back to "username" when "display_name" is unset 2020-01-22 08:13:48 +01:00
NOTES.md Add basic timeline switching 2019-09-03 15:40:48 +02:00
overlays.py TUI: Implement deleting own status messages 2019-09-04 16:16:16 +02:00
timeline.py Fall back to "username" when "display_name" is unset 2020-01-22 08:13:48 +01:00
utils.py Fix datetime parsing on python 3.5 2020-04-15 14:01:23 +02:00
widgets.py Implement character count indicator when composing 2020-01-03 09:15:11 +01:00