# Cheat - CLI용 인터랙티브 CheatSheet 작성 도구

> Clean Markdown view of GeekNews topic #8305. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8305](https://news.hada.io/topic?id=8305)
- GeekNews Markdown: [https://news.hada.io/topic/8305.md](https://news.hada.io/topic/8305.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-01-23T10:55:01+09:00
- Updated: 2023-01-23T10:55:01+09:00
- Original source: [github.com/cheat](https://github.com/cheat/cheat)
- Points: 14
- Comments: 1

## Topic Body

- 시스템 관리자들이 자주 쓰는 명령(하지만 외울 필요는 없는)에 대한 Cheatsheet를 작성해두고 나중에 확인해보는 도구   
- 명령별로 편집 가능 `cheat tar`  
- 네스팅 가능 `cheat foo/bar`  
- 태그별 보기 `cheat -t networking`  
- 검색 지원 `cheat -s ssh`  
- cheatpaths로 폴더별로 다르게 관리 가능   
- bash, fish, zsh용 자동완성 지원   
- fzf 연동 가능

## Comments



### Comment 14409

- Author: seunggi
- Created: 2023-01-24T11:01:03+09:00
- Points: 2

유사한 대안들  
  
- 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한테 묻는게 나을것 같네요.
