tf
Syntax:
tf [-Ldir] [-f[file]] [-ccommand] [-vlqn] [world]
tf [-Ldir] [-f[file]] [-ccommand] [-vlq] host port
At startup, TF takes the following steps:
- Initializes special
variables. Any variables
defined in the environment will override TF's default values for the
variables with the same name.
- Loads commands from the
standard macro library (stdlib.tf),
the optional
local macro library (local.tf),
and your personal configuration file
(see tfrc).
- Executes command, if one was given.
- Enables visual mode if -v was not
given and %visual
has not been explicitly set to "off".
- Tries to connect to world, or host port. If no
world
is given, and the -n option is not given, TF will try to connect
to the first world defined with
addworld() in the configuration
file(s). If no worlds are defined,
or TF can not connect to the specified
world,
TF will start up in unconnected mode.
Options:
- -Ldir
- Use dir instead of
%TFLIBDIR
as library directory.
- -ffile
- Load file instead of the normal personal config file.
- -f
- Do not load any personal config file at startup.
- -ccommand
- Execute command after loading config file.
Command is treated as if it had been typed on the tf command
line (i.e., the value of
%sub is
significant).
- -n
- Do not connect to a world
automatically at startup if no
world or host/port are specified.
- -l
- Disable
automatic login.
(see: login)
- -q
- Enable
quiet login.
(see: %quiet)
- -v
- Disable automatic switch to
visual mode.
The library directory is determined by the first of the following which
has a value:
-L option;
%TFLIBDIR
environment variable; or,
compiled-in default.
The standard library file is determined by the first of the following which
has a value:
TFLIBRARY
environment variable; or,
appending "/stdlib.tf" to
%TFLIBDIR.
TF honors several locale categories,
which can be set to make TF work better with languages other than English.
See locale.
See
http://tinyfugue.sourceforge.net/
for the latest info on TF.
See also: intro,
tfrc,
library,
worlds,
/addworld
Back to index
Back to tf home page
Copyright © 1995, 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006-2007 Ken Keys