diff --git a/.twander b/.twander index b7258df..df41249 100644 --- a/.twander +++ b/.twander @@ -1,38 +1,37 @@ # 'twander' configuration file example -# $Id: .twander,v 1.30 2002/12/06 21:19:38 tundra Exp $ +# $Id: .twander,v 1.31 2002/12/11 23:02:16 tundra Exp $ ##### # Example 'twander' Configuration For Unix ##### -# Variables make maintenance easier. Remember, that -# variable declarations cannot have spaces around the "=" +# User-defined variables make maintenance easier. +# Remember, that the variable name is case-sensitive. -FULLNAME=[DIR][SELECTION] -XTERM=xterm -fn 9x15 -l -e -# Command definition is in the general format: +SHELL = bash -c +VSHELL = [XTERM] [SHELL] +XTERM = xterm -fn 9x15 -l -e + +# Command definitions are in the general format: # # command-key command-name command-string +# +# command-keys are case sensitive. Any single +# character which can be typed from the keyboard can +# be used as a command key, *except* the '#' character +# which is always seen as a comment delimiter. -e edit $EDITOR "[FULLNAME]" & -V view [XTERM] $PAGER "[FULLNAME]" & - -l ls [XTERM] bash -c "/bin/ls -al [DIR] | $PAGER " & - -d del [XTERM] rm -i "[FULLNAME]" & - -p print lpr "[FULLNAME]" & - -t xterm xterm -fn 10x20 -l -fb black -bg lightgreen& - -x tdir [XTERM] bash -c "tdir -w132 -c 15 [DIR] | $PAGER " & - -c showselected [XTERM] bash -c 'echo "[DIR]---> [SELECTIONS] ---> [SELECTION]" | $PAGER ' & - -w twander /usr/home/tundra/Dev/python/twander/twander.py -c /usr/home/tundra/Dev/python/twander/.twander / +V view [XTERM] [$PAGER] [DSELECTIONS] & +a any-command [VSHELL] '[PROMPT:Enter Command] [PROMPT:Enter Command Arguments] | [$PAGER]'& +d delete [XTERM] rm -i [PROMPT:What File(s) Would You Like To Delete?] & +e edit [$EDITOR] [DSELECTIONS] & +l ls [VSHELL] '/bin/ls -al ./ | [$PAGER]' & +p print lpr [DSELECTIONS] & +s showselected [XTERM] bash -c 'echo [DIR] "--->" [DSELECTION] "--->" [DSELECTIONS] "--->" [SELECTION] "--->" [SELECTIONS] | [$PAGER] ' & +t xterm xterm -fn 10x20 -l -fb black -bg lightgreen & #----------------------------------------------------------------------# @@ -42,4 +41,13 @@ # Example 'twander' Configuration For Win32 ##### +#EDT = [$EDITOR] + +#a anycmd [PROMPT:Enter Command:] +#d del del /p [DSELECTIONS] +#e edit [EDT] [DSELECTIONS] & +#V view [$PAGER] [DSELECTIONS] & +#l ls dir "[DIR]" | [$PAGER] +#x tdir tdir "[DSELECTIONS]" | [$PAGER] +