TermKit: 下一代富终端
- openboy - Wow! UbuntuTermKit 是由 Steven Wittens 为 MacOS X 编写的一个很有趣的项目,可以称之为下一代的富媒体终端. 它可以在终端中用图形化元素来显示命令结果,比如图标等等. 现在有人对此项目进行了 fork ,把它移植到了 Ubuntu 平台上,但没有原生程序,只能运行在 Chromium/Chrome 中,有兴趣的话你可以尝试一下.
TermKit 是由 Steven Wittens 为 MacOS X 编写的一个很有趣的项目,可以称之为下一代的富媒体终端。它可以在终端中用图形化元素来显示命令结果,比如图标等等。
我们先来看几张截图:
看起来相当赞。现在有人对此项目进行了 fork ,把它移植到了 Ubuntu 平台上,但没有原生程序,只能运行在 Chromium/Chrome 中,有兴趣的话你可以尝试一下。
# Ubuntu 上安装 (详见这里,我在 Ubuntu 11.04 上安装运行成功)
sudo apt-get install git libssl-dev
cd ~
mkdir TermKitProj
cd TermKitProj
git clone https://github.com/joyent/node.git
cd node
./configure
make
sudo make installcd ..
git clone http://github.com/isaacs/npm.git
cd npm
sudo make installcd ..
git clone https://github.com/Floby/TermKit.git --recursive
cd TermKit/
npm install
运行
node Node/nodekit.js
最后在 Chromium/Chrome 中打开 http://localhost:2222 就可以使用了。
-消息来源
# 本文采用CC协议进行授权,转载本文请注明本文链接。/ 20 条留言相关文章: |
Clicompanion :面向新手的终端辅助工具 |
CMus - 终端下的音乐播放器 |
Pianobar : 终端下收听 Pandora 音乐 |
让终端也支持 NotifyOSD,接收任务完成通知 |
Nethogs 命令:终端下查看每个进程的带宽占用情况 |
无觅 |