This is the terminal app for Papyros. The UI is built with our Material Design framework, and the backend is based on QMLTermWidget used in cool-retro-term.
Brought to you by the Papyros development team.
- Qt 5.3 or higher
- QML Material
- libpapyros
- Our fork of QMLTermWidget
- Extra CMake Modules
- Roboto Mono for Powerline font
From the root of the repository, run:
mkdir build; cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
And then run the terminal app:
papyros-terminal
Papyros terminal is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.