Screenshot-20171202152208-1284x746.png|1264x700
前言
CRT(阴极射线管)显示器曾见证了计算机技术发展的黄金时代。但由于笨重、耗电高、较占空间等种种缺点,在轻薄、功耗低的
Cool Retro Term
Cool Retro Term
是一个设计上模仿古老的阴极射线管显示器的终端模拟器。它被设计的十分养眼、可定制和相当轻巧。 它由
Swordfish90 使用 QML 开发 这个终端模拟器在
Linux 和 macOS 下工作,并且需要 Qt 5.2 及以上版本支持
安装
这里只介绍
使用包管理器
如果你是
ArchLinux
ArchLinux
# pacman -S cool-retro-term
或者从
$ yaourt -S cool-retro-term-git
Ubuntu
从
# add-apt-repository ppa:noobslab/apps
# apt-get update
# apt-get install cool-retro-term
编译安装
依赖
进行编译之前,先要安装一些依赖。不同的发行版所需的依赖不太一样,具体可以参考文档的
对于
# pacman -S qt5-base qt5-declarative qt5-quickcontrols qt5-graphicaleffects
编译
依赖装好之后,就可以开始编译了。执行以下命令:
# 从Github克隆到本地
$ git clone --recursive https://github.com/Swordfish90/cool-retro-term.git
# 开始编译(Fedora 和 OpenSUSE 用户需要使用 qmake-qt5 替换 qmake)
$ cd cool-retro-term
$ qmake && make
程序编译成功后,就可以使用下面的命令来运行它了:
$ ./cool-retro-term
添加至程序菜单
# cp cool-retro-term.desktop /usr/share/applications
使用
程序带有一些命令行参数,执行cool-retro-term -h
"Usage: cool-retro-term [--default-settings] [--workdir <dir>] [--program <prog>] [-p|--profile <prof>] [--fullscreen] [-h|--help]"
--default-settings Run cool-retro-term with the default settings
--workdir <dir> Change working directory to 'dir'
-e <cmd> Command to execute. This option will catch all following arguments, so use it as the last option.
--fullscreen Run cool-retro-term in fullscreen.
-p|--profile <prof> Run cool-retro-term with the given profile.
-h|--help Print this help.
--verbose Print additional information such as profiles and settings.
打开
Genreal
Screenshot-20171202171146-1346x733.png|0x0
我的配置文件
{
"ambientLight": 0.05,
"backgroundColor": "#000000",
"bloom": 0.55,
"brightness": 0.5,
"burnIn": 0.4,
"chromaColor": 0,
"contrast": 0.85,
"customCommand": "",
"flickering": 0.05,
"fontColor": "#ff8100",
"fontName": "APPLE_II",
"fontWidth": 0.95,
"frameName": "SIMPLE_WHITE_FRAME",
"glowingLine": 0.25,
"horizontalSync": 0.15,
"jitter": 0.1,
"rasterization": 2,
"rbgShift": 0,
"saturationColor": 0.1,
"screenCurvature": 0.1,
"staticNoise": 0.1,
"useCustomCommand": false,
"windowOpacity": 1,
"name": "Wasteland"
}
几张截图
Screenshot-20171202012048-1920x1080.png|0x0
Screenshot-20171202172553-1423x770.png|0x0
Screenshot-20171202172435-1423x770.png|0x0
Screenshot-20171202153626-1419x804.png|0x0
Screenshot-20171202012701-1920x1080.png|0x0