This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
take2 /
| name | age | message | |
|---|---|---|---|
| |
History.txt | Mon Apr 21 04:06:00 -0700 2008 | [bscofield] |
| |
Manifest.txt | Mon Apr 21 04:06:00 -0700 2008 | [bscofield] |
| |
README.txt | Tue Apr 22 07:58:10 -0700 2008 | [bscofield] |
| |
Rakefile | Mon Apr 21 04:06:00 -0700 2008 | [bscofield] |
| |
bin/ | Tue Apr 22 07:54:59 -0700 2008 | [bscofield] |
| |
lib/ | Thu Apr 24 07:56:54 -0700 2008 | [bscofield] |
| |
tasks/ | Mon Apr 21 04:06:00 -0700 2008 | [bscofield] |
| |
test/ | Mon Apr 21 18:21:05 -0700 2008 | [bscofield] |
README.txt
take2
by Ben Scofield (ben.scofield@viget.com) of Viget Labs
http://take2.rubyforge.org
== DESCRIPTION:
A simple gem for recording and playing back command sequences.
== FEATURES/PROBLEMS:
* FIXME (list of features or problems)
== SYNOPSIS:
take2 record -h300 # copies your history index 300+ to ./take2.yml
take2 play --file=commands.yml # replays the commands in ./commands.yml
take2 play --live # replays the commands in ./take2.yml with lifelike delays between characters
== REQUIREMENTS:
* FIXME (list of requirements)
== INSTALL:
(not yet available via gem install)
== LICENSE:
(The MIT License)
Copyright (c) 2008 Ben Scofield of Viget Labs
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.




