https://github.com/textshell/flatpak-terminal-zoo
Various terminal implementations in many versions as flatpak·s
https://github.com/textshell/flatpak-terminal-zoo
flatpak terminal-emulator terminal-emulators
Last synced: 8 months ago
JSON representation
Various terminal implementations in many versions as flatpak·s
- Host: GitHub
- URL: https://github.com/textshell/flatpak-terminal-zoo
- Owner: textshell
- License: mit
- Created: 2019-03-10T22:13:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T19:07:17.000Z (about 1 year ago)
- Last Synced: 2025-04-05T22:04:05.141Z (about 1 year ago)
- Topics: flatpak, terminal-emulator, terminal-emulators
- Language: Python
- Size: 383 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a collection of flatpak·s for various terminal implementations.
This is primarily intended to aid testing terminal software with different
terminals.
These flatpak·s don't integration into the desktop at all. Run directly with
`flatpak run` after building the flatpak·s.
Requirements:
* [flatpak and flatpack-builder](http://flatpak.org)
* runtimes from [flathub.org](flathub.org)
Usage:
Basic usage:
```
flatpak run de.uchuujin.fp.termzoo.urxvt9_22 -e run-in-host
```
Each flatpak includes a script `run-in-host` that allows running
executables in the host without any sandboxing. Use this to run
your test executables.
Contributing:
Contributions are welcome. Please keep in mind that the flatpkg .json
files are generated by the generate.py script in each directory to keep
updating for all versions easy.
License:
MIT