aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorneodarz <corentin.breton@fullsave.com>2020-06-26 11:51:50 +0200
committerneodarz <corentin.breton@fullsave.com>2020-06-26 11:51:50 +0200
commit6251b68f059ee7127339791ed4d8767a270c1e3d (patch)
treebe8780806e0f3666e7a0370a9958a4f10f923744 /dotfiles
parente4801fc7edf27e3eb8dee2f1951e52c08b041a52 (diff)
downloaddotfiles-6251b68f059ee7127339791ed4d8767a270c1e3d.tar.xz
dotfiles-6251b68f059ee7127339791ed4d8767a270c1e3d.zip
Add more usefull commands
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/cheat/commands20
1 files changed, 20 insertions, 0 deletions
diff --git a/dotfiles/cheat/commands b/dotfiles/cheat/commands
index 7e5214a..858036f 100644
--- a/dotfiles/cheat/commands
+++ b/dotfiles/cheat/commands
@@ -38,3 +38,23 @@ https://github.com/sharkdp/bat
```
bat
```
+
+## Fuzzy search file
+
+```
+fzf
+```
+
+## Better find
+https://github.com/sharkdp/fd
+
+```
+fd
+```
+
+## Ctop - Top-like interface for container metrics
+https://github.com/bcicen/ctop
+
+```
+ctop
+```