KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
foss
★ 16
Open GitHub ↗
Selection of FOSS for Windows, macOS and Linux
Download README (.md)
Explore Similar Repositories
Selenium_4-Yenilikler
:
No description available.
weatherAPP
:
No description available.
assetWatcher
:
A tool to notify you of the latest changes in bug bounty programs.
izar-wmbus-esp
:
No description available.
docker-seedbox-rclone-fetch-extract
:
Dockerised service pulling data from remote seedbox & extracting archives
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
foss
?
Download (.md)
# F-Droid Selection of FOSS for Windows, macOS and Linux ## Overviews The overviews are: - [English overview](overview-en.md) - [Dutch overview](overview-nl.md) - [Spanish overview](overview-es.md) ## Build Install ```sh sudo apt-get -y install python3-pip python3-venv python3 -m venv .venv . .venv/bin/activate pip install -Ur requirements.txt ``` Run ```sh ./build.sh ``` ## TODO https://get.alternative.to/ 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 ```sh . .venv/bin/activate pip install -Ur requirements-dev.txt ``` Run ```sh checkbashisms *.sh ./lint.sh ```