1
0
mirror of https://github.com/ihabunek/toot synced 2024-12-23 07:27:12 +01:00
Toot-Mastodon-CLI-TUI-clien.../toot
Ivan Habunek 35e03a13b1 Simplify access to reblogged status data
Adds two properties to `Status` entity:
* `reblog` - contains the reblogged Status or None if not a reblog
* `original`- contains the reblogged Status or self if not a reblog

Anywhere where you wish to show a reblogged status's property when it's
a reblog, or the base status proprety if not a reblog, use
`status.original.<property>`.
2019-09-22 18:56:03 +02:00
..
tui Simplify access to reblogged status data 2019-09-22 18:56:03 +02:00
ui Mark toot curses as deprecated 2019-09-03 15:40:47 +02:00
__init__.py Bump version, add changelog 2019-09-18 21:57:55 +02:00
api.py Remove double process_response function call 2019-09-03 09:04:32 +02:00
auth.py Enable fetching instance info over http 2018-12-30 09:53:12 +01:00
commands.py Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00
config.py Improve config dir location 2019-09-08 15:06:35 +02:00
console.py Update docs to replace curses with tui 2019-09-03 15:40:47 +02:00
exceptions.py
http.py Set the user agent string to all requests 2019-08-07 22:58:30 +02:00
logging.py Enable logging to a file 2018-01-14 15:34:41 +01:00
output.py Don't use ANSI color codes when not desired 2019-09-06 15:03:47 +02:00
utils.py Implement composing tweets using an editor 2019-08-22 17:37:24 +02:00
wcstring.py Consolidate wcwidth-related utils in one module 2019-02-14 15:45:27 +01:00