add some software

This commit is contained in:
Denis Lehmann 2020-05-03 10:40:21 +02:00
parent 9fbfa8cbe0
commit 68dcf963f0

View file

@ -5,11 +5,22 @@ This is a collection of nice open source software.
## Package Managers ## Package Managers
- [__Nix__](https://nixos.org/nix/) - [__Nix__](https://nixos.org/nix/)
Purely functional package manager. Purely functional package manager, available for all Unix based distributions
Available for all Unix based distributions.
## Operating Systems ## Operating Systems
- [__NixOS__](https://nixos.org/) - [__NixOS__](https://nixos.org/)
Declarative operating system, based on the **Nix** package manager Declarative operating system, based on the **Nix** package manager
## File Sharing / Synchronisation
- [__Magic Wormhole__](https://github.com/warner/magic-wormhole/)
Get things from one computer to another, safely
- [__Syncthing__](https://syncthing.net/)\
Synchronizes files between two or more computers in real time, safely protected from prying eyes
## Office / Writing
- [Pandoc](https://pandoc.org/)
Swiss-army knife for converting files from one markup format into another