diff --git a/.twander b/.twander index a8833d9..64163d0 100644 --- a/.twander +++ b/.twander @@ -1,5 +1,5 @@ # 'twander' configuration file example -# $Id: .twander,v 1.32 2002/12/11 23:12:46 tundra Exp $ +# $Id: .twander,v 1.33 2002/12/12 17:51:52 tundra Exp $ ##### # Example 'twander' Configuration For Unix @@ -9,7 +9,6 @@ # User-defined variables make maintenance easier. # Remember, that the variable name is case-sensitive. - SHELL = bash -c VSHELL = [XTERM] [SHELL] XTERM = xterm -fn 9x15 -l -e @@ -24,9 +23,10 @@ # which is always seen as a comment delimiter. +D dd [VSHELL] 'dd if=[PROMPT:In File?] of=[PROMPT:Out File?] | [$PAGER]' 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?] & +d delete [XTERM] rm -i [DSELECTIONS] & e edit [$EDITOR] [DSELECTIONS] & l ls [VSHELL] '/bin/ls -al ./ | [$PAGER]' & p print lpr [DSELECTIONS] &