GitXplorerGitXplorer
s

qt-embedded-terminal-poc

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
14dde0ff26e531a16359e7f5f363b67de30d30c2

Add a TODO

ssegevfiner committed 3 years ago
Unverified
330b9487eb7ac8b3bff0c249f5b5d51f372fcde8

Remove unused import

ssegevfiner committed 3 years ago
Unverified
5f7956f462c0c29ba90b15c2c397ac63915755a6

CSS for nicer positioning of the terminal

ssegevfiner committed 3 years ago
Unverified
4ee34fd446b34ecc8a227e257bf4e5685f68d948

Set background-color

ssegevfiner committed 3 years ago
Unverified
c712d761ea26c6d4cd2ce8dc2dc4fcc8ca161b20

Switch to chromium IPC WebChannel

ssegevfiner committed 3 years ago
Unverified
21c3039aef6f3a73fe41bb0d30d9c29e868f2169

Update README.md

ssegevfiner committed 3 years ago

README

The README file for this repository.

qt-embedded-terminal

A POC of an embedded xterm.js terminal for Python Qt/PySide2 for Windows

To run:

virtualenv venv
.\venv\Scripts\activate
pip install -r requirements.txt
npm install

./main.pyw

TODO

In case I ever want to make this more fully blown.

  • Make it work on other OS than Windows by also supporting the standard pty module.
  • Handle window resize so it doesn't leave a margin at the bottom of the window. I think VS Code just uses some CSS to align the terminal to the bottom.
  • Bundle resources.
  • Minify/webpack.
  • Include xterm-addon-webgl.