THIS ARTICLE IS OUT OF DATE AND OBSOLETE. Note: Mangar's TurboTyper which was later substituted by Mangar's Shell substituted the old original Quicktyper. T h e T u r b o T y p e r ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (c) in 1992 by Mangar the Dark (Mangar@Nemesis) The TurboTyper is a tool that can help you to type less by defining shorthand aliases for both complete and incomplete commands. In addition, the Turbotyper provides a history-function and a function to do some commands sequentially by typing one do-string. These commands are supported: alias show the list of current aliases. alias show the alias . alias add/replace as shortcut for . alias -n as above, but after will be no space. unalias removes the alias . do pause the last 'do'-sequence. do ,,..., do .. sequentially. resume resume to paused commands. history show the last 20 commands (not directions). %% repeat last command % repeat command (see history). % repeat last command beginning with . Examples: alias g giggle enables you to type 'g' to giggle, or type 'g happily' to giggle happily. alias -n cl cd /lib/ enables you to type 'cl' to cd into /lib, or type 'cl human' to cd into /lib/human. (note that 'cd' is a wizard-command not available for players. The 'alias -n' can be used by players though.) do smile,laugh evilly,g will first make you smile, then laugh evilly, and then (with the upper alias) giggle. Nobody's perfect, not even me, so if a bug occurs mail it to me, please. Anyway, have fun with this wonderful tool, Mangar the Dark See also: helpdir/shell, helpdir/alias, helpdir/do, helpdir/history, misc/quicktyper