Cheat - CLI용 인터랙티브 CheatSheet 작성 도구
(github.com/cheat)- 시스템 관리자들이 자주 쓰는 명령(하지만 외울 필요는 없는)에 대한 Cheatsheet를 작성해두고 나중에 확인해보는 도구
- 명령별로 편집 가능
cheat tar
- 네스팅 가능
cheat foo/bar
- 태그별 보기
cheat -t networking
- 검색 지원
cheat -s ssh
- cheatpaths로 폴더별로 다르게 관리 가능
- bash, fish, zsh용 자동완성 지원
- fzf 연동 가능
유사한 대안들
- navi: https://github.com/denisidoro/navi rust기반. 개인적으로 정착
- beavr: https://github.com/denisidoro/beavr
- tldr: https://github.com/tldr-pages/tldr
- cheat.sh: https://github.com/chubin/cheat.sh
- cmdmenu: https://github.com/amacfie/cmdmenu
- eg: https://github.com/srsudar/eg
- kb: https://github.com/gnebbia/kb
- howto: https://github.com/santinic/how2
- howdoi: https://github.com/gleitz/howdoi
navi로 정착했지만, chatgpt한테 묻는게 나을것 같네요.