Giter Club home page Giter Club logo

terminal-app's Introduction

Papyros

Join the chat at https://gitter.im/papyros/papyros

GitHub issues Bountysource

General issue tracking and wikis for Papyros, along with a CMake superbuild for easy building of all the papyros projects.

Superbuild dependencies

Building the superbuild

The CMakeLists.txt provides a superbuild which checks out and builds the following projects:

  • qml-material
  • libpapyros
  • greenisland
  • papyros-shell
  • terminal-app
  • settings-app
  • software-app

To build the superbuild, run the following commands:

mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr # or ~/.local for local builds
make

That's it! CMake will automatically download, build, and install the included projects!

To run the desktop shell, simply run:

papyros-session

terminal-app's People

Contributors

gitter-badger avatar ibelieve avatar ricardomv avatar severen avatar zigapk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

terminal-app's Issues

Opacity setting

I had to disable the opacity setting as the method we need to call is not Q_INVOKABLE from QML. We'll need to find another way to do it.

Cannot open terminal

When i open papyros terminal nothing happens. I found this in the log output:

QQmlApplicationEngine failed to load component
qrc:/qml/main.qml:22 module "QMLTermWidget" is not installed

Latest papyros shell/terminal from papyros-testing repo, on Thinkpad X220 (Intel HD 3000).

Inteligent snackbar

Snackbar should check whether text was actually copied/pasted and include information about copied/pasted content. Eventually it should respond to any other actions.

Roboto font

When setting terminal session font.family to Roboto, font is somehow offset. Anyhow Roboto should probably be used to match material design guidelines. And because I looks great.

Password manager integration

Integrate with KWallet to make it easy to inject passwords into the shell. Very useful for working with servers and other things that have secure random or hard-to-remember passwords.

Persist states between runs of the app

When reopening the app,

  • Load tabs from previous runs
  • Load session history for all tabs (might not be possible)
  • Remember current directory for each tab

Window and tabs titles

Window and tabs titles should tell which program is currently running inside shell (similar than mac terminal app).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.