# 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? 🤔
@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.