2017-09-06 09:48:01 +02:00
# cool-retro-term
2014-07-11 02:16:10 +02:00
2017-10-29 16:07:24 -07:00
|> Default Amber|C:\ IBM DOS|$ Default Green|
|---|---|---|
|![Default Amber Cool Retro Term ](https://user-images.githubusercontent.com/121322/32070717-16708784-ba42-11e7-8572-a8fcc10d7f7d.gif )|![IBM DOS ](https://user-images.githubusercontent.com/121322/32070716-16567e5c-ba42-11e7-9e64-ba96dfe9b64d.gif )|![Default Green Cool Retro Term ](https://user-images.githubusercontent.com/121322/32070715-163a1c94-ba42-11e7-80bb-41fbf10fc634.gif )|
2017-09-06 09:48:01 +02:00
## Description
2014-09-03 22:19:34 +02:00
cool-retro-term is a terminal emulator which mimics the look and feel of the old cathode tube screens.
2013-12-28 18:04:35 +01:00
It has been designed to be eye-candy, customizable, and reasonably lightweight.
2022-01-29 15:10:08 +01:00
It uses the QML port of qtermwidget (Konsole): https://github.com/Swordfish90/qmltermwidget.
2014-07-11 02:16:10 +02:00
2022-01-29 15:10:08 +01:00
This terminal emulator works under Linux and macOS and requires Qt5. It's suggested that you stick to the latest LTS version.
2014-07-11 02:16:10 +02:00
2020-03-22 11:40:40 -07:00
Settings such as colors, fonts, and effects can be accessed via context menu.
2017-09-06 09:48:01 +02:00
## Screenshots
2018-12-18 23:40:24 +01:00
![Image ](<https://i.imgur.com/TNumkDn.png> )
![Image ](<https://i.imgur.com/hfjWOM4.png> )
![Image ](<https://i.imgur.com/GYRDPzJ.jpg> )
2014-07-11 02:16:10 +02:00
2018-11-23 19:13:39 -06:00
## Install
2014-08-13 03:43:01 +02:00
2022-01-29 15:10:08 +01:00
If you want to get a hold of the latest version, just go to the Releases page and grab the latest AppImage (Linux) or dmg (macOS).
2019-01-22 21:49:21 +01:00
2022-01-29 15:10:08 +01:00
Alternatively, most distributions such as Ubuntu, Fedora or Arch already package cool-retro-term in their official repositories.
2019-01-22 21:49:21 +01:00
2022-01-29 15:10:08 +01:00
## Building
2017-12-12 00:37:25 +01:00
2022-01-29 15:10:08 +01:00
Check out the wiki and follow the instructions on how to build it on [Linux ](https://github.com/Swordfish90/cool-retro-term/wiki/Build-Instructions-(Linux )) and [macOS ](https://github.com/Swordfish90/cool-retro-term/wiki/Build-Instructions-(macOS )).