# 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 3
# self = https://watcher.sour.is/conv/sgvzkoq
Just learned about the shuf
command. It was the missing piece in my conky
set-up: I wanted a way to keep a fresh set of tasks on my desktop, just as a little tweak for my brain, so I wouldn't forget about all the stuff on my plate. I still mostly use task ready
to plan my day, but now, while I'm working, I can glance over and be assured of seeing a fresh list of random things that might be in my future. :-) And I can cut it off perfectly, for my desktop, with -n 35
. man sort
, down to related commands, and there it was, just waiting for me. :-)