Twitz
A Twitch client for Linux (unpretentious)
File Explorer
- build_pkgs_release.yml
- build_pkgs_unstable.yml
- postinstall.py
- meson.build
- pm.mirko.Twitz-symbolic.png
- pm.mirko.Twitz-symbolic.svg
- pm.mirko.Twitz.appdata.xml.in
- pm.mirko.Twitz.desktop.in
- pm.mirko.Twitz.gschema.xml
- pm.mirko.Twitz.png
- pm.mirko.Twitz.svg
- screenshot.png
- format
- changelog
- control
- copyright
- rules
- LINGUAS
- meson.build
- POTFILES
- __init__.py
- about.py
- about.ui
- chat.py
- fixVolume.js
- globals.py
- inject.css
- login.py
- login.ui
- main.py
- meson.build
- player.py
- preferences.py
- preferences.ui
- scripts.js
- style.css
- twitz.gresource.xml
- twitz.in
- window.py
- window.ui
- .gitignore
- AppImageBuilder.yml
- COPYING
- meson.build
- pm.mirko.twitz.yml
- README.md
- requirements.txt
- snapcraft.yaml
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
meson
View Details ▼
meson
SCons-like build system that uses Python as a front-end language and Ninja as a building backend.
meson init
Generate a project with default values:
meson init {{[-l|--language]}} c {{[-n|--name]}} {{myproject}} --version {{0.1}}
Generate a C project with a given name and version:
meson {{[build|setup build]}}
Configure a directory named `build` with default values for compilation:
ninja
View Details ▼
ninja
A Build system designed to be fast.
ninja
Build in the current directory:
ninja -j {{4}}
Build in the current directory, executing 4 [j]obs at a time in parallel:
ninja -C {{path/to/directory}}
Build a program in a given directory:
