# 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/afp6cca
did the gnu people add more features to ed? πŸ€”
@will Not that I’m aware of πŸ€” Why?
@will Not that I’m aware of πŸ€” Why?
Yes they did. The command line options --help, --version, --extended-regexp, --traditional, --loose-exit-status, --restricted, and --verbose in GNU ed are not specified in the POSIX standard. Interestingly, GNU also added --longer-option-names for the standard -p and -s. https://www.gnu.org/software/ed/manual/ed_manual.html#Invoking-ed https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/utilities/ed.html
Yes they did. The command line options --help, --version, --extended-regexp, --traditional, --loose-exit-status, --restricted, and --verbose in GNU ed are not specified in the POSIX standard. Interestingly, GNU also added --longer-option-names for the standard -p and -s. https://www.gnu.org/software/ed/manual/ed_manual.html#Invoking-ed https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/utilities/ed.html
@mckinley Interesting πŸ€” Dis they also change or extend the command set? πŸ€”
@mckinley Interesting πŸ€” Dis they also change or extend the command set? πŸ€”
@mckinley @prologic i was reading the manual online and it has a bunch of commands (like cut and paste) that my shitty Mac OS ed doesn’t. πŸ˜†