1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-23 06:25:26 +00:00
toot/toot
Ivan Habunek 521c329db9
Hacky way to support up/down arrows
They actually return 3 chars instead of 1, not sure why, but the third
one resolves to "A" for up and "B" for down, so good enough for now.

fixes #30
2018-01-14 15:46:29 +01:00
..
__init__.py Extract exceptions 2017-12-30 13:32:52 +01:00
api.py Fetch next statuses when going below last 2018-01-14 15:46:29 +01:00
app.py Hacky way to support up/down arrows 2018-01-14 15:46:29 +01:00
auth.py Reimplement configuration to allow multiple logins 2018-01-02 12:24:32 +01:00
commands.py Reimplement configuration to allow multiple logins 2018-01-02 12:24:32 +01:00
config_legacy.py More robust parsing of legacy config 2018-01-14 13:04:04 +01:00
config.py Respect XDG_CONFIG_HOME env variable 2018-01-14 15:29:34 +01:00
console.py Enable logging to a file 2018-01-14 15:34:41 +01:00
exceptions.py Extract exceptions 2017-12-30 13:32:52 +01:00
http.py Use http methods instead of requests directly 2017-12-30 16:30:35 +01:00
logging.py Enable logging to a file 2018-01-14 15:34:41 +01:00
output.py Fix code style 2017-12-30 13:14:37 +01:00
utils.py Dynamically size the status list window 2018-01-14 15:46:28 +01:00