A terminal emulator for Cutefish.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Aditya Kumar 6bd0c192af
Merge f1691d62e1 into 56cf7520d7
2 weeks ago
.github/workflows Update build.yml 5 years ago
debian feat: release 0.7 5 years ago
qmltermwidget xterm 256 color 5 years ago
src feat: add fullscreen shortcut 5 years ago
translations Translated using Weblate (English (United States)) 2 weeks ago
.gitignore
CMakeLists.txt
LICENSE
README.md Simplify dependency installation 4 years ago
cutefish-terminal.desktop Update desktop file 5 years ago

README.md

CutefishOS Terminal

A terminal emulator for Cutefish.

Third Party Code

qmltermwidget.

Dependencies

Install dependencies

cd terminal
sudo apt build-dep .

Or alternatively

sudo apt install extra-cmake-modules qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev

Build and install

mkdir build
cd build
cmake ..
make
make install

License

This project has been licensed by GPLv3.