Sha256: 7c5b76ec8462e5d8e6c731659749d45149104e2b49d01978bfcac8643f7cd9a7

Contents?: true

Size: 1.98 KB

Versions: 2

Compression:

Stored size: 1.98 KB

Contents

# i2cssh

i2cssh is a http://code.google.com/p/csshx/ like tool for connecting over ssh to multiple machines. But instead of creating separate windows and having
a master window for input, i2cssh uses iterm2 split panes and "Send input to all sessions" (cmd-shift-i) to send commands
to all sessions.

## Installing 

    $ gem install i2cssh

## Usage

    Usage: i2cssh [options]
        -d, --debug                      Start RIPL after creating terminals
        -f, --file FILE                  Cluster file
        -F, --fullscreen                 Fullscreen
        -u, --username USERNAME          SSH username
        -c, --cluster CLUSTERNAME        Name of the cluster specified in ~/.i2csshrc
        -C, --columns COLUMNS            Amount of columns (rows will be calculated)
        -R, --rows ROWS                  Amount of rows (columns will be calculated)

The cluster file format is one host per line.

## i2csshrc

The i2csshrc file is a YAML formatted file that contains the following structure:

    ---
    clusters:
      mycluster:
        - host1
        - host2
        - ...

## Contributing to i2cssh

I know that i2cssh doesn't have all the functionality of csshX, but either let me know what you really need or 
fork, hack and create a pull request.
 
 * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
 * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
 * Fork the project
 * Start a feature/bugfix branch
 * Commit and push until you are happy with your contribution
 * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
 * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

## Copyright

Copyright (c) 2011 Wouter de Bie. See LICENSE.txt for
further details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
i2cssh-0.0.7 README.markdown
i2cssh-0.0.6 README.markdown