怎麼樣也不會想到用 console mode 在 command-line 下指令來閱讀文章呀~

今天從 Weblog Tools Collection 中看到 CLI 這個 theme 的消息,有興趣的人可以到它的網站看看到底是怎樣的一個 theme 。

如果你有用過 UNIX 的 console mode,看到這樣的畫面大概都會下意識地輸入 ls 指令(在 UNIX 中這個指令通常是列出目錄下的所有檔案),沒錯!這樣就會列出所有的文章 XD 想要清畫面還可以用 cls 指令清畫面(真奇怪, cls 不是 Windows 下的嗎? Linux 上不都是用 clear 嗎?),輸入 help 之後列出下列的指令:

WordPress GUI Theme (c) 2006 Rod McFarland

command, alias required [optional]: description

help, h, ?:                    Help (this)
gui, startx:                   Return to GUI (graphical interface) blog
ls, list:                      List all posts (ordered by ID/date)
search, find [search terms]:   Search posts
read, cat, show [post_id]:     Read post # (no post_id: read current)
comments:                      Read comments for current post
current, cursor [post_id]:     Show current post_id (set if post_id 
                                 given, nearest higher if no post
                                 matches)
latest, last, l:               Move to and show latest post
next, n:                       Move to and show next post
prev, p:                       Move to and show previous post
first, f:                      Move to and show first post
random, rand, r:               Show random post
comment, c:                    Leave comment on current post
categories:                    List categories
category cat_id | cat_slug:    List posts in category 
cloud:                         Display tag cloud
date:                          Current date/time
cls:                           Clear screen
gpl, license:                  Show GNU General Public License
[post_id] | [post_slug]:       Read post
login:                         Login (to admin)

有沒有真的很像在使用某個 shell 的感覺呢?真是酷斃了!