Zagreb, Croatia
Ticket created by ~ihabunek on ~ihabunek/tooi
Keyboard shortcuts should be configurable via the settings file.
Ticket created by ~ihabunek on ~ihabunek/tooi
mastodon.social is so slow that i'm getting timeouts after 5s (default for httpx i guess), need to increase them and handle it better.
also, we should not block the UI while fetching data, use workers to run http requests asnychronously, and add a visual indicator something is going on
Comment by ~ihabunek on ~ihabunek/tooi
Thinking about toot as well as tooi. Ideally, documentation should contain:
- human-written documentation similar to https://toot.bezdomni.net/
- cli commands documentation generated from click commands
That doc should be:
- human readable in the repo (currently written in markdown for toot)
- convertable to a website like https://toot.bezdomni.net/ (toot uses mdbook)
- convertable to man pages (toot does not currently have man pages)
This would be my ideal scenario, but might take a bit of fiddling around.
Comment by ~ihabunek on ~ihabunek/tooi
All the different flavours of mastodon will be the end of me. : )
Perhaps it's discoverable via/api/v2/instance
?
Do you know of a live instance we can test on?
Ticket created by ~ihabunek on ~ihabunek/tooi
Load them if found at e.g.
.config/tooi/styles.css
Ticket created by ~ihabunek on ~ihabunek/tooi
protocols to consider:
- sixel, probably via libsixel
- kitty graphics
- iterm2 images - if we find a mac contributor :)