# 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 6
# self = https://watcher.sour.is/conv/xd77bfq
@mckinley Ahh that is clever indeed 👌 You're essentiall creating FIFO pipes with >(..)
🧐
@mckinley Ahh that is clever indeed 👌 You're essentiall creating FIFO pipes with >(..)
🧐
@prologic I know, right? It's a very elegant solution to the problem using standard command line utilities. It was too hard to find. I went through 3 or 4 Stack Exchange threads from my Web search before I found somebody linking to this answer. People were misunderstanding the question and suggesting all kinds of crazy methods including weird, proprietary, GUI Windows software.
@mckinley Yeah pipes and shell pipelines are a powerful and easy to use tool 👌
@mckinley Yeah pipes and shell pipelines are a powerful and easy to use tool 👌