snippits version 0.5.0 has been released!
This is Ruby program that will type text for you. It uses ‘snippits’,
small
text files with a simple syntax to determine what to type. However,
snippits
can be very powerful, since they can contain embedded Ruby, special keys
(Control, Shift, Up, etc), and can contain a cursor placement
instructions.
REQUIREMENTS:
- eRB
‘sudo gem install erb’ - xte from the xautomation suite
‘sudo apt-get install xautomation’ on Debian/Ubuntu-like - ASpell and RASpell is not required, but adds extra features:
‘sudo apt-get install aspell-en’ and
‘sudo gem install raspell’
INSTALL:
- sudo gem install snippits
Changes:
0.5.0 / 2007-10-20
-
First RubyGems release
- Numerous bugfixes over version 0.4
- Included unit tests
- Cleaned-up code