Bloglines βのホットキー「`」でblshシェル(bloglinesシェル?)
先ほど「Bloglines βに謎のホットキー」が追加されたと書きました。
これ,やっぱりシェルみたいです。
「cd」とか「ls」とか「pwd」は効く。(表示されてるfeedは気にせずに…)
一応helpで使えるコマンドが出て。
/# help
commands:
rewind
cat
cd
clear
enable
disable
help
ls
pwd
set
show
type help command_name for specific help
commands:
rewind
cat
cd
clear
enable
disable
help
ls
pwd
set
show
type help command_name for specific help
たとえば「set」のヘルプを見てみるとこんな感じ…
/# help set
set usage:
set hotkey action
set theme theme_name
set text text_color
set background background_color
set usage:
set hotkey action
set theme theme_name
set text text_color
set background background_color
で、例えばこうすると
/# set theme old
theme set to old.
theme set to old.
こうなる。
あと、「show profile」とかでProfile設定画面に飛んだりなんかいろいろできる模様。
それとヘルプにはないのに「find」はなんかでる…
で、Javascript的に関数を打って使ってみるとどうやらWindowsのCtrl+Fと同じ…意味ねぇ
/# find
function find() { [native code] }
/# find(’blog.cori95.net’)
function find() { [native code] }
/# find(’blog.cori95.net’)
なんかヘルプもまだ未整備だったりしてよくわかりませんが,これを強化するんでしょうか?
こんなの作るよりぶっちゃけホットキー増やして欲しいですね。