From 75c77f48b74b55980aa76cf9bd0b97a3b0f917a4 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Sun, 29 Mar 2020 00:23:31 +0700 Subject: [PATCH] cli apps --- .vscode/settings.json | 5 +++++ cli-apps.md | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 cli-apps.md diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..4d7b0aa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "timesyncd" + ] +} \ No newline at end of file diff --git a/cli-apps.md b/cli-apps.md new file mode 100644 index 0000000..c7204f4 --- /dev/null +++ b/cli-apps.md @@ -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.