dufferzafar/cheat - GitHub
Cheatsheets for command line, because, you know, life is too short to read manpages.
https://github.com/dufferzafar/cheat
人生は短い。
$ go get github.com/dufferzafar/cheat
してインストール。ホームディレクトリ直下に .cheatsheets
というフォルダを作り、そこに
jahendrie/cheat - GitHub
https://github.com/jahendrie/cheat
このリポジトリにある data
フォルダ内のファイルをコピーすればよろし。
cheat - Create and view command-line cheatsheets.
Version: 0.5
Usage:
cheat <command> [cheatsheet] [<args>]
Commands:
show Show cheats related to a command
edit Add/Edit a cheat
list List all available cheats
config Edit the config file
help Shows a list of commands or help for one command
Global Options:
--help, -h show help
--version, -v print the version
Examples:
cheat show git Shows git cheatsheet
cheat show git -c 12 Copy the 12th git cheat
cheat edit at Edit cheatsheet named at
$ cheat edit curl
でエディタが起動するので自分で追加する事も可能。Windows 対応もしておきましたので、その内マージされるかも。
Support Windows by mattn · Pull Request #1 · dufferzafar/cheat - GitHub
https://github.com/dufferzafar/cheat/pull/1