0.7.13.2
This commit is contained in:
65
Console/Console.platypus
Normal file
65
Console/Console.platypus
Normal file
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>AcceptsFiles</key>
|
||||
<false/>
|
||||
<key>AcceptsText</key>
|
||||
<false/>
|
||||
<key>Authentication</key>
|
||||
<false/>
|
||||
<key>Author</key>
|
||||
<string>profiteroles</string>
|
||||
<key>BundledFiles</key>
|
||||
<array/>
|
||||
<key>Creator</key>
|
||||
<string>Platypus-5.2</string>
|
||||
<key>DeclareService</key>
|
||||
<false/>
|
||||
<key>DevelopmentVersion</key>
|
||||
<false/>
|
||||
<key>Droppable</key>
|
||||
<false/>
|
||||
<key>IconPath</key>
|
||||
<string>/Volumes/Code/Yuba/master/Console/icon.icns</string>
|
||||
<key>Identifier</key>
|
||||
<string>org.profiteroles.Console</string>
|
||||
<key>InterfaceType</key>
|
||||
<string>Text Window</string>
|
||||
<key>InterpreterPath</key>
|
||||
<string>/bin/bash</string>
|
||||
<key>Name</key>
|
||||
<string>Console</string>
|
||||
<key>NibPath</key>
|
||||
<string>/usr/local/share/platypus/MainMenu.nib</string>
|
||||
<key>OptimizeApplication</key>
|
||||
<true/>
|
||||
<key>Overwrite</key>
|
||||
<false/>
|
||||
<key>PromptForFileOnLaunch</key>
|
||||
<false/>
|
||||
<key>RemainRunning</key>
|
||||
<false/>
|
||||
<key>RunInBackground</key>
|
||||
<true/>
|
||||
<key>ScriptPath</key>
|
||||
<string>/Volumes/Code/Yuba/master/Console/tail.sh</string>
|
||||
<key>TextBackground</key>
|
||||
<string>#23030e</string>
|
||||
<key>TextFont</key>
|
||||
<string>SFMono-Regular</string>
|
||||
<key>TextForeground</key>
|
||||
<string>#ffc3bd</string>
|
||||
<key>TextSize</key>
|
||||
<real>11</real>
|
||||
<key>UniformTypes</key>
|
||||
<array>
|
||||
<string>public.item</string>
|
||||
<string>public.folder</string>
|
||||
</array>
|
||||
<key>UseXMLPlistFormat</key>
|
||||
<false/>
|
||||
<key>Version</key>
|
||||
<string>0.1.0.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Console/icon.icns
Normal file
BIN
Console/icon.icns
Normal file
Binary file not shown.
3
Console/tail.sh
Executable file
3
Console/tail.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
tail -F $1
|
||||
Reference in New Issue
Block a user