From 6251b68f059ee7127339791ed4d8767a270c1e3d Mon Sep 17 00:00:00 2001
From: neodarz <corentin.breton@fullsave.com>
Date: Fri, 26 Jun 2020 11:51:50 +0200
Subject: Add more usefull commands

---
 dotfiles/cheat/commands | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

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
+```
-- 
cgit v1.2.1