diff --git a/.twander b/.twander index ae28e46..872591c 100644 --- a/.twander +++ b/.twander @@ -1,5 +1,5 @@ # 'twander' Configuration File Example -# $Id: .twander,v 1.76 2006/12/19 00:17:51 tundra Exp $ +# $Id: .twander,v 1.77 2006/12/19 16:51:24 tundra Exp $ # # Contains list of all possible variables (and defaults, if any) for: # @@ -286,14 +286,18 @@ # replace the string: "#-# " with a null or blank string. #-# # Associations allow you to "associate" a type of file -#-# # with the program that handles it. +#-# # with the program that handles it. A "type" is merely +#-# # a string that uses Unix-style shell globbing to +#-# # define which filenames are to be included. #-# -#-# ASSOC .txt vim [SELECTION] +#-# ASSOC *.txt vim [SELECTION] #-# #-# # The right-hand-side of an association statement can #-# # contain pretty much anything you can use in a command #-# # definition. #-# +#-# ASSOC *.[Tt] {PROMPT:Do You Really Want To Edit This?} vim [SELECTION] +#-# #-# # A special association for "default" operation is also #-# # supported. If the user clicks on a file type without #-# # a specific association, the default association (if any) @@ -310,9 +314,9 @@ #-# # be applied. Exclusions consist of one or more lines #-# # in the following form: #-# -#-# # ASSOC - space-separated-list-of-file-types +#-# # ASSOC ! space-separated-list-of-file-types #-# -#-# ASSOC - .pyo .txt .rc +#-# ASSOC ! *.pyo *.tx? *.r[az] #-# #-# # You can removed a previously defined association #-# # by leaving the right-hand-side of the statement @@ -324,11 +328,13 @@ #-# # This sequence first defines and then removes an #-# # association for text files: #-# -#-# ASSOC .txt MyFineEditor [SELECTION] -#-# ASSOC .txt +#-# ASSOC *.txt MyFineEditor [SELECTION] +#-# ASSOC *.txt #-# +#-# # You can do this for any association statement. #-# -#-# +#-# ASSOC * +#-# ASSOC ! #-# #-# #-# # Special variable(s) used below to trigger conditional logic