1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-06 02:50:50 +01:00
Go to file
2014-03-20 16:19:11 +01:00
app Changing font doesn't reload the entire window. 2014-03-20 16:19:11 +01:00
konsole-qml-plugin Moved engine from yat to konsole and refactored the project. Not everything works yet. 2014-03-20 11:33:27 +01:00
.gitignore avoid gimp images in git 2013-12-25 02:25:18 +01:00
cool-old-term Moved engine from yat to konsole and refactored the project. Not everything works yet. 2014-03-20 11:33:27 +01:00
cool-old-term.pro Moved engine from yat to konsole and refactored the project. Not everything works yet. 2014-03-20 11:33:27 +01:00
README.md Moved engine from yat to konsole and refactored the project. Not everything works yet. 2014-03-20 11:33:27 +01:00

cool-old-term is a terminal emulator which tries to mimic the look and feel of the old cathode tube screens. It has been designed to be eye-candy, customizable, and reasonably lightweight.

It now uses the konsole engine which is powerful and stable.

To build and launch it (Qt5.2 are required):

git clone https://github.com/Swordifish90/cool-old-term.git
cd cool-old-term
    cd konsole-qml-plugin	
    qmake && make && make install
    cd ..
./cool-old-term

This is still an eary release, but you are free to test it and tell me what do you think.