Welly is a terminal application on Mac OS X, which aims to bring best user experience for browsing term BBS. My edition is based on @KOed 's great work. This edition provides new features and bug fixes reported by users.
Special Thanks to: @ElvisChiang, @sunghau and @terces
Welly是一套運行在Mac上功能豐富的BBS軟體, 我所維護的版本是基於 @KOed 的版本之上, 做進一步的功能開發以及bug修復.
特別感謝: @ElvisChiang, @sunghau以及@terces
Welly - clyang edition: v.3.0.0
- telnet to BBS via Websocket Secure (wss://)
- Your plain password won't be seen by others!
- Bypass annony blocking on Port 22 or 23.
- auto-login by wss://
- bundle telnet within Welly
- High Sierra has remove
telnet
command by default. Having this helps users on High Sierra (new purchase/clean install) enjoying BBS again
- High Sierra has remove
- provide "command+p" hotkey
- Fetch and open PTT's post direct URL link automatically. Extremely userful for the post which contains a lot of image links.
- provide "Long Comment" function
- The user can focus on leaving long comments on specific article without worrying the system limitation.
- provide "Comment Blacklist" function, which blocks annoying comments by userid automatically.
- Article long screenshot (including auto-paging)
- Example: https://i.imgur.com/SnWxprv.jpg
- Screencast entire artile to JPG in just
one key
- Auto update
- Always get the up-to-date version of Welly!
- Support Quick Look image on High Sierra
- Support Full Screen mode
- 使用Websocket Secure方式連線至ptt
- 您寶貴的密碼再也不會在網路上裸奔啦.
- 出門在外再也不用擔心連接阜22跟23被擋了.
- wss:// 支援自動登入功能
- 內嵌
telnet
程式- High Sierra預設是將
telnet
程式移除的, 如果使用者是全新購買Mac或是重新安裝High Sierra, 將無法正常使用telnet, 這功能將完美的解決這個問題.
- High Sierra預設是將
- 一鍵開啟網頁版文章 (
command+p
)- 在文章列表或閱讀文章時, 按command+p即可用瀏覽器開啟該篇的網頁版, 對於圖片很多的文章特別好用!
- 自動分段推文 (
command+m
) - 推文黑名單
- 支援文章長截圖 (長文可自動分段截圖)
- 範例: https://i.imgur.com/SnWxprv.jpg
- 自動將多頁的文章完整備份為一張大圖 (快速鍵command+/)
-
- 提供自動分頁截圖的功能, 每20頁會產生一張圖, 無論多精彩、多激烈討論的文章, 都可以完整備份, 數百頁的文章也是輕鬆搞定!
- 再也不會發生類似找不到"排a你真有心"原文的憾事
- 好文章按個鍵立刻備份, 不怕作者砍掉, 版主刪除, 系統故障而流失
- 自動更新
- 最即時的取得最新版的Welly
- 在High Sierra上支援圖片QuickLook功能
- 全螢幕瀏覽BBS
- 給你滿滿的大螢幕版BBS!
Q: 連上後都是亂碼怎麼辦?
A: 點選上方menubar的 "顯示方式" -> "編碼" -> "正體中文"
In order to make telnet protocol work via Websocket Secure (wss://), a tiny program called usock2wsock
is included. You can get and build your own binary from Go-UnixSocket2WebSocket.
此版本的Welly提供了Websocket Secure (wss://)的功能, 因此Welly內包含了一隻叫做usock2wsock
的小程式, 您也可以從 Go-UnixSocket2WebSocket 這邊取得原始碼並且自行編譯.