Skip to content

papyros/terminal-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal app for Papryos

Join the chat at https://gitter.im/papyros/core-apps

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.

Dependencies

Installation

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

Licensing

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.