dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

document.wflow (5486B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5 	<key>AMApplicationBuild</key>
      6 	<string>444.42</string>
      7 	<key>AMApplicationVersion</key>
      8 	<string>2.9</string>
      9 	<key>AMDocumentVersion</key>
     10 	<string>2</string>
     11 	<key>actions</key>
     12 	<array>
     13 		<dict>
     14 			<key>action</key>
     15 			<dict>
     16 				<key>AMAccepts</key>
     17 				<dict>
     18 					<key>Container</key>
     19 					<string>List</string>
     20 					<key>Optional</key>
     21 					<true/>
     22 					<key>Types</key>
     23 					<array>
     24 						<string>com.apple.cocoa.string</string>
     25 					</array>
     26 				</dict>
     27 				<key>AMActionVersion</key>
     28 				<string>2.0.3</string>
     29 				<key>AMApplication</key>
     30 				<array>
     31 					<string>Automator</string>
     32 				</array>
     33 				<key>AMParameterProperties</key>
     34 				<dict>
     35 					<key>COMMAND_STRING</key>
     36 					<dict/>
     37 					<key>CheckedForUserDefaultShell</key>
     38 					<dict/>
     39 					<key>inputMethod</key>
     40 					<dict/>
     41 					<key>shell</key>
     42 					<dict/>
     43 					<key>source</key>
     44 					<dict/>
     45 				</dict>
     46 				<key>AMProvides</key>
     47 				<dict>
     48 					<key>Container</key>
     49 					<string>List</string>
     50 					<key>Types</key>
     51 					<array>
     52 						<string>com.apple.cocoa.string</string>
     53 					</array>
     54 				</dict>
     55 				<key>ActionBundlePath</key>
     56 				<string>/System/Library/Automator/Run Shell Script.action</string>
     57 				<key>ActionName</key>
     58 				<string>Run Shell Script</string>
     59 				<key>ActionParameters</key>
     60 				<dict>
     61 					<key>COMMAND_STRING</key>
     62 					<string>export DOTFILES=/Users/alex/.dotfiles
     63 . $DOTFILES/shell/paths
     64 mpvq</string>
     65 					<key>CheckedForUserDefaultShell</key>
     66 					<true/>
     67 					<key>inputMethod</key>
     68 					<integer>0</integer>
     69 					<key>shell</key>
     70 					<string>/bin/sh</string>
     71 					<key>source</key>
     72 					<string></string>
     73 				</dict>
     74 				<key>BundleIdentifier</key>
     75 				<string>com.apple.RunShellScript</string>
     76 				<key>CFBundleVersion</key>
     77 				<string>2.0.3</string>
     78 				<key>CanShowSelectedItemsWhenRun</key>
     79 				<false/>
     80 				<key>CanShowWhenRun</key>
     81 				<true/>
     82 				<key>Category</key>
     83 				<array>
     84 					<string>AMCategoryUtilities</string>
     85 				</array>
     86 				<key>Class Name</key>
     87 				<string>RunShellScriptAction</string>
     88 				<key>InputUUID</key>
     89 				<string>CA8AF57D-2D72-4075-9BD9-203F9750DB01</string>
     90 				<key>Keywords</key>
     91 				<array>
     92 					<string>Shell</string>
     93 					<string>Script</string>
     94 					<string>Command</string>
     95 					<string>Run</string>
     96 					<string>Unix</string>
     97 				</array>
     98 				<key>OutputUUID</key>
     99 				<string>8EE216EF-5253-40F2-B089-4400CF19CCCB</string>
    100 				<key>UUID</key>
    101 				<string>3172F48A-7C95-466A-8EB9-88B1F7A835F9</string>
    102 				<key>UnlocalizedApplications</key>
    103 				<array>
    104 					<string>Automator</string>
    105 				</array>
    106 				<key>arguments</key>
    107 				<dict>
    108 					<key>0</key>
    109 					<dict>
    110 						<key>default value</key>
    111 						<integer>0</integer>
    112 						<key>name</key>
    113 						<string>inputMethod</string>
    114 						<key>required</key>
    115 						<string>0</string>
    116 						<key>type</key>
    117 						<string>0</string>
    118 						<key>uuid</key>
    119 						<string>0</string>
    120 					</dict>
    121 					<key>1</key>
    122 					<dict>
    123 						<key>default value</key>
    124 						<string></string>
    125 						<key>name</key>
    126 						<string>source</string>
    127 						<key>required</key>
    128 						<string>0</string>
    129 						<key>type</key>
    130 						<string>0</string>
    131 						<key>uuid</key>
    132 						<string>1</string>
    133 					</dict>
    134 					<key>2</key>
    135 					<dict>
    136 						<key>default value</key>
    137 						<false/>
    138 						<key>name</key>
    139 						<string>CheckedForUserDefaultShell</string>
    140 						<key>required</key>
    141 						<string>0</string>
    142 						<key>type</key>
    143 						<string>0</string>
    144 						<key>uuid</key>
    145 						<string>2</string>
    146 					</dict>
    147 					<key>3</key>
    148 					<dict>
    149 						<key>default value</key>
    150 						<string></string>
    151 						<key>name</key>
    152 						<string>COMMAND_STRING</string>
    153 						<key>required</key>
    154 						<string>0</string>
    155 						<key>type</key>
    156 						<string>0</string>
    157 						<key>uuid</key>
    158 						<string>3</string>
    159 					</dict>
    160 					<key>4</key>
    161 					<dict>
    162 						<key>default value</key>
    163 						<string>/bin/sh</string>
    164 						<key>name</key>
    165 						<string>shell</string>
    166 						<key>required</key>
    167 						<string>0</string>
    168 						<key>type</key>
    169 						<string>0</string>
    170 						<key>uuid</key>
    171 						<string>4</string>
    172 					</dict>
    173 				</dict>
    174 				<key>isViewVisible</key>
    175 				<true/>
    176 				<key>location</key>
    177 				<string>691.500000:305.000000</string>
    178 				<key>nibPath</key>
    179 				<string>/System/Library/Automator/Run Shell Script.action/Contents/Resources/Base.lproj/main.nib</string>
    180 			</dict>
    181 			<key>isViewVisible</key>
    182 			<true/>
    183 		</dict>
    184 	</array>
    185 	<key>connectors</key>
    186 	<dict/>
    187 	<key>workflowMetaData</key>
    188 	<dict>
    189 		<key>applicationBundleIDsByPath</key>
    190 		<dict/>
    191 		<key>applicationPaths</key>
    192 		<array/>
    193 		<key>inputTypeIdentifier</key>
    194 		<string>com.apple.Automator.text.url</string>
    195 		<key>outputTypeIdentifier</key>
    196 		<string>com.apple.Automator.nothing</string>
    197 		<key>presentationMode</key>
    198 		<integer>11</integer>
    199 		<key>processesInput</key>
    200 		<integer>1</integer>
    201 		<key>serviceInputTypeIdentifier</key>
    202 		<string>com.apple.Automator.text.url</string>
    203 		<key>serviceOutputTypeIdentifier</key>
    204 		<string>com.apple.Automator.nothing</string>
    205 		<key>serviceProcessesInput</key>
    206 		<integer>1</integer>
    207 		<key>systemImageName</key>
    208 		<string>NSActionTemplate</string>
    209 		<key>useAutomaticInputType</key>
    210 		<integer>0</integer>
    211 		<key>workflowTypeIdentifier</key>
    212 		<string>com.apple.Automator.servicesMenu</string>
    213 	</dict>
    214 </dict>
    215 </plist>