09-12-2015, 02:56 AM
For me, easily the coolest terminal I've ever tried. It does pull in a lot of QT bloat, so just be aware of that.
# Get it from GitHub
# Build it
# Compile
# Have fun!
[img height=600 width=775]http://i.imgur.com/sjmGHON.png[/img]
Source: https://github.com/Swordfish90/cool-retro-term
Code:
sudo apt-get install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qtdeclarative5-controls-plugin qtdeclarative5-qtquick2-plugin libqt5qml-graphicaleffects qtdeclarative5-dialogs-plugin qtdeclarative5-localstorage-plugin qtdeclarative5-window-plugin git
# Get it from GitHub
Code:
git clone --recursive https://github.com/Swordfish90/cool-retro-term.git
# Build it
Code:
cd cool-retro-term
# Compile
Code:
qmake && make
# Have fun!
Code:
./cool-retro-term
[img height=600 width=775]http://i.imgur.com/sjmGHON.png[/img]
Source: https://github.com/Swordfish90/cool-retro-term