main
Tran Hau 2020-03-29 00:23:31 +07:00
parent bb88be62f1
commit 75c77f48b7
2 changed files with 18 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"cSpell.words": [
"timesyncd"
]
}

13
cli-apps.md Normal file
View File

@ -0,0 +1,13 @@
# CLI apps
[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.
[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.