dotfiles

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

Info.plist (754B)


      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>NSServices</key>
      6 	<array>
      7 		<dict>
      8 			<key>NSBackgroundColorName</key>
      9 			<string>background</string>
     10 			<key>NSIconName</key>
     11 			<string>NSTouchBarTransferDownload</string>
     12 			<key>NSMenuItem</key>
     13 			<dict>
     14 				<key>default</key>
     15 				<string>Youtube-dl</string>
     16 			</dict>
     17 			<key>NSMessage</key>
     18 			<string>runWorkflowAsService</string>
     19 			<key>NSRequiredContext</key>
     20 			<dict>
     21 				<key>NSTextContent</key>
     22 				<string>URL</string>
     23 			</dict>
     24 			<key>NSSendTypes</key>
     25 			<array>
     26 				<string>public.utf8-plain-text</string>
     27 			</array>
     28 		</dict>
     29 	</array>
     30 </dict>
     31 </plist>