# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 8
# self = https://watcher.sour.is/conv/5nkf6gq
btw @lyse is your twtxt client publicly available somewhere? 🤔
btw @lyse is your twtxt client publicly available somewhere? 🤔
btw @lyse is your twtxt client publicly available somewhere? 🤔
@movq Yes, you can find it here: https://git.isobeef.org/lyse/tt/ But I advise everyone to not use it in its current state. I haven't done anything lately, because I'm busy with real world stuff like baking https://lyse.isobeef.org/waffeln-2021-02-20.jpg for today's 17km hike. Getting tt to work is probably still a really terrible experience. @deadguy once tried for quite some hours and he probably rightly gave up on it.
@lyse Thanks! I see, one of those “this is just for me” projects. 😄 How do you like urwid? Is it really better than curses? 🤔
@lyse Thanks! I see, one of those “this is just for me” projects. 😄 How do you like urwid? Is it really better than curses? 🤔
@lyse Thanks! I see, one of those “this is just for me” projects. 😄 How do you like urwid? Is it really better than curses? 🤔
@movq Some™ day it will be easily available to the regular hacker, but since it reached a state where my setup works just good enough, the incentive to enhance it even further is limited. :-/ I never used ncurses myself, but I always heard people complain about it. Urwid works quite nicely, even though some things are very weird in my opinion (probably hitting some curses limitations/decisions under the hood). But for the most part it's pretty usable.