add more software
This commit is contained in:
parent
d9e2b821c0
commit
c176d607d1
2 changed files with 67 additions and 25 deletions
47
README.md
47
README.md
|
|
@ -14,22 +14,23 @@ List**](./android.md).
|
||||||
- [Office](#office)
|
- [Office](#office)
|
||||||
- [Nerdy](#nerdy)
|
- [Nerdy](#nerdy)
|
||||||
- [Communication](#communication-1)
|
- [Communication](#communication-1)
|
||||||
- [Editors](#editors)
|
- [File Editing](#file-editing)
|
||||||
|
- [File Management](#file-management)
|
||||||
- [File Sharing](#file-sharing)
|
- [File Sharing](#file-sharing)
|
||||||
- [Operating Systems](#operating-systems)
|
- [Operating Systems](#operating-systems)
|
||||||
- [Package Managers](#package-managers)
|
- [Package Managers](#package-managers)
|
||||||
|
- [Programming Languages](#programming-languages)
|
||||||
- [Search Engines](#search-engines)
|
- [Search Engines](#search-engines)
|
||||||
- [Web Browsers](#web-browsers)
|
- [Web Browsers](#web-browsers)
|
||||||
- [Window Managers](#window-managers)
|
- [Window Managers](#window-managers)
|
||||||
- [Writing](#writing)
|
|
||||||
|
|
||||||
## Casual
|
## Casual
|
||||||
|
|
||||||
### Communication
|
### Communication
|
||||||
|
|
||||||
- [**Riot**](https://riot.im/)
|
- [**Riot**](https://riot.im/)
|
||||||
A universal secure chat app entirely under your control, based on
|
Universal secure chat app entirely under your control, based on the
|
||||||
the **Matrix** protocol
|
**Matrix** protocol
|
||||||
|
|
||||||
### File Synchronisation
|
### File Synchronisation
|
||||||
|
|
||||||
|
|
@ -47,12 +48,22 @@ List**](./android.md).
|
||||||
### Communication
|
### Communication
|
||||||
|
|
||||||
- [**Matrix**](https://matrix.org/)
|
- [**Matrix**](https://matrix.org/)
|
||||||
An open network for secure, decentralized communication
|
Open network for secure, decentralized communication
|
||||||
|
|
||||||
### Editors
|
### File Editing
|
||||||
|
|
||||||
- [**Kakoune**](https://kakoune.org/)
|
- [**Kakoune**](https://kakoune.org/)
|
||||||
Modal editor, similar to Vim
|
Modal editor, similar to Vim
|
||||||
|
- [**Pandoc**](https://pandoc.org/)
|
||||||
|
Swiss-army knife for converting files from one markup format into
|
||||||
|
another
|
||||||
|
|
||||||
|
### File Management
|
||||||
|
|
||||||
|
- [**exa**](https://the.exa.website/)
|
||||||
|
Improved file lister with more features and better defaults
|
||||||
|
- [**ranger**](https://ranger.github.io/)
|
||||||
|
Console file manager with VI key bindings
|
||||||
|
|
||||||
### File Sharing
|
### File Sharing
|
||||||
|
|
||||||
|
|
@ -70,11 +81,22 @@ List**](./android.md).
|
||||||
Purely functional package manager, available for all Unix based
|
Purely functional package manager, available for all Unix based
|
||||||
distributions
|
distributions
|
||||||
|
|
||||||
|
### Programming Languages
|
||||||
|
|
||||||
|
- [**Haskell**](https://www.haskell.org/)
|
||||||
|
An advanced, purely functional programming language
|
||||||
|
- [**Python**](https://python.org/)
|
||||||
|
Programming language that lets you work quickly and integrate
|
||||||
|
systems more effectively
|
||||||
|
- [**Rust**](https://www.rust-lang.org/)
|
||||||
|
Language empowering everyone to build reliable and efficient
|
||||||
|
software
|
||||||
|
|
||||||
### Search Engines
|
### Search Engines
|
||||||
|
|
||||||
- [**searx**](https://asciimoo.github.io/searx/)
|
- [**searx**](https://asciimoo.github.io/searx/)
|
||||||
Searx is a free internet metasearch engine which aggregates results
|
Free internet metasearch engine which aggregates results from more
|
||||||
from more than 70 search services
|
than 70 search services
|
||||||
|
|
||||||
### Web Browsers
|
### Web Browsers
|
||||||
|
|
||||||
|
|
@ -89,9 +111,6 @@ List**](./android.md).
|
||||||
Improved tiling window manager
|
Improved tiling window manager
|
||||||
- [**i3-gaps**](https://github.com/Airblader/i3/)
|
- [**i3-gaps**](https://github.com/Airblader/i3/)
|
||||||
**i3** with more features
|
**i3** with more features
|
||||||
|
- [**xmonad**](https://xmonad.org/)
|
||||||
### Writing
|
Dynamically tiling X11 window manager that is written and configured
|
||||||
|
in **Haskell**
|
||||||
- [**Pandoc**](https://pandoc.org/)
|
|
||||||
Swiss-army knife for converting files from one markup format into
|
|
||||||
another
|
|
||||||
|
|
|
||||||
45
raw/body.md
45
raw/body.md
|
|
@ -4,8 +4,8 @@ Casual
|
||||||
### Communication
|
### Communication
|
||||||
|
|
||||||
[**Riot**](https://riot.im/)
|
[**Riot**](https://riot.im/)
|
||||||
: A universal secure chat app entirely under your control, based on
|
: Universal secure chat app entirely under your control, based on the
|
||||||
the **Matrix** protocol
|
**Matrix** protocol
|
||||||
|
|
||||||
### File Synchronisation
|
### File Synchronisation
|
||||||
|
|
||||||
|
|
@ -24,13 +24,25 @@ Nerdy
|
||||||
### Communication
|
### Communication
|
||||||
|
|
||||||
[**Matrix**](https://matrix.org/)
|
[**Matrix**](https://matrix.org/)
|
||||||
: An open network for secure, decentralized communication
|
: Open network for secure, decentralized communication
|
||||||
|
|
||||||
### Editors
|
### File Editing
|
||||||
|
|
||||||
[**Kakoune**](https://kakoune.org/)
|
[**Kakoune**](https://kakoune.org/)
|
||||||
: Modal editor, similar to Vim
|
: Modal editor, similar to Vim
|
||||||
|
|
||||||
|
[**Pandoc**](https://pandoc.org/)
|
||||||
|
: Swiss-army knife for converting files from one markup format into
|
||||||
|
another
|
||||||
|
|
||||||
|
### File Management
|
||||||
|
|
||||||
|
[**exa**](https://the.exa.website/)
|
||||||
|
: Improved file lister with more features and better defaults
|
||||||
|
|
||||||
|
[**ranger**](https://ranger.github.io/)
|
||||||
|
: Console file manager with VI key bindings
|
||||||
|
|
||||||
### File Sharing
|
### File Sharing
|
||||||
|
|
||||||
[**Magic Wormhole**](https://github.com/warner/magic-wormhole/)
|
[**Magic Wormhole**](https://github.com/warner/magic-wormhole/)
|
||||||
|
|
@ -47,11 +59,24 @@ Nerdy
|
||||||
: Purely functional package manager, available for all Unix based
|
: Purely functional package manager, available for all Unix based
|
||||||
distributions
|
distributions
|
||||||
|
|
||||||
|
### Programming Languages
|
||||||
|
|
||||||
|
[**Haskell**](https://www.haskell.org/)
|
||||||
|
: An advanced, purely functional programming language
|
||||||
|
|
||||||
|
[**Python**](https://python.org/)
|
||||||
|
: Programming language that lets you work quickly and integrate
|
||||||
|
systems more effectively
|
||||||
|
|
||||||
|
[**Rust**](https://www.rust-lang.org/)
|
||||||
|
: Language empowering everyone to build reliable and efficient
|
||||||
|
software
|
||||||
|
|
||||||
### Search Engines
|
### Search Engines
|
||||||
|
|
||||||
[**searx**](https://asciimoo.github.io/searx/)
|
[**searx**](https://asciimoo.github.io/searx/)
|
||||||
: Searx is a free internet metasearch engine which aggregates results
|
: Free internet metasearch engine which aggregates results from more
|
||||||
from more than 70 search services
|
than 70 search services
|
||||||
|
|
||||||
### Web Browsers
|
### Web Browsers
|
||||||
|
|
||||||
|
|
@ -69,8 +94,6 @@ Nerdy
|
||||||
[**i3-gaps**](https://github.com/Airblader/i3/)
|
[**i3-gaps**](https://github.com/Airblader/i3/)
|
||||||
: **i3** with more features
|
: **i3** with more features
|
||||||
|
|
||||||
### Writing
|
[**xmonad**](https://xmonad.org/)
|
||||||
|
: Dynamically tiling X11 window manager that is written and configured
|
||||||
[**Pandoc**](https://pandoc.org/)
|
in **Haskell**
|
||||||
: Swiss-army knife for converting files from one markup format into
|
|
||||||
another
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue