content
parent
d6a9cfd5d7
commit
d3b3c51930
|
@ -1,61 +1 @@
|
|||
# Applications
|
||||
|
||||
[Bash](bash.md)
|
||||
|
||||
[Git](git.md)
|
||||
|
||||
[tmux](tmux.md)
|
||||
|
||||
[Neovim](neovim.md): `vim` fork.
|
||||
|
||||
---
|
||||
|
||||
[rsync](rsync.md)
|
||||
|
||||
[exa](exa.md): `ls` replacement.
|
||||
|
||||
[bat](bat.md): `cat` with colors.
|
||||
|
||||
[fd](https://github.com/sharkdp/fd): simple `find`.
|
||||
|
||||
[fzf](fzf.md): command-line finder.
|
||||
|
||||
[ripgrep](https://github.com/BurntSushi/ripgrep): similar to `ack`.
|
||||
|
||||
[diff-so-fancy](https://github.com/so-fancy/diff-so-fancy): `diff` with human readable.
|
||||
|
||||
[tldr](https://github.com/tldr-pages/tldr): simple `man`.
|
||||
|
||||
---
|
||||
|
||||
[Ncat](ncat.md): Netcat implementation from Nmap project.
|
||||
|
||||
[HTTPie](https://httpie.org/): call API.
|
||||
|
||||
[Rclone](https://rclone.org/): `rsync` for cloud storage.
|
||||
|
||||
[Prettier](https://prettier.io/): format code.
|
||||
|
||||
---
|
||||
|
||||
[systemd-boot](systemd-boot.md)
|
||||
|
||||
[blueman](https://github.com/blueman-project/blueman): Bluetooth Manager.
|
||||
|
||||
[dnscrypt-proxy](dnscrypt-proxy.md)
|
||||
|
||||
[OpenVPN](openvpn.md)
|
||||
|
||||
[Xinput](xinput.md)
|
||||
|
||||
---
|
||||
|
||||
[Flatpak and Snap](flatpak-snap.md)
|
||||
|
||||
[Instaloader](instaloader.md)
|
||||
|
||||
[Steam](steam.md)
|
||||
|
||||
[Cheat](cheat.md)
|
||||
|
||||
[Ventoy](ventoy.md): bootable USB.
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
# [fd](https://github.com/sharkdp/fd)
|
||||
|
||||
| Distribution | Package |
|
||||
| ------------ | -------------- |
|
||||
| Arch Linux | `fd` |
|
||||
| Ubuntu | `rust-fd-find` |
|
||||
| Homebrew | `fd` |
|
|
@ -0,0 +1,7 @@
|
|||
# [ripgrep](https://github.com/BurntSushi/ripgrep)
|
||||
|
||||
| Distribution | Package |
|
||||
| ------------ | --------- |
|
||||
| Arch Linux | `ripgrep` |
|
||||
| Ubuntu | `ripgrep` |
|
||||
| Homebrew | `ripgrep` |
|
|
@ -1,13 +1 @@
|
|||
# Development
|
||||
|
||||
[Go](go/README.md)
|
||||
|
||||
[Python](python.md)
|
||||
|
||||
[Docker](docker.md)
|
||||
|
||||
[Redis](redis.md)
|
||||
|
||||
[Prometheus](prometheus.md)
|
||||
|
||||
[ANTLR4](antlr4.md)
|
||||
|
|
|
@ -1,7 +1 @@
|
|||
# Extensions
|
||||
|
||||
[Browser Extensions](browser-extensions.md)
|
||||
|
||||
[VSCode Extensions](vscode-extensions.md)
|
||||
|
||||
[Gnome Extensions](gnome-extensions.md)
|
||||
|
|
|
@ -1,5 +1 @@
|
|||
# Knowledge
|
||||
|
||||
[Top Down Operator Precedence](tdop.md)
|
||||
|
||||
[Regular expression](regex.md)
|
||||
|
|
|
@ -11,7 +11,9 @@
|
|||
- [rsync](Applications/rsync.md)
|
||||
- [exa](Applications/exa.md)
|
||||
- [bat](Applications/bat.md)
|
||||
- [fd](Applications/fd.md)
|
||||
- [fzf](Applications/fzf.md)
|
||||
- [ripgrep](Applications/ripgrep.md)
|
||||
- [Ncat](Applications/ncat.md)
|
||||
- [systemd-boot](Applications/systemd-boot.md)
|
||||
- [dnscrypt-proxy](Applications/dnscrypt-proxy.md)
|
||||
|
|
Loading…
Reference in New Issue