55 lines
1.5 KiB
Markdown
55 lines
1.5 KiB
Markdown
# Links
|
|
|
|
This is a collection of nice open source software.
|
|
|
|
## Package Managers
|
|
|
|
- [__Nix__](https://nixos.org/nix/)
|
|
Purely functional package manager, available for all Unix based distributions
|
|
|
|
## Operating Systems
|
|
|
|
- [__NixOS__](https://nixos.org/)
|
|
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
|
|
|
|
- [__Libre Office__](https://libreoffice.org/)
|
|
Free and powerful office suite
|
|
|
|
- [__Pandoc__](https://pandoc.org/)
|
|
Swiss-army knife for converting files from one markup format into another
|
|
|
|
## Editors
|
|
|
|
- [__Kakoune__](https://kakoune.org/)
|
|
Modal editor, similar to Vim
|
|
|
|
## Search Engines
|
|
|
|
- [__searx__](https://asciimoo.github.io/searx/)
|
|
Searx is a free internet metasearch engine which aggregates results from more than 70 search services
|
|
|
|
## Window Managers
|
|
|
|
- [__i3__](https://i3wm.org/)
|
|
Improved tiling window manager
|
|
|
|
- [__i3-gaps__](https://github.com/Airblader/i3/)
|
|
__i3__ with more features
|
|
|
|
## Web Browsers
|
|
|
|
- [__qutebrowser__](https://qutebrowser.org/)
|
|
Keyboard-focused browser with a minimal GUI
|
|
|
|
- [__w3m__](http://w3m.sourceforge.net/)
|
|
Text-based web browser as well as a pager
|