# 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 1
# self = https://watcher.sour.is/conv/pkx2iiq
A simple terminal helper to save keystrokes
I’m very lazy. Sometimes I’m lazy even to switch window from terminal to chatgpt. Yet alone copy and paste command from gpt to terminal, and back. So I create a very simple helper, which uses TIOCSTI to insert gpt response as input in terminal, so I can modify it right away and run.

Her is my workflow:

- Start typing command I want to run lsof -
- Figure out, what I forgot the name flags, lsof -tcp 8089
- Press, ctrl+g and allow my helper to query GPT with my command as prompt.
- V ... ⌘ Read more