📄 Selection of FOSS for Windows, macOS and Linux
| icons | migrate | |
| _todo | migrate | |
| build.py | migrate | |
| build.sh | migrate | |
| data.json | eu | |
| LICENSE | migrate | |
| lint.sh | migrate | |
| overview-en.md | eu | |
| overview-es.md | migrate | |
| overview-nl.md | eu | |
| README.md | migrate | |
| requirements-dev.txt | migrate | |
| requirements.txt | migrate | |
F-Droid
Selection of FOSS for Windows, macOS and Linux
Overviews
The overviews are:
Build
Install
sudo apt-get -y install python3-pip python3-venv
python3 -m venv .venv
. .venv/bin/activate
pip install -Ur requirements.txt
Run
./build.sh
TODO
whatsapp -> telegram / signal
https://desktop.telegram.org/ https://syncthing.net/ https://signal.org/ https://apps.ankiweb.net/ https://mixxx.org/ https://desktop.jitsi.org/ https://mattermost.com/ https://handbrake.fr/ https://matrix.org/ecosystem/clients/ https://element.io/ https://mifi.no/losslesscut/
Development
Install
. .venv/bin/activate
pip install -Ur requirements-dev.txt
Run
checkbashisms *.sh
./lint.sh