Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T13:27:16.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T16:38:01.610Z (3 months ago)
- Topics: flatpak, terminal-emulator, terminal-emulators
- Language: Python
- Size: 191 KB
- Stars: 3
- Watchers: 3
- 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