Skip to content
robin edited this page Sep 12, 2010 · 28 revisions

h1.Chit

http://github.com/robin/chit

h2.DESCRIPTION:

Chit is A command line tool for cheat sheet utility based on git.

h2.FEATURES:

Chit was inspired by ‘cheat’ (http://cheat.errtheblog.com/) by Chris Wanstrath. You can use chit to access and manage your cheat sheets easily.

There are several differences between ‘cheat’ and ‘chit’. By using chit, besides the wonderful features of ‘cheat’, you get:

1. Git powered cheat sheet repository. You can specify where you get the sheets and where to share them.
2. Your own private cheat sheet. Everybody has some project related or smoe cheat sheets which are not mean to public. You can also put them into chit
3. Directory support. You can group cheat sheets by directory now.
4. one less letter to type.

h2.SYNOPSIS:

To get your cheat sheet:
$ chit [cheatsheet]
If it does not exist, a new one will be created and waiting for your editing. Leave it blank and quit the editor if you don’t want to add a new one.

To edit a cheat sheet, use the —edit switch.
$ cheat [cheatsheet] —edit

To add a cheat sheet, use the —add switch.
$ cheat [cheatsheet] —add

During editing a cheat sheet, empty the content will get the cheat sheet removed.

A prefix ‘@’ indicates the cheat sheet is in private mode. A private cheat sheet is kept in another repository.

To get your private cheat sheet:
$ chit @[cheatsheet]

The prefix ‘@’ works the same for both —edit and —add.

The cheat sheet can be in a path. For example:
$ chit mysql/select
will get your the cheat sheet ‘select’ under mysql.

h2.INSTALL:

sudo gem install chit

h2.CONFIGURATION:

Before run ‘chit’, you may want to config ~/.chitrc which is a YAML file.

  • root: local path to store the cheat sheet. By default, it is ~/.chit
  • main:
    • clone-from: where to get the public cheat sheets. You can use git://github.com/robin/chitsheet.git, which is a snap shoot of http://cheat.errtheblog.com/.
  • private:
    • clone-from: where to get the private cheat sheets. If not specified, a new git repository will be init for private cheat sheets.

h2.REQUIREMENTS:

  • rubygems
  • git

h2.LICENSE:

This software is shared by MIT License

Copyright © 2008 FIX

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
‘Software’), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

h2.BY:
Robin Lu
http://www.robinlu.com
iamawalrus[at]gmail[dot]com

Clone this wiki locally