Ratfactor Command Console Help

The text field you see at the top of each page on Ratfactor is a tool I built for myself to provide handy shortcuts and utilities while surfing the web. Below is a list of the features I have made publicly available.

Commands

This is an incomplete reference for the Ratfactor Command Console. Please feel free to use any of these commands as you wish.

web - Google Web Search

This command runs a Google Web search for the search terms of your choice. Example:
      web Skull Farming
    

rat - Google Ratfactor Search

Search through the Ratfactor.com website for keywords. Example:

      rat Skull Farming
    

gallery - Gallery Maker

Creates an image gallery from a set of sequentially-numbered image files available on the web.
Example 1. Create a gallery of 13 images called "cat001.jpg" to "cat013.jpg":
      gallery http://example.com/images/cat[001-013].jpg
    
Example 2. Create a gallery of 20 images called "goat30.jpg" to "goat50.jpg":
      gallery http://example.com/images/goat[30-50].jpg
    

link - Link Maker

Creates an HTML link from the URL you provide. This is can be a lot more helpful than you would first think! Example:
      link http://example.com/foo.html
    

linklist - Sequential Links Maker

Creates series of HTML links containing a number sequence. Example:
      linklist http://example.com/foo[01-13].html
    

borat - Borat Phrase-Maker

A terribly stupid feature for making a page with Borat and your phrase Example:

      borat I crush you!!!
    

md5 - Create md5 hash from string

If you need this, you probably already know what it does. Example:
      md5 I like to eat ice cream.
    

base64encode - Create Base64 string from plain text string

Example:
      base64encode I like to eat ice cream.
    

base64decode - Create plain text string from Base64-encoded string

Example:
      base64decode aSBsaWtlIHRvIGVhdCBpY2UgY3JlYW0=
    

sha1 - Create sha1 hash from string

If you need this, you probably already know what it does. Example:
      sha1 I like to eat ice cream.