# Applications [Neovim](./neovim.md) [bat](https://github.com/sharkdp/bat): `cat` with colors. [fd](https://github.com/sharkdp/fd): simple `find`. [fzf](https://github.com/junegunn/fzf): command-line finder. Read [fzf](https://wiki.archlinux.org/index.php/Fzf). ```sh export FZF_DEFAULT_COMMAND='fd -H' export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" ``` [tldr](https://github.com/tldr-pages/tldr): simple `man`. [HTTPie](https://httpie.org/): call API in terminal. [Rclone](https://rclone.org/): `rsync` for cloud storage. [Prettier](https://prettier.io/): format code.