# 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/x5dganq
Tmux 有什麼用?**
Tmux 是一個強大的終端複用工具,允許用戶在一個終端窗口中管理多個獨立的會話、窗口和窗格。它最初是爲了解決在遠程服務器上長時間運行程序時遇到的網絡中斷問題而設計的,但其功能遠不止於此。通過 tmux,你可以輕鬆地在不同任務之間切換、保持會話持續運行(即使你斷開了連接),並且可以同時從多個位置訪問同一個會話。常見應用場景Tmux 作爲一個終端複用工具,因其強大的功能和靈活性,在多種場景下都非常有用 ⌘ Read more