diff options
Diffstat (limited to 'dotfiles/cheat/commands')
-rw-r--r-- | dotfiles/cheat/commands | 20 |
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 +``` |