🔥 The ultimate cheat.sh wrapper leveraging
😏 Blazing fast and interactive fuzzy search cht.sh with a locally cached list
👉 Optionally specify a topic to query when selecting a cht.sh
🤨 Don't beleive me? Try it for yourself!
NOTE: Requires installed to use fzf-cheat.sh
Place fzf-cheat.sh somewhere on your $PATH and make it executable
curl https://raw.githubusercontent.com/beauwilliams/fzf-cheat.sh/master/fzf-cheat > $PATH-LOCATION-YOUR-CHOOSING/fzf-cheat
chmod +x $PATH-LOCATION-YOUR-CHOOSING/fzf-cheat
For example (easy method), install fzf-cheat globally for all users by placing it in /usr/local/bin
curl https://raw.githubusercontent.com/beauwilliams/fzf-cheat.sh/master/fzf-cheat > /usr/local/bin/fzf-cheat && chmod +x /usr/local/bin/fzf-cheat