# 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/b6alo6q
Mac tmux 最佳實踐**
tmux 是一個終端多路複用器:它允許從單個屏幕創建、訪問和控制多個終端。 tmux 可能會與屏幕分離並繼續在後臺運行,然後重新連接。第一次看到tmux 的介紹的時候,我其實沒什麼感覺, 覺得沒什麼. 後面用 terminal 多了,遇到了一些問題,然後嘗試解決。最後我重新認真學習了tmux。它改變了我電腦的習慣。本文將會花十分鐘介紹,tmux 的基本使用場景。什麼是 Terminal Ses ⌘ Read more