2015/05/18

Recent entries from same category

  1. Go 言語プログラミングエッセンスという本を書きました。
  2. errors.Join が入った。
  3. unsafe.StringData、unsafe.String、unsafe.SliceData が入った。
  4. Re: Go言語で画像ファイルか確認してみる
  5. net/url に JoinPath が入った。

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
Posted at by | Edit