diff options
author | neodarz <corentin.breton@fullsave.com> | 2020-06-26 11:51:50 +0200 |
---|---|---|
committer | neodarz <corentin.breton@fullsave.com> | 2020-06-26 11:51:50 +0200 |
commit | 6251b68f059ee7127339791ed4d8767a270c1e3d (patch) | |
tree | be8780806e0f3666e7a0370a9958a4f10f923744 /dotfiles/cheat | |
parent | e4801fc7edf27e3eb8dee2f1951e52c08b041a52 (diff) | |
download | dotfiles_dotdrop-6251b68f059ee7127339791ed4d8767a270c1e3d.tar.xz dotfiles_dotdrop-6251b68f059ee7127339791ed4d8767a270c1e3d.zip |
Add more usefull commands
Diffstat (limited to 'dotfiles/cheat')
-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 +``` |