diff --git a/%gconf.xml b/%gconf.xml deleted file mode 100644 index 145c006..0000000 --- a/%gconf.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Monospace 10 - - - - - #2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC - - - - #FFFFFFFFDDDD - - - Default - - - #000000000000 - - - #000000000000 - - diff --git a/.abcl b/.abcl deleted file mode 100644 index f06cc0f..0000000 --- a/.abcl +++ /dev/null @@ -1,7 +0,0 @@ -;;; The following lines added by ql:add-to-init-file: -#-quicklisp -(let ((quicklisp-init (merge-pathnames - "quicklisp/setup.lisp" - (user-homedir-pathname)))) - (when (probe-file quicklisp-init) - (load quicklisp-init))) diff --git a/.ackrc b/.ackrc deleted file mode 100644 index 3a18fde..0000000 --- a/.ackrc +++ /dev/null @@ -1,19 +0,0 @@ -# ln -s .../.ackrc ~/.ackrc - ---sort-files ---ignore-dir=is:node_modules ---ignore-dir=is:target ---ignore-dir=is:build ---ignore-dir=is:.gradle ---ignore-dir=is:vendor ---ignore-dir=is:bower_components ---ignore-file=match:min\.js ---ignore-file=match:min\.map ---ignore-file=match:\.log ---ignore-file=is:Gemfile.lock ---ignore-file=is:erl_crash.dump ---ignore-file=is:.ensime ---ignore-dir=is:.arc ---ignore-dir=is:.idea ---ignore-file=match:.iml ---ignore-dir=is:infer-out diff --git a/.astylerc b/.astylerc deleted file mode 100644 index 229bc9c..0000000 --- a/.astylerc +++ /dev/null @@ -1,25 +0,0 @@ -# ln -s .../.astylerc $HOME/.astylerc - ---lineend=linux - ---style=google - ---indent=spaces=2 - ---attach-namespaces ---attach-classes ---attach-inlines - ---add-brackets - ---align-pointer=name ---align-reference=name - ---max-code-length=80 ---break-after-logical - ---pad-oper ---unpad-paren - ---break-blocks ---pad-header diff --git a/.browser.eslintrc b/.browser.eslintrc deleted file mode 100644 index 9fe3756..0000000 --- a/.browser.eslintrc +++ /dev/null @@ -1,30 +0,0 @@ -{ - "parserOptions": { - "ecmaVersion": 6 - }, - "env": { - "node": false, - "browser": true, - "mocha": true, - "jquery": true - }, - "rules": { - "strict": [ - "error", - "global" - ], - "no-mixed-requires": [ - "error" - ], - "no-unused-vars": [ - "error", - { - "argsIgnorePattern": "^_" - } - ], - "quotes": [ - "error", - "single" - ] - } -} diff --git a/.cane b/.cane deleted file mode 100644 index 4a875e5..0000000 --- a/.cane +++ /dev/null @@ -1,3 +0,0 @@ ---parallel ---abc-max 30 ---style-measure 100 diff --git a/.ccl-init.lisp b/.ccl-init.lisp deleted file mode 100755 index 8e28fbe..0000000 --- a/.ccl-init.lisp +++ /dev/null @@ -1,12 +0,0 @@ -;;; Play nice with shebangs -(set-dispatch-macro-character #\# #\! - (lambda (stream character n) - (declare (ignore character n)) - (read-line stream nil nil t) - nil)) - -;;; The following lines added by ql:add-to-init-file: -#-quicklisp -(let ((quicklisp-init #P"/Applications/lispbox-0.7/quicklisp/setup.lisp")) - (when (probe-file quicklisp-init) - (load quicklisp-init))) diff --git a/.clisprc.lisp b/.clisprc.lisp deleted file mode 100755 index 7bb6956..0000000 --- a/.clisprc.lisp +++ /dev/null @@ -1,14 +0,0 @@ -;;; Play nice with shebangs -(set-dispatch-macro-character #\# #\! - (lambda (stream character n) - (declare (ignore character n)) - (read-line stream nil nil t) - nil)) - -;;; The following lines added by ql:add-to-init-file: -#-quicklisp -(let ((quicklisp-init (merge-pathnames - "quicklisp/setup.lisp" - (user-homedir-pathname)))) - (when (probe-file quicklisp-init) - (load quicklisp-init))) diff --git a/.cmucl-init.lisp b/.cmucl-init.lisp deleted file mode 100644 index f06cc0f..0000000 --- a/.cmucl-init.lisp +++ /dev/null @@ -1,7 +0,0 @@ -;;; The following lines added by ql:add-to-init-file: -#-quicklisp -(let ((quicklisp-init (merge-pathnames - "quicklisp/setup.lisp" - (user-homedir-pathname)))) - (when (probe-file quicklisp-init) - (load quicklisp-init))) diff --git a/.cowlignore b/.cowlignore deleted file mode 100644 index ef998d3..0000000 --- a/.cowlignore +++ /dev/null @@ -1,23 +0,0 @@ -.md -.reg -.xml -profile -bash -.clisprc.lisp -.emacs -.pylintrc -.tidyrc -Guardfile -.plist -.ahk -bootstrap.(rb|sh) -ccl -cocoamacs -.epf -finder-fix-open-with-menu-duplicates -gen-completions -hadoop-env -launchd.conf -lynx.cfg -set-wallpaper -tmp/ diff --git a/.cshrc b/.cshrc deleted file mode 100755 index b194173..0000000 --- a/.cshrc +++ /dev/null @@ -1 +0,0 @@ -# ... diff --git a/.csirc b/.csirc deleted file mode 100755 index ce831e0..0000000 --- a/.csirc +++ /dev/null @@ -1,2 +0,0 @@ -(use readline regex) -(current-input-port (make-gnu-readline-port)) diff --git a/.csslintrc b/.csslintrc deleted file mode 100644 index 4d972e9..0000000 --- a/.csslintrc +++ /dev/null @@ -1,3 +0,0 @@ ---quiet ---ignore=ids,unique-headings,box-model ---exclude-list=node_modules/,bower_components/ diff --git a/.eclrc b/.eclrc deleted file mode 100755 index 7bb6956..0000000 --- a/.eclrc +++ /dev/null @@ -1,14 +0,0 @@ -;;; Play nice with shebangs -(set-dispatch-macro-character #\# #\! - (lambda (stream character n) - (declare (ignore character n)) - (read-line stream nil nil t) - nil)) - -;;; The following lines added by ql:add-to-init-file: -#-quicklisp -(let ((quicklisp-init (merge-pathnames - "quicklisp/setup.lisp" - (user-homedir-pathname)))) - (when (probe-file quicklisp-init) - (load quicklisp-init))) diff --git a/.eslintignore b/.eslintignore deleted file mode 100755 index 4690c53..0000000 --- a/.eslintignore +++ /dev/null @@ -1,3 +0,0 @@ -**/node_modules/ -**/bower_components/ -**/*[.-]min.js diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index 13421e3..0000000 --- a/.eslintrc +++ /dev/null @@ -1,30 +0,0 @@ -{ - "parserOptions": { - "ecmaVersion": 6 - }, - "env": { - "node": true, - "browser": true, - "mocha": true, - "jquery": true - }, - "rules": { - "strict": [ - "error", - "global" - ], - "no-mixed-requires": [ - "error" - ], - "no-unused-vars": [ - "error", - { - "argsIgnorePattern": "^_" - } - ], - "quotes": [ - "error", - "single" - ] - } -} diff --git a/.excellent.yml b/.excellent.yml deleted file mode 100644 index ea4a580..0000000 --- a/.excellent.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -MethodLineCountCheck: - threshold: 60 -FlogMethodCheck: - threshold: 100 -FlogBlockCheck: - threshold: 60 -CyclomaticComplexityMethodCheck: - threshold: 20 -CyclomaticComplexityBlockCheck: - threshold: 20 -ParameterNumberCheck: - false -AbcMetricMethodCheck: - false -ClassVariableCheck: - false diff --git a/.factor-rc b/.factor-rc deleted file mode 100755 index cf8e247..0000000 --- a/.factor-rc +++ /dev/null @@ -1,9 +0,0 @@ -! Andrew Pennebaker -! INCLUDING macro that imports source code files in the current directory - -USING: kernel vocabs.loader parser sequences lexer vocabs.parser ; -IN: syntax - -: include-vocab ( vocab -- ) dup ".factor" append parse-file append use-vocab ; - -SYNTAX: INCLUDING: ";" [ include-vocab ] each-token ; diff --git a/.jsfmtrc b/.jsfmtrc deleted file mode 100644 index 3bf3f4c..0000000 --- a/.jsfmtrc +++ /dev/null @@ -1,40 +0,0 @@ -{ - "plugins": [ - "esformatter-braces", - "esformatter-quotes" - ], - "indent": { - "value": " ", - "alignComments": false - }, - "lineBreak": { - "before": { - "FunctionDeclarationClosingBrace": ">=0", - "FunctionExpressionClosingBrace": ">=0", - "IfStatementClosingBrace": ">=0", - "ObjectExpressionClosingBrace": ">=0", - "Property": ">=0", - "WhileStatementClosingBrace": ">=0" - }, - "after": { - "FunctionDeclarationOpeningBrace": ">=0", - "FunctionExpressionOpeningBrace": ">=0", - "IfStatementOpeningBrace": ">=0", - "IfStatementClosingBrace": ">=0", - "ObjectExpressionOpeningBrace": ">=0", - "WhileStatementOpeningBrace": ">=0" - } - }, - "whitespace": { - "before": { - "WhileStatementClosingBrace": ">=0" - }, - "after": { - "WhileStatementOpeningBrace": ">=0" - } - }, - "quotes": { - "type": "single", - "avoidEscape": false - } -} diff --git a/.jshintignore b/.jshintignore deleted file mode 100755 index 4690c53..0000000 --- a/.jshintignore +++ /dev/null @@ -1,3 +0,0 @@ -**/node_modules/ -**/bower_components/ -**/*[.-]min.js diff --git a/.jshintrc b/.jshintrc deleted file mode 100755 index 671bc4a..0000000 --- a/.jshintrc +++ /dev/null @@ -1,19 +0,0 @@ -{ - "esversion": 6, - "expr": true, - "maxerr": 10000, - "indent": 2, - "eqeqeq": true, - "quotmark": true, - "curly": true, - "camelcase": true, - "globalstrict": true, - "node": true, - "browser": true, - "globals": { - "alert": false, - "$": false, - "describe": false, - "it": false - } -} diff --git a/.jslintrc b/.jslintrc deleted file mode 100644 index c4dce67..0000000 --- a/.jslintrc +++ /dev/null @@ -1,15 +0,0 @@ -{ - "node": true, - "browser": true, - "bitwise": true, - "nomen": true, - "plusplus": true, - "white": true, - "predef": [ - "alert", - "$", - "describe", - "it" - ], - "terse": true -} diff --git a/.lili-ignore b/.lili-ignore deleted file mode 100644 index 410c304..0000000 --- a/.lili-ignore +++ /dev/null @@ -1 +0,0 @@ -console2/ diff --git a/.puppet-lint.rc b/.puppet-lint.rc deleted file mode 100644 index 5666db7..0000000 --- a/.puppet-lint.rc +++ /dev/null @@ -1,2 +0,0 @@ -# ln -s .../.puppet-lint.rc ~/.puppet-lint.rc ---with-filename diff --git a/.rubocop.yml b/.rubocop.yml deleted file mode 100644 index 212bfeb..0000000 --- a/.rubocop.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -LineLength: - Max: 140 -MethodLength: - Max: 60 -CyclomaticComplexity: - Max: 20 -SpecialGlobalVars: - Enabled: false -NumericLiterals: - Enabled: false -Style/FileName: - Exclude: - - "Guardfile*" diff --git a/.scss-lint.yml b/.scss-lint.yml deleted file mode 100644 index 6cc500b..0000000 --- a/.scss-lint.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -exclude: -- "node_modules/*" -- "bower_components/*" - -linters: - EmptyLineBetweenBlocks: - enabled: false - Indentation: - enabled: false - SingleLinePerSelector: - enabled: false - Comment: - enabled: false - LeadingZero: - enabled: false diff --git a/.splintrc b/.splintrc deleted file mode 100644 index 30ac9a1..0000000 --- a/.splintrc +++ /dev/null @@ -1,5 +0,0 @@ -+warning-stream-stdout -+skip-sys-headers -+posixlib --preproc --exportlocal diff --git a/.tcshrc b/.tcshrc deleted file mode 100644 index b194173..0000000 --- a/.tcshrc +++ /dev/null @@ -1 +0,0 @@ -# ... diff --git a/ConEmu.xml b/ConEmu.xml deleted file mode 100644 index 61253a0..0000000 --- a/ConEmu.xml +++ /dev/null @@ -1,726 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/LICENSE.md.gotpl b/LICENSE.md.gotpl deleted file mode 100644 index d55e7d4..0000000 --- a/LICENSE.md.gotpl +++ /dev/null @@ -1,26 +0,0 @@ -Copyright (c) {{ .Year }}, {{ .Holder }} -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright, this - list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OR MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -The views and conclusions contained in the software and documentation are those -of the authors and should not be interpreted as representing official policies, -either expressed or implied, of the tonixxx project. diff --git a/Quicksilver/Actions.plist b/Quicksilver/Actions.plist deleted file mode 100755 index 3f782fd..0000000 --- a/Quicksilver/Actions.plist +++ /dev/null @@ -1,498 +0,0 @@ - - - - - actionActivation - - AppActivateAction - - AppHideAction - - AppHideOthersAction - - AppOpenFileAction - - AppQuitAction - - AppQuitOthersAction - - AppRelaunchAction - - AppShowHideAction - - AppleScriptOpenFilesAction - - AppleScriptProcessTextAction - - AppleScriptRunAction - - AppleScriptRunTextAction - - DiskEjectAction - - FileAlwaysOpenTypeWithAction - - FileCopyToAction - - FileDeleteAction - - FileGetHFSPathAction - - FileGetInfoAction - - FileGetPathAction - - FileGetPosixPathAction - - FileGetURLAction - - FileMakeAliasInAction - - FileMakeHardLinkInAction - - FileMakeLinkInAction - - FileMoveToAction - - FileOpenAction - - FileOpenWithAction - - FileRenameAction - - FileRevealAction - - FileToTrashAction - - FinderEmptyTrashAction - - FinderOpenTrashAction - - PasteboardCopyAction - - PasteboardPasteAction - - PasteboardPasteActionAsPlainText - - QSCatalogAddEntryAction - - QSCatalogEntryRescanAction - - QSCatalogEntryShowAction - - QSCommandAddTriggerAction - - QSCommandExecuteAction - - QSCommandExecuteAfterDelayAction - - QSCommandExecuteAtTimeAction - - QSCommandSaveAction - - QSCreateFileAction - - QSCreateFileTemplate - - QSLargeTypeAction - - QSLoginItemAddAction - - QSLoginItemRemoveAction - - QSNewFolderAction - - QSObjCSendMessageAction - - QSObjectAssignMnemonic - - QSObjectSearchChildrenAction - - QSObjectSelectAction - - QSObjectShowActionMenu - - QSObjectShowChildMenu - - QSObjectShowChildrenAction - - QSObjectShowMenu - - QSObjectShowSourceAction - - QSShellScriptRunAction - - QSSoundPlayAction - - QSTextShowDialogAction - - QSTextSpeakAction - - QSTextTypeAction - - URLEmailAction - - URLJSAction - - URLOpenAction - - URLOpenActionInBackground - - URLOpenWithAction - - - actionIndirects - - actionMenuActivation - - AppActivateAction - - AppHideAction - - AppHideOthersAction - - AppOpenFileAction - - AppQuitAction - - AppQuitOthersAction - - AppRelaunchAction - - AppShowHideAction - - AppleScriptOpenFilesAction - - AppleScriptProcessTextAction - - AppleScriptRunAction - - AppleScriptRunTextAction - - DiskEjectAction - - FileAlwaysOpenTypeWithAction - - FileCopyToAction - - FileDeleteAction - - FileGetHFSPathAction - - FileGetInfoAction - - FileGetPathAction - - FileGetPosixPathAction - - FileGetURLAction - - FileMakeAliasInAction - - FileMakeHardLinkInAction - - FileMakeLinkInAction - - FileMoveToAction - - FileOpenAction - - FileOpenWithAction - - FileRenameAction - - FileRevealAction - - FileToTrashAction - - FinderEmptyTrashAction - - FinderOpenTrashAction - - PasteboardCopyAction - - PasteboardPasteAction - - PasteboardPasteActionAsPlainText - - QSCatalogAddEntryAction - - QSCatalogEntryRescanAction - - QSCatalogEntryShowAction - - QSCommandAddTriggerAction - - QSCommandExecuteAction - - QSCommandExecuteAfterDelayAction - - QSCommandExecuteAtTimeAction - - QSCommandSaveAction - - QSCreateFileAction - - QSCreateFileTemplate - - QSLargeTypeAction - - QSLoginItemAddAction - - QSLoginItemRemoveAction - - QSNewFolderAction - - QSObjCSendMessageAction - - QSObjectAssignMnemonic - - QSObjectSearchChildrenAction - - QSObjectSelectAction - - QSObjectShowActionMenu - - QSObjectShowChildMenu - - QSObjectShowChildrenAction - - QSObjectShowMenu - - QSObjectShowSourceAction - - QSShellScriptRunAction - - QSSoundPlayAction - - QSTextShowDialogAction - - QSTextSpeakAction - - QSTextTypeAction - - URLEmailAction - - URLJSAction - - URLOpenAction - - URLOpenActionInBackground - - URLOpenWithAction - - - actionNames - - actionPrecedence - - AppActivateAction - 0.0 - AppHideAction - 0.0 - AppHideOthersAction - 0.0 - AppOpenFileAction - 0.0 - AppQuitAction - 0.0 - AppQuitOthersAction - 0.0 - AppRelaunchAction - 0.0 - AppShowHideAction - 0.0 - AppleScriptOpenFilesAction - 4 - AppleScriptProcessTextAction - 4 - AppleScriptRunAction - 4 - AppleScriptRunTextAction - 0.0 - DiskEjectAction - 0.0 - FileAlwaysOpenTypeWithAction - 0.10000000149011612 - FileCopyToAction - 0.0 - FileDeleteAction - 0.0 - FileGetHFSPathAction - -0.5 - FileGetInfoAction - 0.0 - FileGetPathAction - -0.5 - FileGetPosixPathAction - -0.5 - FileGetURLAction - -0.5 - FileMakeAliasInAction - -0.5 - FileMakeHardLinkInAction - -0.5 - FileMakeLinkInAction - -0.5 - FileMoveToAction - 0.0 - FileOpenAction - 1 - FileOpenWithAction - 0.10000000149011612 - FileRenameAction - 0.0 - FileRevealAction - 0.10000000149011612 - FileToTrashAction - 0.0 - FinderEmptyTrashAction - 0.0 - FinderOpenTrashAction - 0.0 - PasteboardCopyAction - -0.5 - PasteboardPasteAction - -0.5 - PasteboardPasteActionAsPlainText - -0.5 - QSCatalogAddEntryAction - -0.050000000000000003 - QSCatalogEntryRescanAction - 2 - QSCatalogEntryShowAction - 3 - QSCommandAddTriggerAction - 0.0 - QSCommandExecuteAction - 3 - QSCommandExecuteAfterDelayAction - 2 - QSCommandExecuteAtTimeAction - 2 - QSCommandSaveAction - 2 - QSCreateFileAction - 0.0 - QSCreateFileTemplate - 0.0 - QSLargeTypeAction - 1 - QSLoginItemAddAction - 0.0 - QSLoginItemRemoveAction - 0.0 - QSNewFolderAction - 0.0 - QSObjCSendMessageAction - 5 - QSObjectAssignMnemonic - -0.20000000000000001 - QSObjectSearchChildrenAction - 0.0 - QSObjectSelectAction - 0.0 - QSObjectShowActionMenu - 0.0 - QSObjectShowChildMenu - 0.0 - QSObjectShowChildrenAction - 0.0 - QSObjectShowMenu - 0.0 - QSObjectShowSourceAction - 0.0 - QSShellScriptRunAction - 2 - QSSoundPlayAction - 0.0 - QSTextShowDialogAction - 0.0 - QSTextSpeakAction - 0.0 - QSTextTypeAction - 0.0 - URLEmailAction - 0.0 - URLJSAction - 0.0 - URLOpenAction - 2 - URLOpenActionInBackground - 1 - URLOpenWithAction - 0.0 - - actionRanking - - QSObjCSendMessageAction - AppleScriptRunAction - AppleScriptOpenFilesAction - AppleScriptProcessTextAction - QSCommandExecuteAction - QSCatalogEntryShowAction - QSCommandSaveAction - URLOpenAction - QSCatalogEntryRescanAction - QSCommandExecuteAtTimeAction - QSCommandExecuteAfterDelayAction - QSShellScriptRunAction - QSLargeTypeAction - FileOpenAction - URLOpenActionInBackground - FileRevealAction - FileOpenWithAction - FileAlwaysOpenTypeWithAction - FileMoveToAction - QSCommandAddTriggerAction - AppQuitOthersAction - AppHideAction - QSNewFolderAction - AppOpenFileAction - URLOpenWithAction - QSLoginItemAddAction - URLJSAction - AppQuitAction - AppRelaunchAction - QSTextShowDialogAction - QSObjectShowSourceAction - DiskEjectAction - AppActivateAction - QSTextSpeakAction - QSObjectSelectAction - URLEmailAction - FileDeleteAction - AppHideOthersAction - QSTextTypeAction - QSCreateFileTemplate - QSObjectShowChildrenAction - AppShowHideAction - FileCopyToAction - QSObjectSearchChildrenAction - FileGetInfoAction - QSCreateFileAction - FileToTrashAction - AppleScriptRunTextAction - QSSoundPlayAction - FinderOpenTrashAction - FinderEmptyTrashAction - QSObjectShowChildMenu - FileRenameAction - QSLoginItemRemoveAction - QSObjectShowMenu - QSObjectShowActionMenu - QSCatalogAddEntryAction - QSObjectAssignMnemonic - PasteboardPasteAction - FileMakeAliasInAction - PasteboardCopyAction - PasteboardPasteActionAsPlainText - FileMakeLinkInAction - FileGetURLAction - FileGetHFSPathAction - FileGetPathAction - FileGetPosixPathAction - FileMakeHardLinkInAction - - - diff --git a/Quicksilver/Catalog.plist b/Quicksilver/Catalog.plist deleted file mode 100755 index ec22014..0000000 --- a/Quicksilver/Catalog.plist +++ /dev/null @@ -1,43 +0,0 @@ - - - - - customEntries - - - ID - A12FB0A8-288B-4C7B-8E65-64E48F5442ED - enabled - - name - Applications - settings - - path - /Developer/Applications - - source - QSFileSystemObjectSource - - - ID - 4D17F844-3DBB-450E-AFCD-5D06CB9F523A - enabled - - name - Utilities - settings - - path - /Developer/Applications/Utilities - - source - QSFileSystemObjectSource - - - enabledPresets - - omittedItems - - - diff --git a/Quicksilver/Mnemonics.plist b/Quicksilver/Mnemonics.plist deleted file mode 100755 index 8c27372..0000000 --- a/Quicksilver/Mnemonics.plist +++ /dev/null @@ -1,785 +0,0 @@ - - - - - abbreviation - - 8 - - /Users/andrew/Documents/802.11Poster.pdf - - QSActionMnemonic:NSFilenamesPboardType - - AppLaunchAction - AppReopenAction - - acti - - /Applications/Utilities/Activity Monitor.app - - addr - - /Applications/Address Book.app - - applescript - - /Applications/Utilities/AppleScript Editor.app - - aud - - /Applications/Audacity.app - - boo - - /Applications/Photo Booth.app - - boot - - /Applications/Utilities/Boot Camp Assistant.app - - booth - - /Applications/Photo Booth.app - - bot - - /Applications/Utilities/Boot Camp Assistant.app - - bruce - - /Applications/Bruce Banner.app - - caff - - /Applications/Caffeine.app - - cal - - /Applications/iCal.app - - calc - - /Applications/Calculator.app - - cha - - /Applications/Chax.app - - chax - - /Applications/Chax.app - - chr - - /Applications/Google Chrome.app - - chre - - /Applications/Google Chrome.app - - collo - - /Applications/Colloquy.app - - color - - /Applications/Utilities/DigitalColor Meter.app - - d - - /Users/andrew/D.app - - disk - - /Applications/Utilities/Disk Utility.app - - divx - - /Applications/DivX Player.app - - dro - - /Applications/DropCopy.app - - drop - - /Applications/Dropbox.app - - dvd - - /Applications/DivX/DivX Community.app - - e - - fi - - /Applications/Firefox.app - - file - - /Applications/FileZilla.app - - fus - - /Applications/VMware Fusion.app - - gar - - /Applications/GarageBand.app - - gimp - - /Applications/Gimp.app - - growl - - /Library/PreferencePanes/Growl.prefPane - /Users/andrew/Library/PreferencePanes/Growl.prefPane - - hand - - /Applications/HandBrake.app - - haz - - /Users/andrew/Library/PreferencePanes/Hazel.prefPane - - ic - - /Applications/iCal.app - - ical - - /Applications/iCal.app - - ich - - /Applications/iChat.app - - ichat - - /Applications/iChat.app - - im - - /Applications/iMovie.app - - img - - /Applications/Img2icns.app - - imov - - /Applications/iMovie.app - - in - - /Applications/Inkscape.app - - ink - - /Applications/Inkscape.app - - iph - - /Applications/iPhoto.app - - ipho - - /Applications/iPhoto.app - - ist - - /Applications/iStumbler.app - - istu - - /Applications/iStumbler.app - - it - - /Applications/iTunes.app - - key - - /System/Library/PreferencePanes/Keyboard.prefPane - - kis - - /Applications/KisMAC.app - - mate - - /Applications/TextMate.app - - max - - /Applications/Max.app - - onyx - - /Applications/OnyX.app - - pho - - /Applications/iPhoto.app - - q - - /Applications/Q.app - - quick - - /Applications/QuickTime Player.app - - real - - /Applications/RealPlayer.app - - saf - - /Applications/Safari.app - - screensaver - - /System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane - - script - - /Applications/Utilities/AppleScript Editor.app - - seq - - /Applications/Sequel Pro.app - - sequel - - /Applications/Sequel Pro.app - - sf - - sky - - /Applications/Skype.app - - smoke - - /Applications/SmokeScreen.app - - smul - - /Applications/Smultron.app - - spaces - - /Applications/Utilities/Spaces.app - - spot - - /System/Library/PreferencePanes/Spotlight.prefPane - - sssys - - QSPresetSystemPreferencePanes - - steam - - /Applications/Steam.app - - stu - - /Applications/iStumbler.app - - stum - - /Applications/iStumbler.app - - sudowire - - /Applications/SudoWire.app - - sys - - /Applications/System Preferences.app - - te - - /Applications/TextEdit.app - - term - - /Applications/Utilities/Terminal.app - - to - - /Users/andrew/Desktop/TODO.txt - - tr - - /Applications/Transmission.app - - tran - - /Applications/Transmission.app - - unrar - - /Applications/UnRarX.app - - ur - - /Applications/UrbanTerror/ioUrbanTerror.app - - vid - - /Applications/Vidalia.app - - vlc - - /Applications/VLC.app - - vm - - /Applications/VMware Fusion.app - - wire - - /Applications/Wireshark.app - - wo - - /Applications/Microsoft Office 2008/Microsoft Word.app - - x11 - - /Applications/Utilities/X11.app - - z - - /Applications/FileZilla.app - - zilla - - /Applications/FileZilla.app - - - implied - - /Applications/Address Book.app - - addr - 11 - - /Applications/Audacity.app - - aud - 3 - - /Applications/Bruce Banner.app - - bruce - 1 - - /Applications/Caffeine.app - - caff - 1 - - /Applications/Calculator.app - - calc - 2 - - /Applications/Chax.app - - cha - 1 - chax - 8 - - /Applications/Colloquy.app - - collo - 2 - - /Applications/DivX Player.app - - divx - 4 - - /Applications/DivX/DivX Community.app - - dvd - 1 - - /Applications/DropCopy.app - - dro - 1 - - /Applications/Dropbox.app - - drop - 4 - - /Applications/FileZilla.app - - file - 2 - z - 2 - zilla - 20 - - /Applications/Firefox.app - - fi - 8 - - /Applications/GarageBand.app - - gar - 2 - - /Applications/Gimp.app - - gimp - 3 - - /Applications/Google Chrome.app - - chr - 41 - chre - 2 - - /Applications/HandBrake.app - - hand - 1 - - /Applications/Img2icns.app - - img - 1 - - /Applications/Inkscape.app - - in - 1 - ink - 44 - - /Applications/Internet Explorer.app - - ie - 2 - - /Applications/KisMAC.app - - kis - 1 - - /Applications/Mail.app - - m - 2 - mail - 2 - - /Applications/Max.app - - max - 55 - - /Applications/Microsoft Office 2008/Microsoft Excel.app - - /Applications/Microsoft Office 2008/Microsoft Word.app - - wo - 12 - - /Applications/OnyX.app - - onyx - 3 - - /Applications/Photo Booth.app - - boo - 4 - booth - 5 - - /Applications/Q.app - - q - 9 - - /Applications/QuickTime Player.app - - quick - 3 - - /Applications/RealPlayer.app - - real - 2 - - /Applications/Safari.app - - s - 2 - saf - 83 - safari - 2 - - /Applications/Sequel Pro.app - - seq - 1 - sequel - 1 - - /Applications/Skype.app - - sky - 44 - - /Applications/SmokeScreen.app - - smoke - 4 - - /Applications/Smultron.app - - smul - 1 - - /Applications/Steam.app - - steam - 2 - - /Applications/SudoWire.app - - sudowire - 1 - - /Applications/System Preferences.app - - sys - 78 - - /Applications/TextEdit.app - - te - 176 - - /Applications/TextMate.app - - mate - 6 - - /Applications/Transmission.app - - tr - 12 - tran - 3 - - /Applications/UnRarX.app - - unrar - 2 - - /Applications/UrbanTerror/ioUrbanTerror.app - - ur - 10 - - /Applications/Utilities/Activity Monitor.app - - acti - 7 - - /Applications/Utilities/AppleScript Editor.app - - applescript - 1 - script - 9 - - /Applications/Utilities/Boot Camp Assistant.app - - boot - 2 - bot - 1 - - /Applications/Utilities/ColorSync Utility.app - - /Applications/Utilities/DigitalColor Meter.app - - color - 7 - - /Applications/Utilities/Disk Utility.app - - disk - 19 - - /Applications/Utilities/Spaces.app - - spaces - 1 - - /Applications/Utilities/Terminal.app - - term - 1 - - /Applications/Utilities/X11.app - - x11 - 2 - - /Applications/VLC.app - - vlc - 7 - - /Applications/VMware Fusion.app - - fus - 3 - vm - 28 - - /Applications/Vidalia.app - - vid - 18 - - /Applications/Wireshark.app - - wire - 3 - - /Applications/iCal.app - - cal - 2 - ic - 80 - ical - 19 - - /Applications/iChat.app - - ich - 34 - ichat - 2 - - /Applications/iMovie.app - - im - 3 - imov - 14 - - /Applications/iPhoto.app - - iph - 2 - ipho - 1 - pho - 1 - - /Applications/iStumbler.app - - ist - 1 - istu - 1 - stu - 1 - stum - 1 - - /Applications/iTunes.app - - it - 108 - itunes - 2 - - /Library/PreferencePanes/Growl.prefPane - - growl - 4 - - /System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane - - screensaver - 1 - - /System/Library/PreferencePanes/Keyboard.prefPane - - key - 4 - - /System/Library/PreferencePanes/Spotlight.prefPane - - spot - 1 - - /Users/andrew/.Trash - - /Users/andrew/D.app - - d - 150 - - /Users/andrew/Desktop/TODO.txt - - to - 1 - - /Users/andrew/Documents/802.11Poster.pdf - - 8 - 1 - - /Users/andrew/Downloads/Shaken foundations or groundbreaking realignment.pdf - - /Users/andrew/Downloads/Torrents - - /Users/andrew/Library/PreferencePanes/Growl.prefPane - - growl - 2 - - /Users/andrew/Library/PreferencePanes/Hazel.prefPane - - haz - 3 - - /Users/andrew/Library/PreferencePanes/Hazel.prefPane/Contents/Resources/HazelHelper.app - - FileOpenAction - - QSActionMnemonic:NSFilenamesPboardType - 1236 - - QSPresetSystemPreferencePanes - - sssys - 1 - - - - diff --git a/Quicksilver/PlugIns.plist b/Quicksilver/PlugIns.plist deleted file mode 100755 index 18b4205..0000000 --- a/Quicksilver/PlugIns.plist +++ /dev/null @@ -1,4261 +0,0 @@ - - - - - webData - - com.binaryminded.QSRememberTheMilk - - CFBundleIdentifier - com.binaryminded.QSRememberTheMilk - CFBundleName - Remember The Milk - CFBundleShortVersionString - 1.5.0 - CFBundleVersion - F7 - QSModifiedDate - 2012-07-08 10:07:19 +0000 - QSPlugIn - - author - Brian Moore - categories - - Web - Text - - description - Provides an interface to quickly add Remember the Milk todo items. - icon - Cow - qsversion - 29CC - relatedBundles - - - QSPluginChanges - <ul><li>Minor changes</li><ul> - - com.blacktree.Quicksilver.Cyberduck - - CFBundleIdentifier - com.blacktree.Quicksilver.Cyberduck - CFBundleName - Cyberduck Plugin - CFBundleShortVersionString - 2.1.0 - CFBundleVersion - 39 - QSModifiedDate - 2012-07-11 09:07:31 +0000 - QSPlugIn - - author - Rob McBroom - categories - - Internet - - description - Cyberduck Quicksilver Plugin - extendedDescription - <h2>Cyberduck</h2> - - <p>This plug-in adds your Cyberduck bookmarks to the catalog.</p> - - <p>You can also access your bookmarks by selecting Cyberduck in the first pane and using → or / to go into it.</p> - - icon - ch.sudo.cyberduck - qsversion - 29CC - relatedBundles - - ch.sudo.cyberduck - - - QSPluginChanges - <ul><li>updated for 64-bit</li><li>small fixes</li></ul> - QSRequirements - - bundles - - - id - ch.sudo.cyberduck - name - Cyberduck - version - 3.8 - - - - - com.blacktree.Quicksilver.NotificationHub - - CFBundleIdentifier - com.blacktree.Quicksilver.NotificationHub - CFBundleName - Notification Hub - CFBundleShortVersionString - 1.1.0 - CFBundleVersion - 6C - QSModifiedDate - 2012-07-11 12:07:13 +0000 - QSPlugIn - - author - Kevin Ballard - categories - - Quicksilver - Miscellaneous - - description - Provides a way to use several notifiers at once - extendedDescription - <h2 id="what_is_it">What is it?</h2> - - <p>This plugin adds a new Notify Mediator that can be used to use different Notify mediators based on the notification type</p> - - <h2 id="usage">Usage</h2> - - <p>In the Handlers preference pane, select Notification Hub as the Notify mediator. Then in the Notifiication Hub preference pane you can customize it further.</p> - - <p>The Default popup is what Notify Mediator to use if the given notification has no type or isn&#8217;t in the table.</p> - - <p>Hit the add button to add an entry to the table. The first column is the notification type. Double-click to edit to put in a custom type, or click the popup at the right side of the column to select a known type. The second column is the Notify Mediator to use for that notification type.</p> - - <p>You can add several entries for a given notification type - each Notify Mediator will be called for that notification.</p> - infoFile - Info.rtf - - QSPluginChanges - 64-bit updates - - com.blacktree.Quicksilver.OpenMetaFileTagging - - CFBundleIdentifier - com.blacktree.Quicksilver.OpenMetaFileTagging - CFBundleName - OpenMeta File Tagging - CFBundleVersion - 29A - QSModifiedDate - 2009-09-03 09:09:02 +0000 - QSPlugIn - - author - Jordan Kay - categories - - Files - Search - - description - OpenMeta File Tagging Support - extendedDescription - Provides an interface for adding and removing OpenMeta tags to files, as well as browsing tags and finding all files with a certain tag or tags - - icon - Tag.png - - - com.blacktree.Quicksilver.QSAddressBookPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSAddressBookPlugIn - CFBundleName - Contacts Plugin - CFBundleShortVersionString - 2.1.1 - CFBundleVersion - 172 - QSModifiedDate - 2013-02-19 02:02:19 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Contacts - Applications - - description - Provides access to contact information - extendedDescription - <h2>Overview</h2> - <p>The Apple Contacts plugin allows interaction with the contacts stored on your Mac or other sources (Exchange, CardDav). Contacts are added to your catalog, but can also be found by right arrowing → into the Contacts app.</p> - <h2>Catalog</h2> - <p>The plugin adds a single catalog source called 'Contacts', available under the 'Modules' tab in the Catalog preferences that adds all your contacts to Quicksilver's catalog. If you do not wish to populate your catalog with your contacts, you can disable this entry and obtain a list of all your contacts by right arrowing → into the Contacts app instead.</p> - <h3>Contacts in Quicksilver</h3> - <p>Quicksilver obtains all the available information about a contact, including their email addresses, postal addresses, phone numbers and websites. This information can be viewed by right arrowing → into a selected contact.</p> - <p>The contact's information is available for use with any valid action in Quicksilver. For example you can find a contact's postal address with Google Maps, email a file to one email address or open the contact's website.</p> - <h2>Actions</h2> - <dl> - <dt>Show Contact</dt> - <dd>Show the selected contact in Contacts</dd> - <dt>Edit Contact</dt> - <dd>Edit the selected contact in Contacts</dd> - <dt>Add Note…</dt> - <dd>Add a text note to a selected contact. This does not open Contacts.</dd> - </dl> - icon - com.apple.AddressBook - relatedBundles - - com.apple.AddressBook - - requiresFeature - 0 - - QSPluginChanges - <ul> <li>more reliable handling of changes to Contacts in the background</li> <li>sort contacts by last name</li> <li>load contacts from the catalog when right-arrowing instead of rescanning</li> <li>fixed memory leaks</li> <li>crash fixes</li> </ul> - QSRequirements - - version - 12CC - - - com.blacktree.Quicksilver.QSAppleMailPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSAppleMailPlugIn - CFBundleName - Apple Mail Plugin - CFBundleShortVersionString - 3.0.2 - CFBundleVersion - 11F - QSModifiedDate - 2013-01-14 08:01:15 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Applications - Mail & Chat - - description - Enables browsing and email actions for Apple Mail - extendedDescription - <h2>Apple Mail Plugin</h2> - <p>This plugin lets you browse your mailboxes and messages contained in Apple Mail.</p> - <p>Just call up Mail.app in the first pane and hit → or /. It will reveal all mailboxes and folders for each account. Arrowing into a mailbox reveals all messages in that folder. The selected message can be viewed with Quick Look or "opened" to reveal it in Mail.</p> - <p>This plugin also allows actions for composing messages or sending messages directly (via the E-mail Support plugin) to funciton based on settings in Apple Mail.</p> - <!-- ### Actions ### - - Get New Mail - Recieves new mails for all accounts. - Open New Messages - Opens all unread messages. - Open Mailbox - When a mailbox is selected in the first pane, this actions opens it in Mail.app. - Open Message - When a message is selected in the first pane, this actions opens it in its own window in Mail.app - Move to Mailbox... - When a message is selected in the first pane, this action moves the message from the current mailbox into another one. The new mailbox can be selected in the third pane. - Delete Message - Deletes the selected message from a mailbox. - Note: It has only been tested with IMAP accounts. --> - icon - com.apple.Mail - relatedBundles - - com.apple.Mail - - - QSPluginChanges - <ul> <li>Mail messages should be browsable on non-English systems</li> <li>The account name should appear more reliably under mailbox names</li> </ul> - QSRequirements - - plugins - - - id - com.blacktree.Quicksilver.QSEmailSupport - name - Mail Support - - - version - 3926 - - - com.blacktree.Quicksilver.QSAutomatorPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSAutomatorPlugIn - CFBundleName - Automator Plugin - CFBundleShortVersionString - 1.2.1 - CFBundleVersion - 62 - QSModifiedDate - 2012-09-13 01:09:38 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - System - Applications - - description - Support For Workflows and Automator Actions - extendedDescription - <h2>Automator Plugin</h2> - <p>The Automator plugin adds a single 'Execute Workflow' action for running Automator workflows.</p> - <h3>Actions</h3> - <p><strong> Execute Workflow </strong></p> - <p>With an Automator workflow selected in Quicksilver's first pane, the 'Execute Workflow' action runs the workflow.</p> - icon - com.apple.Automator - relatedBundles - - com.apple.Automator - - - QSPluginChanges - fix a bug with 1.2.0 that made Quicksilver unresponsive - QSRequirements - - version - 3933 - - - com.blacktree.Quicksilver.QSBBEditPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSBBEditPlugIn - CFBundleName - BBEdit Module - CFBundleVersion - 2B - QSModifiedDate - 2006-09-01 03:09:25 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Development - Applications - Text - - description - Recent Documents - relatedBundles - - com.barebones.bbedit - - webIcon - image:com.barebones.bbedit - - - com.blacktree.Quicksilver.QSCaminoPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSCaminoPlugIn - CFBundleName - Camino Module - CFBundleVersion - 96 - QSModifiedDate - 2006-09-01 02:09:46 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Applications - Web - - description - Adds Camino Bookmarks - icon - org.mozilla.navigator - relatedBundles - - org.mozilla.navigator - - - - com.blacktree.Quicksilver.QSChatSupport - - CFBundleIdentifier - com.blacktree.Quicksilver.QSChatSupport - CFBundleName - Chat Support - CFBundleVersion - 4A - QSModifiedDate - 2006-01-06 12:01:36 +0000 - QSPlugIn - - hidden - - - - com.blacktree.Quicksilver.QSClipboardPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSClipboardPlugIn - CFBundleName - Clipboard Plugin - CFBundleShortVersionString - 1.2.2 - CFBundleVersion - 113 - QSModifiedDate - 2013-03-14 02:03:14 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Text - System - - description - Allows clipboard recording and adds a clipboard history window. - extendedDescription - <h3>Clipboard Plugin</h3> - - <p>The clipboard plugin gives Quicksilver the ability to keep a record of the Clipboard history, storing it in the 'Clipboard History' item in Quicksilver (type 'Clipboard History' into Quicksilver).<br /> - In addition to viewing the clipboard history in Quicksilver, the plugin adds a floating panel which displays all your history. To open the panel, open Quicksilver and press ⌘L.</p> - - <h3>Preferences</h3> - - <p>The Clipboard preferences allow you to alter the behaviour of how Quicksilver stores your clipboard contents. The following options are available:</p> - - <ul> - <li><strong>Capture History:</strong> Turn on the history capture option, so Quicksilver will keep a record of your history items. Enter the number of items you would like Quicksilver to store. 20 items is a good starting point.</li> - <li><strong>Hide after pasting:</strong> Enabling this option causes the Clipboard window to hide when you paste an item.</li> - <li><strong>Ignore Applications:</strong> Sometimes you may copy sensitive information for certain applications, if you want Quicksilver to ignore all clipboard entries from a given application, then enter its name in the box.</li> - </ul> - - <h3>Clipboard Window</h3> - - <h4>Positioning the window</h4> - - <p>The Clipboard Window is a floating panel specific to Quicksilver, giving it several useful features for positioning. Positioning the window on the side of the screen will cause it to become 'docked' on the screen edge. It will then slide into the screen edge. Hover over the edge of the screen to make the window reappear.</p> - - <p>The position of windows is remembered across restarts of Quicksilver, and you can have the window disappear after pasting by enabling the 'Hide after pasting' option in the preferences (see above).<br /> - <p><strong>Tip:</strong> You can quickly open and close the Clipboard Window by creating a trigger with the following options:<br /> - <code>Clipboard History → Show</code><br/> - If you would like to display the contents of your Clipboard history in Quicksilver (so that they are searchable) then set up the following trigger:<br /> - <code>Clipboard History → Show Contents</code> - </p> - - <h4>Pasting Items</h4> - - <p>The Clipboard Window (activated by pressing ⌘L when Quicksilver is activated) displays a list of your Clipboard history. You can browse the history using the ↓↑ arrows, and paste text by pressing the Enter key (↩). A quicker way to paste an item is by pressing its corresponding number (from 0 to 9), displayed next to the item in the preference window.</p> - - <p>Finally, it is possible to drag an item from the Clipboard window to wherever you would like to place it (e.g. on your Desktop) or double click an item to paste it.</p> - - <h3>Proxy Objects</h3> - - <h4>Clipboard Contents</h4> - - <p>The 'Clipboard Contents' proxy object returns whatever you have currently copied to your clipboard. It is useful for setting up with triggers. An example could be:<br/> - <code>Clipboard Contents → Find With... → Google</code> - </p> - icon - Clipboard - qsversion - 2A5F - requiresFeature - 0 - - QSPluginChanges - <ul><li>RDC data is ignored</li><li>internal clean-up</li></ul> - QSRequirements - - version - 3926 - - - com.blacktree.Quicksilver.QSCommandLineTool - - CFBundleIdentifier - com.blacktree.Quicksilver.QSCommandLineTool - CFBundleName - Command Line Tool - CFBundleShortVersionString - 1.0.0 - CFBundleVersion - 48 - QSModifiedDate - 2013-02-11 02:02:30 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Development - Quicksilver - - description - Allows data to be piped into Quicksilver from the command line - extendedDescription - <p>The <code>qs</code> command allows you to select files or text in Quicksilver (or send them to the Shelf) from the command line.</p> - <p>Select a file:</p> - <pre><code>qs MyFile.jpg - qs ~/Documents - </code></pre> - <p>Select multiple files:</p> - <pre><code>qs file1.txt file2.txt - qs *.pdf - </code></pre> - <p>Select text:</p> - <pre><code>echo example | qs - echo "example with multiple words" | qs - whoami | qs - pbpaste | qs - </code></pre> - <p>Note that when you pipe text to <code>qs</code>, the same smarts apply that you would get when typing text by hand. URLs, file paths, etc. are automatically recognized and the appropriate action will be displayed in Quicksilver's interface.</p> - <p>To send an item to the Shelf instead of selecting it, use the <code>-s</code> option.</p> - <pre><code>qs -s ~/Documents/MyMainProject - </code></pre> - icon - ExecutableBinaryIcon - requiresFeature - 0 - - QSPluginChanges - <ul><li>Minor bug fixes</li><li>Rename the plugin (drop the 'qs' part)</li></ul> - - com.blacktree.Quicksilver.QSCompressionPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSCompressionPlugIn - CFBundleName - File Compression Module - CFBundleShortVersionString - 1.6.0 - CFBundleVersion - 161 - QSModifiedDate - 2012-01-18 03:01:00 +0000 - QSPlugIn - - author - Patrick Robertson, Blacktree, Inc. - categories - - Files - Utility - - description - File Compress/Decompress Actions - extendedDescription - <h2>Overview</h2> - - The file compression module allows compression and decompression of files using Apple's Archive Utility application. - - <h2>Actions</h2> - <p>3 actions are added to Quicksilver with this module;</p> - <ul> - <li>Compress - compresses the object(s) in the first pane using the default compression type (see 'Preferences' section below)</li> - <li>Compress Using... - allows the object(s) in the first pane to be compressed using one of; zip, tbz, tgz, cpio, cpgz</li> - <li>Decompress - decompress files using Archive Utility</li> - </ul> - - <h2>Preferences</h2> - The module adds a preference pane to Quicksilver, allowing you to; - <ul> - <li>Chose whether to compress files to a temporary location first</li> - <li>Chose the default compression type to use for the 'Compress' action</li> - </ul> - icon - com.apple.archiveutility - - - com.blacktree.Quicksilver.QSContactSupport - - CFBundleIdentifier - com.blacktree.Quicksilver.QSContactSupport - CFBundleName - Contact Support - CFBundleVersion - 6E - QSModifiedDate - 2006-01-06 10:01:34 +0000 - QSPlugIn - - hidden - - - - com.blacktree.Quicksilver.QSCubeInterfacePlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSCubeInterfacePlugIn - CFBundleName - Cube Interface - CFBundleShortVersionString - 2.0.2 - CFBundleVersion - 8EB - QSModifiedDate - 2012-07-13 02:07:13 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Interfaces - - description - Cube Interface - extendedDescription - A rotating cube interface with a variety of <a href="qs://preferences#QSCubeInterfacePrefPane">options</a> - icon - - - QSPluginChanges - <ul><li>64 bit ready</li><li>Code cleanup</li><li>Set minimum Quicksilver version</li></ul> - QSRequirements - - version - 3930 - - - com.blacktree.Quicksilver.QSDeliciousPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSDeliciousPlugIn - CFBundleName - Social Bookmarks - CFBundleVersion - 12F - QSModifiedDate - 2010-08-03 01:08:57 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Web - - description - Provides access to del.icio.us and ma.gnolia bookmarks - extendedDescription - Provides access to del.icio.us and ma.gnolia bookmarks - icon - del.icio.us - requiresFeature - 0 - - QSRequirements - - version - 1328 - - - com.blacktree.Quicksilver.QSDeveloperPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSDeveloperPlugIn - CFBundleName - Developer Plugin - CFBundleShortVersionString - 1.2.1 - CFBundleVersion - DA - QSModifiedDate - 2013-02-15 03:02:36 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Development - - description - Developer Documentation Access - extendedDescription - <h1>Developer Plugin</h1> - <p>This Plugin adds developer applications like <code>Icon Composer.app</code> to the catalog. This works for Xcode versions up to 4.2, when Xcode was still installed in <code>/Developer</code> as well as newr Xcode versions (&gt;= 4.3), when Xcode is installed in <code>/Applications/Xcode.app</code>.</p> - icon - com.apple.dt.Xcode - relatedBundles - - com.apple.dt.Xcode - - - QSPluginChanges - 64-bit compatible, adds applications buried within Xcode 4.3+ to the catalog - - com.blacktree.Quicksilver.QSDictionaryPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSDictionaryPlugIn - CFBundleName - Dictionary Module - CFBundleShortVersionString - 1.1.4 - CFBundleVersion - C1 - QSModifiedDate - 2011-04-10 03:04:17 +0000 - QSPlugIn - - author - Kevin Ballard - description - Adds a Define action to strings to fetch the definition from dict.org - icon - com.apple.Dictionary - infoFile - Info.rtf - - - com.blacktree.Quicksilver.QSDiskImagePlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSDiskImagePlugIn - CFBundleName - Disk Image Support - CFBundleVersion - 25 - QSModifiedDate - 2006-09-01 02:09:57 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - System - Files - - description - Disk Image handling and actions - icon - com.apple.DiskUtility - - - com.blacktree.Quicksilver.QSDisplaysPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSDisplaysPlugIn - CFBundleName - Displays Plugin - CFBundleShortVersionString - 1.0.1 - CFBundleVersion - 8A - QSModifiedDate - 2013-03-06 09:03:40 +0000 - QSPlugIn - - author - Patrick Robertson, Blacktree, Inc. - categories - - System - - description - Allows modification of desktop picture, resolution and depth of displays - extendedDescription - <h3>Displays Plugin</h3> - - <p>The displays plugin allows Quicksilver to index the displays currently attached to your Mac, in order to set the Desktop picture and their resolution, colour depth and refresh rate.</p> - - <h3>Catalog</h3> - - <p>A single 'Displays' catalog item is added to the 'Plugins' section in the Catalog preferences which indexes all the displays that are currently attached to your Mac.</p> - - <h3>Actions</h3> - - <h4>Set Desktop Picture</h4> - - <p>This action takes a file or a URL pointing to an image file (types include .jpg, .gif, .pdf etc.) in order to set the currently focused display.<br /> - In order to set the Desktop picture for a different display, tab (⇥) to the 3rd pane in Quicksilver, and select an alternate display. In order for the list of displays to correctly populate in Quicksilver's 3rd pane, you <strong>must</strong> enable the 'Displays' catalog item. see above.</p> - - <h4>Set Colour Depth</h4> - - <p>This action allows you to alter the colour depth of a given screen, selected in Quicksilver's 1st pane. By tabbing to the 3rd pane (⇥) you can see the available options.</p> - - <h4>Set Refresh Rate</h4> - - <p>Similar to the 'Set Colour Depth' action, this allows you to alter the refresh rate of a given screen.</p> - - <h4>Set Resolution</h4> - - <p>Similar to the 'Set Colour Depth' and 'Set Refresh Rate' actions.</p> - - icon - Display - - QSPluginChanges - <ul><li>fixed a typo (the <code>l</code> that would appear after each resolution)</li><li>internal improvements</li></ul> - QSRequirements - - obsoletes - - com.blacktree.Quicksilver.TKDesktopPlugin - - version - 3926 - - - com.blacktree.Quicksilver.QSEmailSupport - - CFBundleIdentifier - com.blacktree.Quicksilver.QSEmailSupport - CFBundleName - E-mail Support - CFBundleShortVersionString - 2.0.1 - CFBundleVersion - 9A - QSModifiedDate - 2013-03-15 02:03:28 +0000 - QSPlugIn - - categories - - Mail & Chat - - description - Works with your mail client to enable e-mail based actions - extendedDescription - <h2>E-mail Support</h2> - <p>This plug-in enables you to send mail (including attachments) directly from Quicksilver. You must have a mail client (such as Apple Mail) configured, and its plugin must be loaded.</p> - <h3>Sending</h3> - <p>You can send one or more files using the comma-trick or you can enter the text of your message into Quicksilver. When entering text, you can specify a subject by separating it from the rest of your message with "&gt;&gt;". For example</p> - <pre><code>Tomorrow night&gt;&gt;Are you busy? That new movie is coming out. - </code></pre> - <p>will be sent as</p> - <pre><code>Subject: Tomorrow night - - Are you busy? That new movie is coming out. - </code></pre> - <p>You can't enter text when sending files, but you can set a message to accompany attachments by default in the preferences.</p> - <p>As a general rule, you can do either "Contact(s) ⇥ E-mail Item… ⇥ Text/Files" or "Text/Files ⇥ E-mail To… ⇥ Contact(s)".</p> - <h3>Compose vs. Send vs. Direct</h3> - <p>The actions have either "Compose", "Send", or "Direct" in their name somewhere.</p> - <dl> - <dt>Compose</dt> - <dd>Send the text or file(s) using your e-mail client. A new message will open for further editing.</dd> - <dt>Send</dt> - <dd>Send the text or file(s) using your e-mail client. The message will be sent immediately.</dd> - <dt>Direct</dt> - <dd>Send the text or file(s) immedately without opening an e-mail client. Though the client doesn't need to run, this action still requires that your e-mail client be configured with the details for at least one SMTP server.</dd> - </dl> - hidden - - - QSPluginChanges - <ul> <li>Get addresses from a linked &#8220;Me&#8221; contact</li> <li>Update to the latest MailCore (better support for StartTLS)</li> </ul> - - com.blacktree.Quicksilver.QSEventTriggersPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSEventTriggersPlugIn - CFBundleName - Event Triggers - CFBundleShortVersionString - 1.1.0 - CFBundleVersion - 71 - QSModifiedDate - 2013-02-23 02:02:02 +0000 - QSPlugIn - - author - Blacktree, Inc - categories - - Quicksilver - System - - description - Run triggers automatically based on system events - extendedDescription - <h1>Event Triggers</h1> - <p>With this plug-in, Quicksilver can run actions automatically as things happen on your system. For example:</p> - <ul> - <li>When the screen saver activates, pause iTunes.</li> - <li>When the computer wakes from sleep, open Mail.</li> - <li>When the network changes, run a shell script.</li> - </ul> - <p>You can assign triggers for the following events:</p> - <ul> - <li>Application Launched</li> - <li>Application Quit</li> - <li>Quicksilver Launched</li> - <li>Quicksilver Launched (at Login)</li> - <li>Quicksilver Will Quit</li> - <li>Active Space Changed</li> - <li>Computer Will Shut Down</li> - <li>Computer Will Sleep</li> - <li>Computer Woke Up</li> - <li>External Display Changed</li> - <li>Fast Login</li> - <li>Fast Logout</li> - <li>Ethernet Changed</li> - <li>Disk Inserted</li> - <li>Disk Ejected</li> - <li>Disk Will Eject</li> - <li>Screen Saver Started</li> - <li>Screen Saver Stopped</li> - </ul> - <p>Other plug-ins may define additional events.</p> - <h2>Trigger Settings</h2> - <dl> - <dt>Event</dt> - <dd>Choose the event you want Quicksilver to watch for.</dd> - <dt>Delay</dt> - <dd>When the event happens, wait a certain number of seconds before running the trigger. It doesn't need to be a whole number. For instance, 0.1 and 2.5 are valid values.</dd> - <dt>Ignore Repeats</dt> - <dd> - <p>For certain events, like "Application Launched", OS X might send multiple redundant notifications in rapid succession. Use this setting to prevent the trigger from running too many times.</p> - <p>If you enable this setting with a delay of <em>n</em> seconds, when multiple events occur within <em>n</em> seconds of each other, the trigger will only run once (<em>n</em> seconds after the last notification is sent).</p> - <p>It might take some experimentation to get this right. A tip is to initially set the trigger up to do something obvious, like show some text using the Large Type action or append some text to a file, and see how many times it runs.</p> - </dd> - </dl> - icon - General - - QSPluginChanges - <ul> <li>new &#8220;Active Space Changed&#8221; event</li> <li>new &#8220;Ethernet Changed&#8221; event</li> <li>new &#8220;External Display Changed&#8221; event</li> <li>better handling for repeated events</li> <li>full documentation</li> <li>internal improvements</li> </ul> - - com.blacktree.Quicksilver.QSExtraScriptsPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSExtraScriptsPlugIn - CFBundleName - Extra Scripts Plugin - CFBundleShortVersionString - 1.0.1 - CFBundleVersion - 92 - QSModifiedDate - 2012-04-29 02:04:54 +0000 - QSPlugIn - - author - Blacktree, Inc., Patrick Robertson - categories - - Quicksilver - - description - AppleScripts for commonly used system tasks - extendedDescription - <p>This plugin adds a catalog entry titled "Scripts (Extra Scripts Plugin)" to your catalog which includes Shell/AppleScripts that emulate some OS functions like restarting and process actions.</p> - - <p>The plugins includes scripts for:</p> - <ul> - <li>System Volume control</li> - <li>Showing the Keyboard Viewer and Character Palette</li> - <li>Managing the user session: Logout, Lock Screen etc.</li> - <li>System Controls such as Restart, Shutdown, Sleep, Eject</li> - </ul> - icon - ScriptIcon - requiresFeature - 0 - - - com.blacktree.Quicksilver.QSFileAttributesPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSFileAttributesPlugIn - CFBundleName - File Attribute Actions - CFBundleShortVersionString - 1.0.0 - CFBundleVersion - E4 - QSModifiedDate - 2012-07-08 03:07:50 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Files - - description - File locking, labeling and visibility actions - extendedDescription - <h2>File Attribute Actions</h2> - - <p>The File Attribute Actions plugin adds actions to Quicksilver that enable you to alter the attributes of system files on your computer. This includes, altering the visibility of files and folders, locking files and folders, and setting labels, comments and icons of files.</p> - - <h2>Actions</h2> - - <h3>Lock/Unlock File</h3> - - <p>These actions lock or unlock the file(s) in Quicksilver's 1st pane. Locking a file is equivalent to ticking the 'Lock' checkbox in the 'Get Info' panel of a file, and makes the file or folder read only.<br /> - This action works with the '<a href="http://qsapp.com/wiki/Comma_Trick">comma trick</a>'.</p> - - <h3>Make Visible (show) & Make Invisible (hide)</h3> - - <p>These actions alter the display of files or folders within Finder. Making an item invisible means it does not display in Finder. An example of an invisible folder is the <code>~/Library</code> folder. Works with the 'comma trick'.</p> - - - <h3>Set Icon...</h3> - - <p>Allows you to alter the icon that is displayed by Finder for the file or folder. To un-set an icon, open the file in Finder and select 'Get Info' (⌘I). From here you can 'delete' the icon. Works with the 'comma trick'.</p> - - <h3>Clear Custom Icon</h3> - - <p>Clears the custom icon set for the selected file(s). Works with the 'comma trick'.</p> - - <h3>Set Label...</h3> - - <p>Sets the Finder label to the specified colour in Quicksilver's 3rd pane. To clear the colour label of a file, select 'None' in Quicksilver's 3rd pane.</p> - icon - GenericDocumentIcon - - QSPluginChanges - <ul><li>64 bit ready</li><li>Move the 'Set comment' action to the Spotlight plugin</li><li>Add a 'Clear Custom Icon' action for removing a custom icon for a file (set with 'Set Icon...')</li><li>Added documentation</li><li>Fix the 'Set Label...' action to operate correctly</li><li>Only show one of lock or unlock and 'make visible' or 'make invisible' depending on the file's state</li><li>Code cleanup</li></ul> - - com.blacktree.Quicksilver.QSFirefoxPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSFirefoxPlugIn - CFBundleName - Firefox Module - CFBundleShortVersionString - 0.5.1 - CFBundleVersion - A8 - QSModifiedDate - 2011-12-10 05:12:49 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Web - Applications - - description - Bookmarks & History for Firefox - extendedDescription - <h3>Firefox Module</h3> - - <p>This plugin gives you access to your Firefox bookmarks and history for more recent Firefox versions (3.0 and later). It also provides a "Current Web Page (Firefox)" proxy object.</p> - - <p>This plugin adds a "Firefox" catalog group, with "Firefox Bookmarks" and "Firefox History" as subentries.</p> - - <p><strong>Firefox Bookmarks</strong> includes all the URLs you bookmarked, without any folder structure or tags you might have applied.</p> - - <p><strong>Firefox History</strong> contains the last 200 URLs you visited. This is disabled by default, but can be enabled easily in the catalog section of the preferences. The history is limited to the most recent 200 URLs, so the Quicksilver catalog doesn't get too large. With too many items in the catalog, Quicksilver slows down considerably. If this isn't enough of your browsing history and Quicksilver still feels fast enough, you can change this number. Currently there is no user interface for it, but you can change it manually. Got to: - <pre>~/Library/Application Support/Quicksilver/PlugIns/</pre> - find - <pre>com.blacktree.quicksilver.QSFirefoxPlugin.*.qsplugin</pre> - right-click -> "Show Package Contents", then open - <pre>Contents/Info.plist</pre> - In there, find the entry - <pre>QSPresetAdditions -> Item 0 -> children -> Item 1 -> settings -> historySize</pre> - And change the number to something different. After restarting Quicksilver and rescanning the catalog, the new settings will be applied. Sorry for the inconvenience. Maybe there'll be a user interface for that in the future.</p> - - <p>It also adds a proxy object that contains the webpage you have currently open in Firefox. It's called "<strong>Current Web Page (Firefox)</strong>" and works just like the one for Safari. One limitation though: There might be a slight delay. Firefox only updates this information every few seconds (every 15 seconds by default, I believe), and the proxy object only has access to this delayed information. For me, this was rarely a problem. But if you really need to reduce this delay, you can do this by changing a hidden preference in Firefox. To do this, type - <pre>about:config</pre> - in Firefox's address bar. You'll get to a page where you can modify all kinds of weird options for Firefox. Don't mess with them, unless you know what you are doing! Now type - <pre>sessionstore.interval</pre> - in the filter-field. The - <pre>browser.sessionstore.interval</pre> - value is in milliseconds. Change it to something smaller. But making it too small might slow down Firefox. So be careful!</p> - icon - org.mozilla.firefox - qsversion - 29E0 - relatedBundles - - org.mozilla.firefox - - - - com.blacktree.Quicksilver.QSFlashlightInterface - - CFBundleIdentifier - com.blacktree.Quicksilver.QSFlashlightInterface - CFBundleName - Flashlight Interface - CFBundleShortVersionString - 1.0.1 - CFBundleVersion - 8D - QSModifiedDate - 2012-07-01 02:07:12 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Interfaces - - description - Provides a Spotlight style interface. - icon - interface - qsversion - 31DF - - QSPluginChanges - <ul><li>Re-instated ability to alter background colour of interface</li></ul> - - com.blacktree.Quicksilver.QSFlickrPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSFlickrPlugIn - CFBundleName - Flickr Upload - CFBundleShortVersionString - 0.6 - CFBundleVersion - A8 - QSModifiedDate - 2006-09-01 02:09:37 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Images - Web - - description - Upload images or directories to flickr - icon - flickr - qsversion - 29CC - relatedBundles - - - - com.blacktree.Quicksilver.QSGestureTriggers - - CFBundleIdentifier - com.blacktree.Quicksilver.QSGestureTriggers - CFBundleName - Abracadabra Triggers - CFBundleVersion - 107 - QSModifiedDate - 2006-09-01 02:09:05 +0000 - QSPlugIn - - New item - - author - Alcor with Jason Cornwell - categories - - Quicksilver - - description - Trigger commands with gestures - icon - Abracadabra - qsversion - 29CC - secret - - - QSRequirements - - feature - 2 - - - com.blacktree.Quicksilver.QSGmailPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSGmailPlugIn - CFBundleName - Gmail Plugin - CFBundleShortVersionString - 1.1.0 - CFBundleVersion - 5F - QSModifiedDate - 2013-03-28 12:03:19 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Mail & Chat - Web - - description - Allows Quicksilver to send emails via Gmail - extendedDescription - <h2>Gmail Plugin</h2> - <p>The Gmail plugin allows you to use Quicksilver to send email via the Compose Email, Email Item..., and Email To... actions, through Gmail.</p> - <p>To enable Quicksilver to send email using the Gmail plugin, go to Quicksilver's Preferences, and within the 'Handlers' tab, choose 'Gmail Plugin' as the Mail Handler from the dropdown list.</p> - <p>Once set, open the <a href="qs://preferences#QSGmailPluginPrefs">Gmail preferences</a> and enter your username and password. This information is stored securely in the Apple OS X Keychain.</p> - icon - GmaiIcon - relatedBundles - - com.google.GmailNotifier - - - QSPluginChanges - <ul><li>Enable the 'send directly' actions for Gmail</li><li>Add documentation</li><li>Fix the 'Compose Email' action for multiple email addresses'</li></ul> - QSRequirements - - plugins - - - id - com.blacktree.Quicksilver.QSEmailSupport - name - Mail Support - - - version - 4000 - - - com.blacktree.Quicksilver.QSGoogleCalendarPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSGoogleCalendarPlugIn - CFBundleName - Google Calendar Module - CFBundleVersion - A4 - QSModifiedDate - 2007-02-09 08:02:31 +0000 - QSPlugIn - - New item - - categories - - Calendar - Web - - description - Create Events on Google Calendar - icon - com.apple.iCal - - - com.blacktree.Quicksilver.QSGrowlPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSGrowlPlugIn - CFBundleName - Growl Notifier - CFBundleShortVersionString - 1.3.2 - CFBundleVersion - 66 - QSModifiedDate - 2012-01-22 02:01:07 +0000 - QSPlugIn - - author - Blacktree, Inc. - extendedDescription - Provides notifications via <a href="http://www.growl.info">Growl</a>.<br /> <br /> - To enable Growl for notifications, open the <a href="qs://preferences#QSSettingsPanePlaceholder">Preferences Pane</a> and select 'Handlers' from the sidebar. - icon - com.growl.GrowlHelperApp - relatedBundles - - com.Growl.GrowlHelperApp - - requiresPath - ~/Library/Application Support/Growl - - - com.blacktree.Quicksilver.QSImageManipulationPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSImageManipulationPlugIn - CFBundleName - Image Manipulation Actions - CFBundleShortVersionString - 1.0.0 - CFBundleVersion - 5E - QSModifiedDate - 2012-06-08 03:06:25 +0000 - QSPlugIn - - author - Patrick Robertson, Blacktree - categories - - Images - - description - Actions to scale and change format of images - extendedDescription - <h3>Overview</h3> - <p>Actions to scale, change the format of images. Both actions take an argument in Quicksilver's 3rd pane. Examples can be seen below.</p> - - <h3>Actions</h3> - - <h4>Scale Image...</h4> - <p>This method allows you to scale an image selected in Quicksilver's 1st pane. Various scaling and formation options are available, and are listed below.</p> - - <p>The basic format for the string is (terms in square brackets are optional):<br /> - <code>SCALING_INFORMATION [as FORMATTING_INFORMATION]</code></p> - <p>where <code>SCALING_INFORMATION</code> has the format: - <br /> - <code>[fit] WIDTH [x HEIGHT]</code> with <code>WIDTH</code> and <code>HEIGHT</code> defined as whole numbers in terms of pixels. For example, 210 means 210px, but it is also possible to type 210px.</p> - - <p><code>FORMATTING_INFORMATION</code> has the format:<br /> - <code>JPG/PNG/GIF/TIFF [low/med/hi] [prog(ressive)] [inter(laced)]</code> which allows you to set the file type, quality of the image and various further options (progressive for .jpg files and interlaced for .png files).</p> - - - <p>Examples:</p> - - <ul> - <li><code>80%</code> - scales an image to 80% of the original image, keeping the same file format as the input image</li> - <li><code>500px x 50px</code> - scales the image to be 500px in width by 50px in height. The format is kept the same as the original</li> - <li><code>x200 as gif</code> - scales the image to be 200px in height, maintaining the width so as to scale the image. Saves the result as a gif file</li> - <li><code>fit 640x480 as jpg high progressive</code> - creates a jpg image that will fit within a 640x480 rectangle and is of high quality with progressive enabled</li> - <li><code>50% as interlaced png</code> - creates a png with dimensions half of the original</li> - </ul> - - <h4>Save Image in Format...</h4> - <p>Saves the image in the format specified. Valid formats include:<br /> - <code>tif, png, gif, bmp, jpg (jpg or jpeg), jpg2 (jpg2 or jpeg2)</code></p> - icon - com.apple.Preview - qsversion - 3400 - - QSPluginChanges - <ul><li>64 bit ready</li><li>Documentation</li><li>Be more forgiving to various user inputs</li><li>Show examples in the 3rd pane</li></ul> - QSRequirements - - - com.blacktree.Quicksilver.QSIusethis - - CFBundleIdentifier - com.blacktree.Quicksilver.QSIusethis - CFBundleName - iusethis - CFBundleVersion - 42 - QSModifiedDate - 2009-05-15 07:05:12 +0000 - QSPlugIn - - author - Marcus Ramberg - categories - - Applications - Web - - description - Integrate your applications with iusethis.com through quicksilver. Find the homepage or latest version directly. - icon - - qsversion - 29CC - relatedBundles - - - - com.blacktree.Quicksilver.QSKeychainPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSKeychainPlugIn - CFBundleName - Keychain Plugin - CFBundleShortVersionString - 1.1.2 - CFBundleVersion - 142 - QSModifiedDate - 2013-02-13 08:02:41 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - System - - description - Access to Keychain entries - extendedDescription - <h1>Keychain plugin</h1> - <p>This plugin gives Quicksilver the ability to access data stored in Keychains -- Safari passwords as well as any other data added by applications -- and allows login names and associated passwords to be directly manipulated or retrieved directly by copy/pasting.</p> - <h2>Catalog</h2> - <dl> - <dt>Keychains</dt> - <dd>This will add "login" and "System" keychains to your catalog as well as any others you have defined. You can also access keychains by selecting Keychain Access and hitting → or /. With a keychain selected, hit → or / to access individual items.</dd> - </dl> - <h2>Actions</h2> - <p>With a keychain selected, the following actions will be available:</p> - <ul> - <li>Lock</li> - <li>Unlock</li> - </ul> - <p>With a keychain item selected, the following actions will be available:</p> - <ul> - <li>Copy Account</li> - <li>Paste Account</li> - <li>Get Account</li> - <li>Copy Password</li> - <li>Paste Password</li> - <li>Get Password</li> - </ul> - <h3>Terminology</h3> - <dl> - <dt>Account</dt> - <dd>The value from the "Account" field in Keychain Access. This is usually the username.</dd> - <dt>Password</dt> - <dd>The password stored with this item. You will be prompted to allow Quicksilver access to an item if it hasn't been granted before.</dd> - <dt>Get</dt> - <dd>Display the account or password as text in Quicksilver's first pane for further action.</dd> - <dt>Copy</dt> - <dd>Copy the account or password to the clipboard.</dd> - <dt>Paste</dt> - <dd>Paste the account or password to the active application.</dd> - </dl> - icon - com.apple.keychainaccess - relatedBundles - - com.apple.keychainaccess - - requiresFeature - 1 - - QSPluginChanges - <ul><li>Fix a crash</li></ul> - QSRequirements - - version - 4000 - - - com.blacktree.Quicksilver.QSMailsmithPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSMailsmithPlugIn - CFBundleName - Mailsmith Module - CFBundleShortVersionString - 0.5.0 - CFBundleVersion - 99 - QSModifiedDate - 2006-09-01 02:09:20 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Mail & Chat - Applications - - description - Enables email actions for Mailsmith - requiresBundle - com.barebones.mailsmith - requiresFeature - 0 - webIcon - http://blacktree.com/apps/quicksilver/images/appicons/Mailsmith.gif - - - com.blacktree.Quicksilver.QSMenuInterfacePlugin - - CFBundleIdentifier - com.blacktree.Quicksilver.QSMenuInterfacePlugin - CFBundleName - Menu Interface - CFBundleShortVersionString - 1.0.1 - CFBundleVersion - BA - QSModifiedDate - 2012-06-25 02:06:16 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Interfaces - - description - Provides a menu bar interface - requiresFeature - 0 - webIcon - - - QSPluginChanges - <ul><li>64 bit ready</li></ul> - - com.blacktree.Quicksilver.QSMiniInterfacePlugin - - CFBundleIdentifier - com.blacktree.Quicksilver.QSMiniInterfacePlugin - CFBundleName - Mini Interface - CFBundleShortVersionString - 1.0.4 - CFBundleVersion - B8 - QSModifiedDate - 2012-08-11 04:08:05 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Interfaces - - description - Provides a miniature interface - icon - Interface - requiresFeature - 0 - - QSPluginChanges - <ul><li>64 bit updates</li></ul> - - com.blacktree.Quicksilver.QSMouseTriggerPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSMouseTriggerPlugIn - CFBundleName - Mouse Triggers - CFBundleShortVersionString - 1.0.1 - CFBundleVersion - 16B - QSModifiedDate - 2012-07-02 04:07:33 +0000 - QSPlugIn - - author - Patrick Robertson, Blacktree, Inc. - categories - - Quicksilver - - description - Allows triggering with hot corners and edges of the main screen - extendedDescription - <h2>Mouse Triggers Plugin</h2> - - <p>The mouse triggers plugin gives Quicksilver the ability to create triggers which are activated using mouse movements, clicks and dragging/dropping. Triggers are created in the same way as HotKey triggers, only their activation differs.</p> - - <h2>Creating Triggers</h2> - - <h3>Creating the Trigger</h3> - - <p>To create a trigger, open the Quicksilver <a href="qs://preferences#QSTriggersPrefPane">triggers preferences</a>, click the '+' button and select 'Mouse' from the dropdown list.<br /> - Set up the command as you would when creating a normal trigger. If you would like to create a drag/drop trigger, which enables you to drop items onto the mouse trigger points, see the 'Mouse Trigger Dragged Object' proxy object section below.</p> - - <h3>Adjusting the Activation</h3> - - <p>To alter how the trigger is activated, open the trigger sidebar (by either clicking the 'i' button or pressing ⌘I) and open the 'Settings' pane. From this window, you can alter which mouse click (left, right, middle etc.) activates the trigger, how many clicks are required, and how long the associated mouse movement must be held for the trigger to activate.<br /> - Below the 'Type' and 'Delay' options are options to select which screen the trigger can be activated on, and which side or corner of the screen.</p> - - <h3>Modifiers and the 'Anywhere' button</h3> - - <p>The modifiers section of the settings allow you to add modifier keys to the mouse activation method. With modifiers enabled, a further 'Anywhere' button appears in the 'Corners & Edges' screen. Clicking this allows the trigger to be activated if the correct modifiers and mouse movements are made anywhere on the screen. an example could be:</p> - - <ul> - <li>Type: Right Click <strong>x 2</strong> (click the right mouse button twice)</li> - <li>Delay: 1s (hold the last right click for 1s)</li> - <li>Screen: All Displays (trigger works on all displays)</li> - <li>Corners & Edges: Anywhere</li> - <li>Modifiers: ⌘⌥ (hold the ⌘ and ⌥ keys down whilst right clicking with the mouse)</li> - </ul> - - - <h2>Proxy Objects</h2> - - <h3>Mouse Trigger Dragged Object</h3> - - <p>The 'Mouse Trigger Dragged Object' proxy object allows you to create triggers for items that you drag onto or drop onto the screen edges or corners. An example could be to move the dragged file into a specific folder on your hard drive. It is best to set up triggers that use the 'Mouse Trigger Dragged Object' proxy object to work with the Drag Entered, Drag Exited and Drag and Drop 'Types' in the trigger settings pane.</p> - icon - Mouse - qsversion - 3439 - - QSPluginChanges - <ul><li>64 bit ready</li><li>Added documentation to the plugin (press - ⌘⌥? in the Plugins preferences)</li><li>Code cleanup</li><li>Disable the top of the screen as a valid mouse trigger area for the main display (where the menu bar is)</li><li>Simplified trigger settings</li></ul> - - com.blacktree.Quicksilver.QSOmniWebPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSOmniWebPlugIn - CFBundleName - OmniWeb Module - CFBundleVersion - AF - QSModifiedDate - 2011-05-19 03:05:10 +0000 - QSPlugIn - - author - Allan Odgaard and Rob McBroom - description - Bookmarks, History, Search Queries, and Proxy Object. - extendedDescription - <h2 id="omniweb_module">OmniWeb Module</h2> - - <p>This plug-in allows you to add your Bookmarks, Favorites and History from OmniWeb into Quicksilver&#8217;s catalog. It also provides a proxy object and access to web searches.</p> - - <h3 id="proxy_object">Proxy Object</h3> - - <p>If proxy objects are enabled, you can access the URL of the page currently open in OmniWeb by searching for &#8220;Current Web Page&#8221;. Several browsers provide a Current Web Page proxy object, so look for the one with OmniWeb&#8217;s icon.</p> - - <h3 id="web_searches">Web Searches</h3> - - <p>Searches defined in OmniWeb&#8217;s Shortcut Preferences can be added to the catalog automatically and used from within Quicksilver. For example, if you define a shortcut with a keyword of <code>google@</code>, you can do either of the following from within Quicksilver:</p> - - <ol> - <li>google → Search For… → [search terms]</li> - <li>[search terms] → Find With… → google</li> - </ol> - - <p>This functionality requires the Web Search Module for Quicksilver.</p> - icon - com.omnigroup.OmniWeb5 - requiresBundle - com.omnigroup.OmniWeb5 - requiresFeature - 0 - webIcon - image:com.omnigroup.OmniWeb5 - - - com.blacktree.Quicksilver.QSOpera - - CFBundleIdentifier - com.blacktree.Quicksilver.QSOpera - CFBundleName - Opera Plugin - CFBundleShortVersionString - 1.0.0 - CFBundleVersion - A0 - QSModifiedDate - 2012-06-24 05:06:38 +0000 - QSPlugIn - - author - Eric Doughty-Papassideris - categories - - Applications - - description - Plugin for connecting Quicksilver and the Opera browser - extendedDescription - Plugin for connecting Quicksilver and <a href="http://opera.com">Opera</a>.<br> - <ul> - <li>Adds a catalog with the bookmarks and searches of Opera</li> - <li>Adds a "Operas current web page" proxy object</li> - <li>Adds an "Open with Opera" action</li> - <li>Adds a couple of scripts for switching between Opera and Safari</li> - <li>Browse into Opera to get current open tabs</li> - </ul> - - icon - com.operasoftware.Opera - qsversion - 29CC - relatedBundles - - com.operasoftware.Opera - - - QSPluginChanges - <ul><li>64 bit ready</li><li>Speed improvements</li><li>Improved behaviour when right arrowing into Opera.app (same behaviour as Safari and Chrome plugins)</li></ul> - QSRequirements - - - com.blacktree.Quicksilver.QSPathFinderPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSPathFinderPlugIn - CFBundleName - Path Finder Plugin - CFBundleShortVersionString - 1.1.0 - CFBundleVersion - B0 - QSModifiedDate - 2012-10-31 02:10:15 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Files - - description - Handles open, reveal, info, and selection actions in Path Finder - icon - com.cocoatech.PathFinder - relatedBundles - - com.cocoatech.PathFinder - - - QSPluginChanges - 64-bit compatibility - - com.blacktree.Quicksilver.QSPhoneActionsPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSPhoneActionsPlugIn - CFBundleName - Phone Actions - CFBundleVersion - F4 - QSModifiedDate - 2006-09-01 02:09:20 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Contacts - - description - Phone number dialing actions. - icon - ContactPhone - requiresFeature - 1 - - QSRequirements - - feature - 2 - - - com.blacktree.Quicksilver.QSProcessManipulationPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSProcessManipulationPlugIn - CFBundleName - Process Manipulation Actions - CFBundleShortVersionString - 1.0.0 - CFBundleVersion - 4C - QSModifiedDate - 2012-07-24 12:07:05 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - System - - description - Actions for monitoring and modifying application processes on your machine. - icon - ExecutableBinaryIcon - - QSPluginChanges - <ul><li>64 bit ready</li></ul> - QSRequirements - - - com.blacktree.Quicksilver.QSRadialMenuPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSRadialMenuPlugIn - CFBundleName - Constellation Menus - CFBundleShortVersionString - 1.0.4 - CFBundleVersion - 104 - QSModifiedDate - 2006-09-24 03:09:08 +0000 - QSPlugIn - - author - SAUI P4 - categories - - Quicksilver - - description - Adds Radial Menu Actions to Quicksilver - icon - Constellation - qsversion - 3439 - secret - - - QSRequirements - - feature - 2 - - - com.blacktree.Quicksilver.QSRemoteDesktopPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSRemoteDesktopPlugIn - CFBundleName - Remote Desktop Module - CFBundleVersion - 2D - QSModifiedDate - 2006-09-01 02:09:17 +0000 - QSPlugIn - - categories - - System - Applications - - description - Remote Desktop Access, for now only supports control, observe, and desktop. - icon - com.apple.RemoteDesktop - qsversion - 29CC - relatedBundles - - com.apple.RemoteDesktop - - - - com.blacktree.Quicksilver.QSSafariPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSSafariPlugIn - CFBundleName - Safari Plugin - CFBundleShortVersionString - 2.1.5 - CFBundleVersion - 137 - QSModifiedDate - 2012-10-11 12:10:42 +0000 - QSPlugIn - - author - Alcor, Rob McBroom - categories - - Web - Applications - - description - Access to information from the Safari browser - extendedDescription - <h2>Catalog</h2> - <p>The Safari plug-in allows you to index your Safari bookmarks and history. You can locate these items by searching in Quicksilver, or by selecting Safari and hitting → or /.</p> - <p>It also provides access to all currently open pages. Select "Open Web Pages" in the first pane and hit → or /.</p> - <h3>Proxy Objects</h3> - <p>There are two proxy objects: Current Web Page and Current Website</p> - <p>Current Web Page gives you quick access to the URL of the active window/tab in Safari.</p> - <p>Current Website adds a new Web Search to your catalog that allows you to search (using Google) the entire site currently active in Safari.</p> - <h2>Actions</h2> - <h4>Add to Reading List</h4> - <p>With a URL selected in Quicksilver's first pane, you can quickly add it to Safari's Reading List.</p> - icon - com.apple.Safari - relatedBundles - - com.apple.Safari - - - QSPluginChanges - <ul><li>fixes the Run JavaScript action</li><li>prevents an exception when Safari has an empty tab/window</li><li>internal improvements</li></ul> - - com.blacktree.Quicksilver.QSScreenCapturePlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSScreenCapturePlugIn - CFBundleName - Screen Capture Plugin - CFBundleShortVersionString - 1.5.2 - CFBundleVersion - 22 - QSModifiedDate - 2013-02-25 01:02:19 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Images - System - - description - A set of actions that allow capturing the screen - extendedDescription - <h2>Screen Capture Plugin</h2> - <p>This plugin adds support for using Grab.app to capture portions of your display to image files, which can then be manipulated by Quicksilver. - In order to see the objects added by the Screen Capture Plugin (they are visible in Quicksilver's first pane), you must enable the "Internal Commands" catalog entry, found in the <a href="qs://preferences#QSCatalogPrefPane">Catalog Preferences</a> under the "Quicksilver" side tab.<br> - </p> - <p>Note that all pictures captured with the Screen Capture Plugin are also saved to your Desktop.</p> - <h4>Command Objects</h4> - <p><strong> Capture Region </strong></p> - <p>This command object (run from Quicksilver's 1st pane) enables Grab.app in its "Capture Selection" mode. A cross hair is displayed on screen allowing you to drag a rectangle around what you want captured. - Once complete the captured region is returned to Quicksilver.</p> - <p><strong> Capture Window </strong></p> - <p>Similar to the 'Capture Region' command object, 'Capture Window' gives you allows you to capture a whole window, and return the corresponding image to Quicksilver</p> - <p><strong> Capture Screen </strong></p> - <p>The 'Capture Screen' command object takes a screenshot of your current screen and returns it to Quicksilver.</p> - icon - com.apple.Grab - qsversion - 3525 - relatedBundles - - - QSPluginChanges - <ul><li>Renamed the plugin to 'Screen Capture Plugin' - </li><li>Fix inconsistency in the plugin documentation</li></ul> - - com.blacktree.Quicksilver.QSServicesMenuPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSServicesMenuPlugIn - CFBundleName - Services Menu Plugin - CFBundleShortVersionString - 1.3.0 - CFBundleVersion - DE - QSModifiedDate - 2012-11-16 12:11:38 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - System - - description - Converts entries from the Services menu into actions - extendedDescription - <h2>Services Menu Plugin</h2> - - <p>This plugin scans all the available services for your installed applications and adds them as actions. You can view the available actions by going to the Quicksilver <a href="qs://preferences#QSSettingsPanePlaceholder">Preferences</a>, clicking 'Actions' on the right hand side then filtering 'by Plugin' for the 'Services Menu' plugin.</p> - - <p>This plugin can potentially add hundreds of new actions, which may affect the ranking of your preferred actions. If this occurs, re-rank your actions by dragging them up or down in the Actions preference pane.</p> - icon - Menu - - QSPluginChanges - <ul><li>Fixes that allow the plugin to index more services</li><li>Stop unwanted/confusing services from being added to Quicksilver</li.</ul> - QSRequirements - - version - 3930 - - - com.blacktree.Quicksilver.QSShelfPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSShelfPlugIn - CFBundleName - Shelf Plugin - CFBundleShortVersionString - 1.2.4 - CFBundleVersion - 77 - QSModifiedDate - 2012-07-07 09:07:03 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Quicksilver - - description - Provides a shelf for temporary storage - icon - Catalog - qsversion - 2A5F - - QSPluginChanges - 64-bit compatibility - QSRequirements - - version - 3926 - - - com.blacktree.Quicksilver.QSSlideshowPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSSlideshowPlugIn - CFBundleName - Slideshow Action - CFBundleVersion - 6D - QSModifiedDate - 2006-01-06 02:01:34 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Images - - description - Provides an action to show images in a slideshow - extendedDescription - Provides a slideshow action - - <h3>Enhancements</h3> - <ul> - <li>Adds a "Slideshow" action that works on images, a pdf, or a folder - </ul> - icon - Slideshow - versionchanges - - Index view is now working - - - - com.blacktree.Quicksilver.QSSpotlightPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSSpotlightPlugIn - CFBundleName - Spotlight Plugin - CFBundleShortVersionString - 2.1.0 - CFBundleVersion - ED - QSModifiedDate - 2012-07-10 01:07:51 +0000 - QSPlugIn - - author - Rob McBroom - categories - - Search - Files - - description - Spotlight actions and integration - extendedDescription - <h2 id="spotlight_plugin">Spotlight Plugin</h2> - - <p>This adds Spotlight integration to Quicksilver. It allows you to add files to your catalog based on Spotlight queries, tag files, and perform searches directly from Quicksilver.</p> - - <p>Tags are all prefixed with one or more characters to make them stand out from regular text. By default, tags will be prefixed with <code>#</code>, but you can change this (to <code>@</code> or <code>tag:</code>) in the preferences. You should choose a prefix prior to tagging any files and stick with it. If you change it later, you&#8217;ll have to go update all existing tags manually.</p> - - <p>Tags and comments are both stored in a file&#8217;s &#8220;Spotlight Comments&#8221; field, but they don&#8217;t interfere with each other. In other words, manipulating tags will not erase an existing comment, and setting a comment will not alter any tags.</p> - - <h3 id="catalog">Catalog</h3> - - <h4 id="presets">Presets</h4> - - <p>There are two catalog presets added by this plug-in.</p> - - <ul> - <li><strong>Smart Folders</strong> - Automtically adds any Smart Folders you&#8217;ve created and saved. Presently, all you can do is open them in Finder.</li> - <li><strong>File Tags</strong> - If you&#8217;ve added any tags (using Quicksilver&#8217;s tag prefix) to your files, this will add them directly to the catalog. Using → or / on a tag will show all files matching that tag.</li> - </ul> - - <h4 id="custom_entries">Custom Entries</h4> - - <p>You can create custom catalog entries to add files based on a Spotlight search. (See the <a href="#syntax">Syntax</a> section.) From the catalog preferences, click the &#8220;+&#8221; and choose &#8220;Spotlight&#8221;. You&#8217;ll be able to define the query, limit the search to a specific folder, and ignore removable disks via the entry&#8217;s info panel.</p> - - <h3 id="actions">Actions</h3> - - <h4 id="get_spotlight_results">Get Spotlight Results</h4> - - <p>Searches for text and shows the results in Quicksilver.</p> - - <h4 id="show_spotlight_results_in_finder">Show Spotlight Results in Finder</h4> - - <p>Uses search text to create and display a Smart Folder.</p> - - <h4 id="spotlight_in_window">Spotlight in Window</h4> - - <p>Opens a Finder window with the search text pre-populated. The main advantage to this action is that it allows you to use the search syntax most users are familiar with.</p> - - <h4 id="spotlight_contents">Spotlight Contents…</h4> - - <p>Perform a Spotlight search inside the selected folder and display the results in Quicksilver. Enter search text in the third pane.</p> - - <h4 id="spotlight_contents_in_finder">Spotlight Contents in Finder…</h4> - - <p>Perform a Spotlight search inside the selected folder and display the results in Finder. Enter search text in the third pane.</p> - - <h4 id="spotlight_filenames_matching">Spotlight Filenames Matching…</h4> - - <p>Search only filenames inside the selected folder and display the results in Quicksilver. Enter search text in the third pane.</p> - - <h4 id="show_files_matching_tag">Show Files Matching Tag</h4> - - <p>Create and display a Smart Folder containing files matching the selected tag.</p> - - <h4 id="show_tags">Show Tags</h4> - - <p>Show any tags assigned to the selected file or folder.</p> - - <h4 id="add_tags">Add Tags…</h4> - - <p>Add tags to the selected file or folder. Enter the new tags separated by a single space in the third pane. Existing tags and Spotlight comments will be preserved.</p> - - <h4 id="remove_tags">Remove Tags…</h4> - - <p>Remove tags for the selected file or folder. Enter the tags to remove separated by a single space in the third pane.</p> - - <h4 id="set_tags">Set Tags…</h4> - - <p>Replace any tags for the selected file or folder with the ones specified. Enter the tags separated by a single space in the third pane. Existing Spotlight comments will be preserved.</p> - - <h4 id="set_comment">Set Comment…</h4> - - <p>Set the file&#8217;s Spotlight comment to the text entered in the thrid pane. Tags (if any) will be preserved.</p> - - <h3 id="syntax">Syntax</h3> - - <p>To search for basic terms like &#8220;vacation&#8221;, you can just search for the word. For more complicated searches (by type, etc.) this plugin is unfortunately not able to support the familiar Spotlight syntax like <code>kind:movie</code>, so you might have to get your hands dirty to set up a search. The syntax for most searches is poorly documented by Apple in <a href="https://developer.apple.com/library/mac/#documentation/Carbon/Conceptual/SpotlightQuery/Concepts/QueryFormat.html#//apple_ref/doc/uid/TP40001849-CJBEJBHH">two</a> <a href="https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Predicates/Articles/pSyntax.html#//apple_ref/doc/uid/TP40001795-SW1">places</a>. It&#8217;s really only worth the trouble if you&#8217;re adding a custom catalog entry based on Spotlight, but it also works with most of the actions.</p> - - <p>Some examples might be helpful.</p> - - <p>To search for movies related to &#8220;vacation&#8221;, you might do something like this:</p> - - <pre><code>kMDItemKind LIKE '*movie' &amp;&amp; (kMDItemDisplayName LIKE[cd] '*vaction*' || kMDItemTextContent LIKE[cd] '*vaction*') - </code></pre> - - <p>To replace the default &#8220;Applications&#8221; preset in your catalog with one that finds <em>all</em> applications, you could add a new entry with this query:</p> - - <pre><code>kMDItemKind == 'Application' - </code></pre> - - <p>A good way to see what attributes are available and what the values look like is to examine a file in Terminal using <code>mdls</code>.</p> - - <pre><code>mdls ~/Movies/Beach.mov - </code></pre> - - <p>To make things worse, Smart Folders use a different syntax so if you&#8217;re trying to do a complicated search with the &#8220;Show Spotlight Results in Finder&#8221; action, you&#8217;ll need to use that, which is also <a href="https://developer.apple.com/library/mac/#documentation/Carbon/Conceptual/SpotlightQuery/Concepts/QueryFormat.html#//apple_ref/doc/uid/TP40001849">documented</a>.</p> - icon - Find - relatedBundles - - - QSPluginChanges - <ul><li>sets a default tag prefix</li><li>New &#8220;Set Comment…&#8221; action (moved from the File Attributes plugin)</li><li>Updated documentation</li></ul> - QSRequirements - - obsoletes - - com.blacktree.Quicksilver.QSFileTagsPlugIn - - version - 3926 - - - com.blacktree.Quicksilver.QSSymbolicHotKeyPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSSymbolicHotKeyPlugIn - CFBundleName - System HotKey Commands - CFBundleVersion - 5A - QSModifiedDate - 2006-09-01 01:09:08 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - System - - description - Allows triggering of Exposé and other System Hotkeys - extendedDescription - Adds a catalog entry for Exposé and Dashboard commands. For these to work, keyboard activation in Exposé system preferences must be set to F1-F13 (with or without modifiers). - qsversion - 29E0 - relatedBundles - - com.apple.preference.expose - - webIcon - com.apple.preference.expose - - - com.blacktree.Quicksilver.QSTerminalPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSTerminalPlugIn - CFBundleName - Terminal Plugin - CFBundleShortVersionString - 2.3.0 - CFBundleVersion - 140 - QSModifiedDate - 2013-02-11 02:02:37 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - System - Appications - Development - - description - Allows running of shell scripts in Quicksilver or the Terminal - extendedDescription - <h2>Terminal Plugin for Quicksilver</h2> - <p>The Terminal plugin allows Quicksilver to interact with the OS X Terminal; run commands and shell scripts, open directories in Terminal and more.</p> - <h3>Actions</h3> - <p><strong> Run […]</strong></p> - <p>This action takes any script in Quicksilver's first pane (.sh, .pl, .command, .php, .py, .rb) and runs it in a Shell. An indirect argument is optional, meaning you can run any script with an argument by inputting text in Quicksilver's third pane. This differs from the 'Run in Terminal […]' action in that it runs the script in a Shell, without opening a new Terminal window.</p> - <p><strong>Run in Terminal […]</strong></p> - <p>The Run in Terminal […] action can be used on script files (for example, php, pl, sh, py files) to run these files as scripts in a new Terminal window. The action supports an optional extra argument, entered in Quicksilver's 3rd pane. This differs from the 'run […]' action in that it opens a Terminal window, as opposed to running the script in a Shell.</p> - <p><strong>Run Command in Shell</strong></p> - <p>Runs the item in Quicksilver's first pane in a shell, without launching Terminal. The item in Quicksilver's first pane should be a string (entered in Text Mode) of your desired command. If the command returns an item (for example, <code>ls</code> returns a list of files and folders) they are returned to Quicksilver as text.</p> - <p><strong>Run a Text Command in Terminal</strong></p> - <p>Similar to the 'Run Command in Shell' action, but opens a new Terminal window and runs the command in the new window.</p> - <p><strong>Open Directory in Terminal, Open Parent Directory in Terminal</strong></p> - <p>These two actions open the folder or file selected in Quicksilver's first pane in Terminal. The name of the action depends on whether a folder or file is selected in Quicksilver's first pane.</p> - <p><strong>Show Man Page</strong></p> - <p>The 'Show Man Page' action can be run on any executable file (typically found in <code>/usr/bin</code> or <code>/usr/local/bin</code>). It opens a new window with the 'man' page for the selected executable.</p> - <h3>Catalog Preset</h3> - <p><strong>Bash Command History</strong></p> - <p>This <a href="qs://preferences#QSCatalogPrefPane">Catalog</a> Preset, found under 'Plugins &gt; Bash Command History' adds your bash history to the Quicksilver catalog (more accurately, it adds the contents of <code>~/.bash_history</code> to your catalog).</p> - icon - com.apple.Terminal - relatedPaths - - ~/.ssh - ~/.bash_profile - ~/.bashrc - ~/.viminfo - ~/bin - ~/.sh_history - - - QSPluginChanges - <ul><li>Speed improvements (move to Scripting Bridge)</li><li>Fix a memory leak</li><li>Better management of multiple arguments in shebang lines</li><li>Better action selection based on script UTIs</li><li>New hidden preference to open tabs instead of windows when performing Terminal actions</li></ul> - - com.blacktree.Quicksilver.QSTextManipulationPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSTextManipulationPlugIn - CFBundleName - Text Manipulation Plugin - CFBundleShortVersionString - 1.1.1 - CFBundleVersion - 80 - QSModifiedDate - 2013-01-29 09:01:13 +0000 - QSPlugIn - - author - Blacktree, Inc. & Patrick Robertson - categories - - Text - - description - Actions for manipulating text lines in files - extendedDescription - <h3>Overview</h3> - <p>This plugin gives Quicksilver the ability to edit text files by appending text lines to the end of a file, prepending text or changing or deleting lines within a file. The plugin allows manipulation of .txt, .rtf, .rtfd, .doc and .TEXT files.<br /> - Note that Quicksilver has the ability to enter into text files (using → or /) and list the contents of the file, which can be used in conjunction with this plugin for increased flexibility.</p> - - <h3>Actions</h3> - - <h4>Append Text... and Append To...</h4> - <p>Append some text to the selected text file. You can append text to a text file, or to a line within a text file (if you have entered a text file with → or /). This action is reversible. You can:</p> - <ul> - <li>[Some File] ⇥ Append Text... ⇥ [Some Text]</li> - <li>[Some Text] ⇥ Append To... ⇥ [Some File]</li> - </ul> - - <p>You should note that both these actions can use Quicksilver's 'smart' ability to place any item, object or file inside a text file. If you append an image to a text file, the path of the image is added, or similarly for web addresses (URLs). When entering a text file (→ or /), these lines are automatically resolved by Quicksilver into the original file, URL etc.<br /> - This gives you a convenient way to store any file or piece of information within a text file, using nothing but Quicksilver.</p> - - <h4>Prepend Text... and Prepend To...</h4> - <p>This action works in a similar manner to the 'Append' actions, but puts a line of text at the start of the file. The action is also reversible.</p> - - <h4>Change To...</h4> - <p>The Change to... action is available for lines within a text file. To view lines, press → or / to enter into a text file. It allows for the modification of a specific line within a file.</p> - - <h4>Delete Line</h4> - <p>As with the Change To... action, the Delete Line action is available for lines within a text file. It can be used to remove certain lines from within a given file.</p> - icon - ClippingText - relatedBundles - - com.apple.TextEdit - com.macromates.textmate - com.barebones.bbedit - - - QSPluginChanges - <ul><li>Enbale text manipulation for any text type file</li><li>Rename the plugin to 'Text manipulation Plugin'</li></ul> - QSRequirements - - version - 3940 - - - com.blacktree.Quicksilver.QSTransmitModule - - CFBundleIdentifier - com.blacktree.Quicksilver.QSTransmitModule - CFBundleName - Transmit 4 Plugin - CFBundleShortVersionString - 4.0.1 - CFBundleVersion - FF - QSModifiedDate - 2012-09-04 02:09:05 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Files - Applications - - description - Favorites Access & Uploading - extendedDescription - <h2>Transmit Plugin</h2> - <p>The Transmit Plugin allows you to interact with your Transmit favorites, upload files to them, and open and mount FTP/SFTP etc. URLs in Transmit</p> - <h3>Catalog</h3> - <p>The Transmit Plugin adds a 'Transmit Favorites' catalog entry to the Quicksilver, which can be seen in the 'Plugins' section of the <a href="qs://preferences#QSCatalogPrefPane">Catalog preferences</a>. Enabling this entry means you can search for your Transmit favourites in Quicksilver's 1st pane.</p> - <p>You can also get a full list of your Transmit Favorites by finding 'Transmit.app' in Quicksilver's 1st pane, and pressing the right arrow key <code>→</code> (or the forward slash key <code>/</code>).</p> - <h3>Actions</h3> - <p><strong>Connect</strong></p> - <p>This action opens an FTP URL or a Transmit Favorite in Transmit. Supported URL schemes are <code>ftp://</code>, <code>sftp://</code> and <code>ftps://</code></p> - <p><strong>Mount as Disk</strong></p> - <p>The 'Mount as Disk' action uses TransmitDisk to mount the specified transmit Favorites as a mounted disk on your Desktop. This action is only valid for Transmit Favorite objects</p> - <p><strong>Upload to Site… and Upload File…</strong></p> - <p>These actions upload single or multiple files to a given Transmit Favorite. The 'Upload to Site…' action takes a list of files (using Quicksilver's comma trick) in Quicksilver's 1st pane and requires a Transmit Favorite in Quicksilver's 3rd pane. The 'Upload File…' action is a reverse of this, requiring a Transmit Favorite in the 1st pane and a list of files in the 3rd pane.</p> - icon - com.panic.Transmit - relatedBundles - - com.panic.Transmit - - - QSPluginChanges - <ul><li><strong>Complete rewrite for Transmit 4</strong></li> - <li>Moved to a more modern way of interacting with Transmit</li> - <li>Added a new 'Mount as Disk' action mirroring Transmit 4's new feature</li> - <li>64 bit ready</li> - <li>Speed improvements</li> - <li>Added new documentation</li></ul> - - com.blacktree.Quicksilver.QSUIAccessPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSUIAccessPlugIn - CFBundleName - User Interface Plugin - CFBundleShortVersionString - 2.0 - CFBundleVersion - 1DF - QSModifiedDate - 2012-11-16 12:11:46 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - System - - description - Access the menus and windows of running applications. - extendedDescription - <h2>User Interface Plugin</h2> - - <p>This plugin adds running applications (processes), application windows, and application menu items to Quicksilver's catalog.<br /> - <br /> Access for assistive devices must be enabled in Universal Access pane of System Preferences to use this plugin.</p> - - <h3>Processes</h3> - - <p>Processes represent applications which are currently running on your Mac. Any application in Quicksilver's catalog can be used as a process if that app is running. The following actions are available for processes:</p> - - <ul> <li><b>Show Menu Items</b> – Generates and displays a searchable list of the app's menu items.</li> - <li><b>Show Windows</b> – Generates and displays a list of the app's windows, searchable by window title.</li> - <li><b>Focused Window</b> – Fetches and displays the app's focused window – this is usually the most recently used window, and the window which would get keyboard input if you started typing.</li> - <li><b>Current Document</b> – Fetches and displays the file which corresponds with the document open in the app's focused window.</li></ul> - - <p>Selecting these objects in the second pane causes the third pane to display the results:</p> - <ul> <li><b>Windows…</b> – Generates a list of the app's windows, searchable by window title. Pressing return on one of these windows is equivalent to using the Activate action on it.</li> - <li><b>Menu Bar Items…</b> – Generates a searchable list of the app's menu items. Pressing return on one of these menu items is equivalent to using the Press action on it.</li></ul> - - <h3>Windows</h3> - - <p>Windows can also have several actions performed on them:</p> - <ul> <li><b>Activate</b> – Focuses the window, then makes all windows belonging to the app appear in front of all other windows.</li> - <li><b>Raise</b> – Makes the window appear in front of all other windows, without changing which app is focused.</li> - <li><b>Close</b> – The same as pressing the red Close button in the window's title bar.</li> - <li><b>Minimize Window</b> – The same as pressing the amber Minimize button in the window's title bar.</li> - <li><b>Zoom</b> – The same as pressing the green Zoom button in the window's title bar.</li></ul> - - <h3>Menu Items</h3> - - <p>Menu Items only have one action available: <b>Press</b>. This has the same effect as clicking the menu item.</p> - - <h3>Triggers</h3> - - <p>When this plugin is installed, the following triggers are available in the UI Access section of the Triggers preference pane:</p> - - <ul> <li><b>Show All Menus</b> – Generates and displays a searchable list of the menu items of all running apps, grouped by app.</li> - <li><b>Show All Windows</b> – Generates and displays a list of the windows of all running apps, searchable by window title and app name.</li> - <li><b>Current Application</b> – Fetches the current app, places it in the first pane of the command window, and selects the second pane of the command window.</li> - <li><b>Current Focused Window</b> – Fetches the current app's focused window, places it in the first pane of the command window, and selects the second pane of the command window.</li> - <li><b>Current Document</b> – Fetches the document open in the current app's focused window, places it in the first pane of the command window, and selects the second pane of the command window.</li> </ul> - - <h3>Proxy Objects</h3> - - <p>When this plugin is installed, the following proxy objects are available in the Proxy Objects source in the Quicksilver section of the Catalog preference pane:</p> - - <ul> <li><b>Current Focused Window</b> – Represents the current app's focused window. The current app is whichever app currently has it's name in the menu bar. The focused window is usually the most recently used window, and the window which would get keyboard input if you started typing.</li> - <li><b>Current Document</b> – Represents the file which corresponds with the document open in the current app's focused window.</li> </ul> - icon - UniversalAccessPref - - QSPluginChanges - <ul><li>Make it easier to user the 'Current Document' proxy for triggers</li></ul> - QSRequirements - - feature - 1 - version - 1337 - - - com.blacktree.Quicksilver.QSVoodooPadPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSVoodooPadPlugIn - CFBundleName - VoodooPad Module - CFBundleVersion - 7B - QSModifiedDate - 2006-09-01 01:09:55 +0000 - QSPlugIn - - author - James Cox - categories - - Applications - Text - - description - A QuickSilver module for working with VoodooPad - icon - com.flyingmeat.VoodooPad - relatedBundles - - com.flyingmeat.VoodooPad - - - - com.blacktree.Quicksilver.QSWebSearchPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSWebSearchPlugIn - CFBundleName - Web Search Plugin - CFBundleShortVersionString - 2.7.0 - CFBundleVersion - 245 - QSModifiedDate - 2013-01-15 04:01:01 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Web - Search - - description - Allows searching the web - extendedDescription - <h2>Web Search Plugin</h2> - <p>The Web Search Plugin for Quicksilver allows you to search websites from within Quicksilver. By default, the Web Search Plugin includes a list of the most commonly used websites for searching (e.g. Google, YouTube, Wikipedia). You can also specify your own websites to search (see 'Custom Web Searches' below).</p> - <h3>Actions</h3> - <p><strong>Find With...</strong></p> - <p>The 'Find With...' action takes text in Quicksilver's 1st pane, and a web search in the 3rd pane. An example could be: <br> - 'Steve Jobs' ⇥ Find With... ⇥ Google.com</p> - <p><strong>Search For...</strong></p> - <p>'Search For...' works in a similar way to the 'Find With...' action but in reverse; it takes a web search in the 1st pane and text in Quicksilver's 3rd pane. E.g. <br> - Google.com ⇥ Search For... ⇥ 'Steve Jobs'</p> - <p><strong>Show Results For Search...</strong></p> - <p>This action works in exactly the same way as the 'Search For...' action, but returns the results to Quicksilver's 1st pane in the form of links on the results page. This action is an <a href="http://qsapp.com/wiki/Alternate_Actions">alternate action</a> to the 'Search For...' action.</p> - <h3>Default Web Searches (Catalog)</h3> - <p>The plugin contains two default web search lists (simple and advanced). The simple list is enabled by default. To view the entries in each list, go to the <a href="qs://preferences#QSCatalogPrefPane">Catalog Preferences</a> and click the 'Plugins' tab. You should see two entries: 'Web Searches (Full List)' and 'Web Searches (Simple)'. Enable/disable them, and expand the sidebar to see their contents.</p> - <p>To request the addition of a new website to either list, post on the <a href="http://groups.google.com/group/blacktree-quicksilver/topics?gvc=2">support forums</a>.</p> - <h3>Custom Web Searches (Catalog)</h3> - <p>To create custom web searches, open the <a href="qs://preferences#QSCatalogPrefPane">Catalog Preferences</a>, and create a new 'Web Search List' catalog entry by clicking the '+' button in the bottom left hand corner of the window.</p> - <p><strong>Typical Search Forms</strong></p> - <p>The easiest way to create a custom search URL is to search for <code>***</code> in the website in question. Once you have done this, copy and paste the URL from your browser into a new 'Web Search List' entry.</p> - <p><strong>POST Search Forms</strong></p> - <p>Certain websites use POST search forms (instead of GET forms), where the search Query is not present in the URL, but is passed as a POST parameter (viewing the website HTML is required). For these websites, you can create QSS 'POST' URLs. <br> - </p> - <p>To achieve this, open a custom 'Web Search List', and expand the sidebar by clicking the 'i' button (or pressing ⌘I). <br> - From the sidebar, add a new URL, with a prefix of either <code>qssp-http</code> or <code>qssp-https</code> depending on whether the website is using http or https. <br> - After you have entered the URL of the search form, add <code>?key=***</code> to the end, where <code>key</code> is the <em>name</em> of the input as seen in the form online. An example of a full search URL could be:</p> - <pre><code>qssp-http://google.com/?searchterm=*** - </code></pre> - icon - Find - recommended - - - QSPluginChanges - <ul><li>New documentation on the plugin (see the plugin preferences)</li><li>Improve web searches using POST forms</li><li>Improved feedback to the user when errors occur</li></ul> - QSRequirements - - version - 3936 - - - com.blacktree.Quicksilver.QSWindowInterfacePlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSWindowInterfacePlugIn - CFBundleName - Window Interface - CFBundleShortVersionString - 1.0.0 - CFBundleVersion - AC - QSModifiedDate - 2012-06-28 10:06:31 +0000 - QSPlugIn - - author - Blacktree, Inc. - description - Provides a simple window interface - requiresFeature - 0 - webIcon - - - QSPluginChanges - 64 bit ready - - com.blacktree.Quicksilver.QSYojimboPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSYojimboPlugIn - CFBundleName - Yojimbo Plugin - CFBundleShortVersionString - 2.2.0 - CFBundleVersion - 121 - QSModifiedDate - 2013-02-10 01:02:27 +0000 - QSPlugIn - - author - Rob McBroom and many others - categories - - Text - Database - Applications - - description - Add and Access Yojimbo Items - extendedDescription - <h1>Yojimbo Plugin</h1> - <h2>Overview</h2> - <p>This plug-in allows you to quickly find, add, and modify items in your Yojimbo library using Quicksilver. It also makes great use of your tags.</p> - <p>This plug-in works with Yojimbo 2.x. It will not work with 1.x. All actions that add or modify items in Yojimbo's library use BareBones supported scripting.</p> - <h2>Actions</h2> - <ul> - <li>Add to Yojimbo with Name…</li> - </ul> - <p>If you type, paste, or "grab" some text into Quicksilver, you can add it as a new Yojimbo note with this action. You can also add files. Currently, it will allow PDF, TXT, RTF, JPEG, PNG and GIF. I couldn't find a complete list of supported types, but if you need to add something else, a workaround is to use "Some File ⇥ Open with… ⇥ Yojimbo".</p> - <p>You'll be asked for a name for the new item in the third pane. There should be a reasonable default.</p> - <ul> - <li>Add to Yojimbo with Contents…</li> - </ul> - <p>This is the reverse of the previous action. If the name you want to use for the new item is in the first pane, you can go to the third pane to enter the item's contents.</p> - <ul> - <li>Archive to Yojimbo</li> - </ul> - <p>With a URL selected in Quicksilver, you can add the page it references as a web archive.</p> - <ul> - <li>Show in Yojimbo</li> - </ul> - <p>With a Yojimbo item in Quicksilver's first pane, this should be the default action. It will open (or switch to) Yojimbo with the item selected.</p> - <ul> - <li>Add Tags to Item(s)…</li> - </ul> - <p>With one or more Yojimbo items in Quicksilver's first pane, you can add tags using this action. The third pane will present a list of existing Yojimbo tags. You can select multiple tags using the comma trick, enter tags manually in text-entry mode, or a combination of those.</p> - <p>Note: You cannot add multiple tags in text-entry mode by typing them all at once, but you can enter one at a time as text by typing one, hitting ⎋ then , then . and entering another.</p> - <ul> - <li>Prepend text…</li> - </ul> - <p>With a Yojimbo note item in Quicksilver's first pane, you can prepend text to the beginning of the note. Enter the text to prepend in the third pane.</p> - <ul> - <li>Append text…</li> - </ul> - <p>With a Yojimbo note item in Quicksilver's first pane, you can append text to the end of the note. Enter the text to append in the third pane.</p> - <h2>Workflow</h2> - <p>Here are a couple of examples of how you might use Quicksilver to interact with Yojimbo.</p> - <h3>Adding an Item</h3> - <ol> - <li>Select text or a file in Quicksilver.</li> - <li>Choose "Add to Yojimbo…" in the second pane.</li> - <li>Tab to the third pane to enter a name (or accept the default).</li> - <li>Hit ↩</li> - <li>The item will be added to Yojimbo and Quicksilver will pop back up with the item in the first pane.</li> - <li>Choose "Add Tags to Item…" in the second pane. (You can also open the item, or just hit ⎋ if you don't want to do anything further.)</li> - <li>Select or type the tags you want to assign.</li> - <li>Hit ↩</li> - </ol> - <h3>Locating Items</h3> - <p>All of the items in your Yojimbo library are added directly to the catalog, so simply typing a few characters of the item's name might be enough to find it, but…</p> - <p>All of your tags in Yojimbo are also added to the catalog. If you locate and select a tag, then hit → or /, you will get a list of items in your library that have that tag. You will also get a list of all other tags that those items contain. If you right arrow into one of those tags, you will see items that match both tags and any tags contained by those items that you haven't already arrowed through. Right arrowing into another tag will show items matching all three, etc. This emulates the indispensable behavior of Yojimbo's Tag Explorer.</p> - <p>If you locate and select the Yojimbo application itself and hit → or /, you'll go directly to a list of items and tags. From there, you can hit → or / to go "into" a tag or tags as described above. Items with no tags assigned are also available (grouped under "Untagged Items").</p> - <h3>Note Features</h3> - <p>There are a couple of useful tricks specific to notes in Yojimbo. In addition to being able to prepend/append to them, they also support all of the standard actions you can perform on text in Quicksilver like "Paste", "Large Type", "E-mail…", etc. Each of these actions will use a plain-text version of the note's contents.</p> - icon - com.barebones.yojimbo - relatedBundles - - com.barebones.yojimbo - - - QSPluginChanges - work around a bug when selecting items - QSRequirements - - version - 3926 - - - com.blacktree.Quicksilver.QSiCalModule - - CFBundleIdentifier - com.blacktree.Quicksilver.QSiCalModule - CFBundleName - Calendar Plugin - CFBundleShortVersionString - 1.1.2 - CFBundleVersion - 11D - QSModifiedDate - 2012-08-23 02:08:10 +0000 - QSPlugIn - - author - QSApp - categories - - Calendar - - description - Adds support for creating Events and To-Dos with Calendars on your Mac - extendedDescription - <h2>Calendar Plugin</h2> - <p>This plugin adds actions for creating events and To-Dos from Quicksilver</p> - <h3>Actions</h3> - <p><strong>Create Calendar Event</strong></p> - <p>This action takes text from Quicksilver's 1st pane, and adds it as an event to your selected Calendar in Quicksilver's 3rd pane.<br> - Examples of text could be <code>Dinner with Tom next Tuesday</code> or <code>Visit mum at 3pm</code>.</p> - <p>You can improve how an event displays in your Calendar by separating the name of the event and the time it takes place with two dashes <code>--</code><br> - Using <code>Next Tuesday -- Dinner with Tom</code> will create an event called just <code>Dinner with Tom</code> in your calendar.</p> - <p><strong>Create Calendar To-Do</strong></p> - <p>This action takes text from Quicksilver's 1st pane, and adds it as an To-Do to your selected Calendar in Quicksilver's 3rd pane. <br> - If you do not see all your calendars appear in Quicksilver's 3rd pane, this is because not all calendars support To-Dos.<br> - Examples of text could be <code>Do the shopping</code> or <code>Pick up the kids from school</code>.</p> - <p>You can set the priority of an event by prefixing your event with any number of exclamation marks <code>!</code><br> - <em>One</em> exclamantion mark gives the To-Do a <em>low</em> priority, <em>two</em> give the To-Do a <em>medium</em> priority and <em>three</em> gives it a <em>high</em> priority.</p> - <p><code>!! This is a medium priority todo</code><br> - <code>This todo has no priority set</code></p> - icon - com.apple.iCal - qsversion - 31DE - - QSPluginChanges - <ul><li>Fix a bug where a blank To-Do was added to a calendar when using the 'create to do' action</li></ul> - - com.blacktree.Quicksilver.QSiPhotoPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSiPhotoPlugIn - CFBundleName - iPhoto Plugin - CFBundleShortVersionString - 2.0.1 - CFBundleVersion - FE - QSModifiedDate - 2012-08-15 02:08:45 +0000 - QSPlugIn - - author - Patrick Robertson & Blacktree, Inc. - categories - - Applications - Images - - description - Adds Albums to the catalog - extendedDescription - <h2>iPhoto Plugin</h2> - - <p>The iPhoto plugin for Quicksilver adds iPhoto's albums and events to the Quicksilver catalog. These items are also available by entering into iPhoto.app (using → or /). iPhoto albums and events within Quicksilver contain all the pictures available within iPhoto; useful for copying or moving photos.<br /> - The plugin also adds several actions for manipulating albums, and proxy objects for dealing with selected items in iPhoto.</p> - - <h2>Catalog</h2> - - <h3>iPhoto Albums</h3> - - <p>Adds your iPhoto albums and events to Quicksilver's catalogs. The same items are available by entering into iPhoto.app (using → or /)</p> - - <h2>Actions</h2> - - <h3>Start Slideshow</h3> - - <p>Available for iPhoto albums only. (<strong>Note: Not available for iPhoto events due to a limitation by Apple</strong>)</p> - - <p>This action starts a slideshow for the selected album.</p> - - <h3>Show</h3> - - <p>Available for iPhoto albums only. (<strong>Note: Not available for iPhoto events due to a limitation by Apple</strong>)</p> - - <p>This action shows the selected album in iPhoto, and activates the application.</p> - - <h3>Empty iPhoto Trash</h3> - - <p>This action is available when iPhoto.app is selected in Quicksilver's 1st pane. Executing the action launches iPhoto and empties the iPhoto trash.</p> - - <h2>Proxy Objects</h2> - - <h3>Current iPhoto Selection</h3> - - <p>Returns a list of the currently selected photos in iPhoto. If no photos are selected, then the currently active album is returned.</p> - - <h3>Current iPhoto Album</h3> - - <p>Returns the currently selected iPhoto album. Behaves in the same way as the 'Current iPhoto Selection' proxy object, except the current active album is always return, even when photos are selected.</p> - icon - com.apple.iPhoto - requiresBundle - com.apple.iPhoto - - QSPluginChanges - Fixes to not launch iPhoto unexpectedly when browsing files in Quicksilver - - com.blacktree.Quicksilver.QSiTunesPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.QSiTunesPlugIn - CFBundleName - iTunes Plugin - CFBundleShortVersionString - 2.3.2 - CFBundleVersion - 34E - QSModifiedDate - 2013-04-04 08:04:08 +0000 - QSPlugIn - - author - Alcor, Rob McBroom - categories - - Music - Applications - - description - Allows you to control iTunes and browse the iTunes library - extendedDescription - <h2>Preferences</h2> - <h4>Show Artwork and Previews</h4> - <p>With this enabled, Quicksilver will show the album cover (for albums and tracks) or the poster frame (for videos). If disabled, a generic icon will be shown instead.</p> - <h4>Without Gloss and Shadows</h4> - <p>Artwork and previews are taken from the Quick Look system. By default, Quick Look adds some gloss over the image and a drop-shadow behind it. The image needs to be reduced in size to accommodate the shadow, and the gloss can obscure details in some cases. Enable this setting to see artwork and previews in their original form.</p> - <h4>Group Compilations</h4> - <p>With this enabled, tracks from different artists will be shown under a single album (if part of a compilation).</p> - <h4>Monitor Recent Tracks</h4> - <p>With this enabled, Quicksilver can store the last 25 tracks played by iTunes. It only includes tracks that have played since Quicksilver last started, and only while the preference was enabled.</p> - <h4>Display Track Notifications</h4> - <p>If <strong>Monitor Recent Tracks</strong> is enabled, you can optionally have Quicksilver display a notification every time a new track starts. The type of notification (built-in or Growl) can be controlled via Quicksilver's various preferences related to notifications.</p> - <h4>Include Videos when Playing Albums</h4> - <p>Some albums might have videos associated with them, but you probably don't want them to play when listening to an album. This allows you to control that behavior. The name is a bit misleading, as it will also apply if you select an artist and play them (which will play everything by that artist).</p> - <p>If your selection contains <em>only</em> videos, they will play regardless of this setting.</p> - <h2>Catalog</h2> - <p>There are three catalog presets to choose from.</p> - <h3>iTunes Playlists</h3> - <p>This will add the following to your main catalog:</p> - <ul> - <li>All of your playlists</li> - <li>Entry points for browsing the library (Browse Artists, Browse Albums, etc.)</li> - <li>A "Recent Tracks" entry. (Select it and hit → or / to see them. Only tracks that have played since Quicksilver was launched will be available.)</li> - </ul> - <p>These items can also be accessed by selecting iTunes in Quicksilver and hitting → or /.</p> - <p>Individual tracks are not added to the catalog as they're rarely sought out, and would really just slow Quicksilver down. Artists, Albums, Tracks, etc. can still be accessed quickly (see <strong>Browsing</strong> below).</p> - <h3>iTunes Controls</h3> - <p>These are the same controls you can add triggers for (to control playback, adjust volume, and adjust rating). You can add them to the catalog in addition to (or instead of) assigning triggers to them.</p> - <h3>Scripts (iTunes)</h3> - <p>This will add any AppleScripts you have in <code>~/Library/iTunes/Scripts/</code>. (There are none by default.)</p> - <h3>Equalizer Presets</h3> - <p>This entry adds all of your equalizer settings to the catalog.</p> - <h3>Proxy Objects</h3> - <p>The following proxy objects will be available. Most only work when iTunes is running, and some only when a track is playing.</p> - <table> - <thead> - <tr> - <th>Proxy Name</th> - <th>Running</th> - <th>Playing</th> - </tr> - </thead> - <tbody> - <tr> - <td>Currently Playing Track</td> - <td>Yes</td> - <td>Yes</td> - </tr> - <tr> - <td>Currently Playing Artist</td> - <td>Yes</td> - <td>Yes</td> - </tr> - <tr> - <td>Currently Playing Album</td> - <td>Yes</td> - <td>Yes</td> - </tr> - <tr> - <td>Current Playlist</td> - <td>Yes</td> - <td>Yes</td> - </tr> - <tr> - <td>Selected Playlist</td> - <td>Yes</td> - <td>No</td> - </tr> - <tr> - <td>Current iTunes Selection</td> - <td>Yes</td> - <td>No</td> - </tr> - <tr> - <td>Random Track</td> - <td>No</td> - <td>No</td> - </tr> - </tbody> - </table> - <p>"Random Track" will refer to the same track for 8 seconds. This is to prevent it from changing between the time you call it up, and the time you run an action on it.</p> - <h2>Browsing</h2> - <p>You can quickly locate and play anything in your iTunes library, even if it's not stored in Quicksilver's catalog. You can do this by assigning triggers to search a certain criteria (like Artist or Genre) or by selecting "Browse [Criteria]" in Quicksilver.</p> - <h2>Actions</h2> - <h4>Play</h4> - <p>You can play any of the following:</p> - <ul> - <li>Playlists</li> - <li>Tracks (individually or with the comma trick)</li> - <li>Albums (individually or with the comma trick)</li> - <li>Artists (all tracks by the artist, individually or with the comma trick)</li> - <li>Genres (all tracks in a genre, individually or with the comma trick)</li> - <li>Composers (all tracks by the composer, individually or with the comma trick)</li> - </ul> - <h4>Add to Playlist…</h4> - <p>Add artists, albums, tracks, etc. to an existing playlist by selecting it in the third pane.</p> - <h4>Reveal in iTunes</h4> - <p>Show the selected track or playlist in iTunes.</p> - <h4>Show Booklet(s)</h4> - <p>With album(s) or artist(s) in the first pane, you can display the PDF artwork that accompanies some albums purchased from the iTunes store. Nothing will happen for albums that don't include artwork.</p> - <h4>Enable/Disable Track(s)</h4> - <p>Toggle track(s) between "checked" and "unchecked" in iTunes. You can apply this to individual tracks, multiple tracks, albums, entire artists, or even entire genres.</p> - <h4>Shuffle On/Off</h4> - <p>Toggle the shuffle setting for the selected playlist(s).</p> - <h4>Get Lyrics</h4> - <p>Get the lyrics for the selected track.</p> - <h4>Set EQ Preset</h4> - <p>Make the selected equalizer preset active in iTunes.</p> - <h2>Be Aware</h2> - <p>The most accurate information comes from iTunes itself, but that only works if iTunes is running. In order to get information without requiring iTunes to be running at all times, we read it from disk (from <code>~/Music/iTunes/iTunes Music Library.xml</code>).</p> - <p>The information you see when browsing through your library comes from this XML file, but when you take an action like Play or Add to Playlist, the affected tracks are pulled from iTunes itself. This can lead to occasional inconsistencies in what you would see browsing in Quicksilver vs. what actually happens in iTunes.</p> - icon - com.apple.iTunes - relatedBundles - - com.apple.iTunes - - - QSPluginChanges - <ul> <li>improve speed when playing albums under OS X 10.8.3</li> <li>no longer claims to iTunes 11</li> </ul> - QSRequirements - - obsoletes - - com.blacktree.Quicksilver.QSMusicSupport - - version - 3926 - - - com.blacktree.Quicksilver.YTDeMinPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.YTDeMinPlugIn - CFBundleName - DeMinimizer Plugin - CFBundleShortVersionString - 1.0.0 - CFBundleVersion - A1 - QSModifiedDate - 2012-11-16 12:11:52 +0000 - QSPlugIn - - author - ytrewq1 - categories - - System - - description - Restore and minimize windows - extendedDescription - <h3>DeMinimizer Plugin</h3> - <p>Adds actions and triggers to minimize and restore windows</p> - <h4>Setup</h4> - <ul> - <li>Ensure 'Enable access for assistive devices' is enabled in the Universal Access preference pane</li> - <li>Customize the provided triggers appropriately</li> - </ul> - <h4>Usage</h4> - <p>Try the bundled triggers -- three of them are for restoring minimized windows and one of them should minimize all windows.<br> - </p> - <p>There is also a 'Minimized Windows' proxy object which can be used to observe a list of minimized windows. The proxy object and individual minimized windows which it resolves to may also be used with the 'Restore Minimized Window' action.</p> - <h4>Acknowledgements</h4> - <ul> - <li>icon work - musti</li> - <li>testing and ideas - Howard Melman</li> - </ul> - icon - DeMinimizer.png - - QSPluginChanges - <ul><li>64 bit ready</li><li>Performance and code improvements</li><li>Use notifications to display statuses to the user</li></ul> - - com.blacktree.Quicksilver.YTTatauPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.YTTatauPlugIn - CFBundleName - Tatau Module - CFBundleVersion - 2F - QSModifiedDate - 2007-04-09 11:04:03 +0000 - QSPlugIn - - author - ytrewq1 - categories - - Quicksilver - - description - - extendedDescription - Tatau - Command Window Decorations - <p></p> - <h3>Purpose</h3> - <p>Menu bar real estate in Mac OS X is limited. This plug-in is an experiment in providing some of the functionality in another location. Currently, there is support for displaying date/time information via the command window when the Bezel interface is in use. There are also some other random things provided by this plug-in.</p> - <h3>Setup</h3> - <ul> - <li>The Bezel interface should be installed and be configured as the command interface via the Appearance preference pane. - <li>Via the preference pane for this plug-in it should be possible to affect the format used to display date/time. There are several "levels" of verbosity one may choose from, and each level is configurable in detail via the Formats tab of the Interational Preference Pane. - </ul> - <h3>Usage</h3> - <p>To set the brightness of the main display:</p> - <ol> - <li>Activate Quicksilver.</li> - <li>In the 1st pane, specify a value between 0.0 and 1.0 via text entry mode.</li> - <li>Select the 'Set Brightness' action in the 2nd pane.</li> - <li>Press enter/return to execute.</li> - </ol> - <h3>Hints and Notes</h3> - <p>This plug-in is still very much an experiment. Only displaying date and time are supported at the moment. Displaying other sorts of things is under consideration -- e.g. current temperature, volume, Gmail unread count, etc. - <h3>Acknowledgements</h3> - <ul> - <li>Howard Melman - <li>musti - </ul> - - icon - - - QSRequirements - - plugins - - - id - com.blacktree.Quicksilver.QSShelfPlugIn - name - Shelf Module - - - id - com.blacktree.Quicksilver.BezelInterfacePlugIn - name - Bezel Interface - - - - - com.blacktree.Quicksilver.YTUnitsPlugIn - - CFBundleIdentifier - com.blacktree.Quicksilver.YTUnitsPlugIn - CFBundleName - Unit Conversion Module - CFBundleVersion - 5E - QSModifiedDate - 2006-07-10 08:07:49 +0000 - QSPlugIn - - author - ytrewq1 - categories - - Utility - - description - Unit conversions via the units(1) command - extendedDescription - Miscellaneous unit conversions - <p></p> - <h3>Examples</h3> - <ul> - <li> 1 mile <b>Convert to Units...</b> km - <li> 1 floz <b>Convert to Units...</b> cm3 - <li> 32 ft/sec^2 <b>Convert to Units...</b> m/sec^2 - <li> c <b>Convert to Units...</b> mph - </ul> - <p><b>Warning:</b> the space between the quantity and the units is required. units(1) is not flexible enough to handle input without the space. Lame, isn't it?</p> - <h3>Usage</h3> - <p>Use the 'Convert to Units...' action to convert a quantity with units to use another set of units:</p> - <ul> - <li>Specify the source unit-spec (quantity with units) via text-entry mode - <li>Choose the Convert To Units... action - <li>Specify the target unit-spec via text-entry mode - </ul> - <p>A unit-spec is either:</p> - <ul> - <li>a quantity, space and a unit (e.g 10 m) or - <li>just a unit (e.g. m) - </ul> - <p>units can be complex using multiplication, division, and exponents. See the <a href="x-man-page://units">units(1) man page</a> for details but here is a summary.</p> - <p>units(1) understands most familiar units and constants and their abbreviations, however to avoid misinterpretation sometimes the abbreviations aren't obvious. E.g., "g" isn't gram but the acceleration of gravity constant (gm is gram), and oz and floz are different. See the file /usr/share/misc/units.lib for everything that units(1) understands. - <h3>Miscellaneous Notes</h3> - <ul> - <li>Seeing an error? Do you have a space between your quantity and units? - <li>For detailed (but often unhelpful) error messages see Console.app - <li>units(1) doesn't do temperature conversions - <li>units(1) will do currency conversions but the rates are from the early 1990s - </ul> - <h3>Acknowledgements</h3> - <ul> - <li>Adrian Mariano (author of version of units shipped with Mac OS X) - <li>gary - <li>Howard Melman - <li>jacobolus - <li>Kevin Ballard - <li>Nicholas Jitkoff - <li>ProcrasT8 - <li>thebarty - <li>yelly - </ul> - icon - Units - requiresFeature - 0 - webIcon - http://quicksilver.blacktree.com/public/ytrewq1/Units.png - - - com.blacktree.quicksilver.TSCalculatorPlugin - - CFBundleIdentifier - com.blacktree.quicksilver.TSCalculatorPlugin - CFBundleName - Calculator Module - CFBundleShortVersionString - 2.1.1 - CFBundleVersion - 19F - QSModifiedDate - 2012-02-15 06:02:59 +0000 - QSPlugIn - - author - Kevin Ballard - categories - - Text Handling - Utility - - description - Allows calculation of mathematical expressions with the Calculate action. - extendedDescription - - <h3>Overview</h3> - <p>The calculator module allows you to calculate mathematical expressions entered into Quicksilver with the 'Calculate' action.</p> - <p>To calculate expressions you can run the 'Calculate' action on a text string, or put Quicksilver into 'Math' mode by type '='. - - <h3>Entering Expressions</h3> - - Expressions are entered using the same syntax as Spotlight, for example:</p> - <ul> - <li>=(sin(30))^2</li> - <li>=e^4 + sqrt(50)</li> - </ul> - - <h3>Displaying Results</h3> - - <p>Results from the 'Calculate' action can be displayed in one of 3 ways, and/or copied to the clipboard.</p> - - <p>Go to the <a href="qs://preferences#QSSettingsPanePlaceholder">Preferences pane</a> and select Calculator from the sidebar for more information and options on displaying results.</p> - infoFile - Info.rtf - webIcon - http://quicksilver.blacktree.com/images/appicons/Calculator.gif - - - com.bradreynolds.Quicksilver.QSEclipse - - CFBundleIdentifier - com.bradreynolds.Quicksilver.QSEclipse - CFBundleName - Eclipse - CFBundleShortVersionString - 0.9.2 - CFBundleVersion - 290 - QSModifiedDate - 2007-07-14 03:07:50 +0000 - QSPlugIn - - author - Brad Reynolds - description - Plugin to make Quicksilver aware of Eclipse workspaces. - extendedDescription - <p>A plugin that indexes Eclipse workspaces and contributes them along with their log files to the catalog.</p> - <ul> - <li>Project Home: <a href="http://code.google.com/p/qseclipse/">http://code.google.com/p/qseclipse/</a></li> - <li>Documentation: <a href="http://code.google.com/p/qseclipse/w/list">http://code.google.com/p/qseclipse/w/list</a></li> - </ul> - - QSRequirements - - feature - 2 - - - com.culturedcode.thingsquicksilverplugin - - CFBundleIdentifier - com.culturedcode.thingsquicksilverplugin - CFBundleName - Things Module - CFBundleVersion - 8C - QSModifiedDate - 2009-08-27 09:08:00 +0000 - QSPlugIn - - author - Cultured Code - categories - - Applications - Calendar - - description - Things plugin for Quicksilver. Requires Things.app - icon - App.icns - qsversion - 29CC - relatedBundles - - - - com.nolobe.Quicksilver.QSInterarchyModule - - CFBundleIdentifier - com.nolobe.Quicksilver.QSInterarchyModule - CFBundleName - Interarchy Module - CFBundleVersion - 8 - QSModifiedDate - 2007-04-29 09:04:59 +0000 - QSPlugIn - - author - Nolobe Pty Ltd - categories - - Internet - - description - Provides access to Interarchy Bookmarks and Net Disks. Allows you to open bookmarks; upload files and folders to bookmarks; and mount, unmount, and sync Net Disks. - extendedDescription - <p>Provides access to Interarchy Bookmarks and Net Disks. Allows you to open Bookmarks; upload files and folders to Bookmarks; and mount, unmount, and sync Net Disks.</p> - <h3>Enhancements</h3> - <ul> - <li>Bookmarks and Net Disks in catalogue and as children of Interarchy.</li> - <li>Open Bookmark action for opening Bookmarks.</li> - <li>Run Bookmark action for running Bookmarks in the background.</li> - <li>Upload action for uploading files and folders.</li> - <li>Mount, Unmount, and Sync actions for managing Net Disks.</li> - </ul> - <h3>Version Changes</h3> - <ul> - <li>Bookmarks and Net Disks are now available as children of Interarchy.</li> - <li>Run Bookmark action for running Bookmarks in the background.</li> - <li>Bookmarks Bar Bookmarks are now available too.</li> - </ul> - <h3>Requirements</h3> - <ul> - <li><a href="http://nolobe.com/interarchy/">Interarchy 8.5 or later.</a></li> - </ul> - icon - com.stairways.interarchy - relatedBundles - - com.stairways.interarchy - - - - com.qsapp.BezelClassicInterfacePlugIn - - CFBundleIdentifier - com.qsapp.BezelClassicInterfacePlugIn - CFBundleName - Bezel Classic Interface - CFBundleShortVersionString - 1.0.0 - CFBundleVersion - 1 - QSModifiedDate - 2013-01-15 10:01:34 +0000 - QSPlugIn - - author - Blacktree, Inc. - categories - - Interfaces - - description - The original Bezel interface (before ß71) - - QSPluginChanges - The old Bezel interface, resurrected. - - com.qsapp.MiniBezel - - CFBundleIdentifier - com.qsapp.MiniBezel - CFBundleName - Mini-Bezel - CFBundleShortVersionString - 1.0.1 - CFBundleVersion - 62 - QSModifiedDate - 2012-07-21 04:07:36 +0000 - QSPlugIn - - categories - - Interfaces - - description - A more compact version of the Bezel interface. It's smaller, and doesn't have description text under the displayed objects. - icon - - qsversion - 29CC - - QSPluginChanges - <ul><li>64 bit ready</li></ul> - QSRequirements - - obsoletes - - com.blacktree.Quicksilver.Mini_Bezel - - - - com.qsapp.Networking - - CFBundleIdentifier - com.qsapp.Networking - CFBundleName - Networking Plugin - CFBundleShortVersionString - 1.1.0 - CFBundleVersion - 7 - QSModifiedDate - 2012-07-11 02:07:31 +0000 - QSPlugIn - - author - Rob McBroom - categories - - System - - description - Manage wireless connections, locations, and get information - extendedDescription - <h2>Quicksilver Networking</h2> - <h3>Catalog</h3> - <h4>Presets</h4> - <ul> - <li>Network Locations - Adds any netowrk locations you've configured in System Preferences to the catalog. (Disabled by default)</li> - <li>Wireless Interface - A virtual entry that represents your Wi-Fi connection. Use this to turn the interface on and off, or to view available networks by hitting → or /. (For 10.6 users, this will appear in the catalog under the name "AirPort".)</li> - </ul> - <h4>Proxy Objects</h4> - <ul> - <li>IP Address - The IP address(es) currently assigned to your computer.</li> - <li>External IP Address - The IP address remote sites will see when you connect to them.</li> - </ul> - <h3>Actions</h3> - <ul> - <li>Switch to Location - when a network location is selected in the first pane, this will allow you to set it as the active location.</li> - <li>Turn Wi-Fi On - Enable power for the wireless interface. This action is only available when power is off. (The action is named "Turn AirPort On" for 10.6 users.)</li> - <li>Turn Wi-Fi Off - Disable power for the wireless interface. This action is only available when power is on. (The action is named "Turn AirPort Off" for 10.6 users.)</li> - <li>Toggle Wi-Fi Power - Toggle power for the wireless interface. Useful for creating triggers. (The action is named "Toggle AirPort Off" for 10.6 users.)</li> - <li>Disconnect Current Network - Disassociate from the current wireless network, but keep power for the interface on.</li> - <li>Connect to Network - Connect to the selected wireless network. This is only available for unsecured networks and secured networks for which you have credentials stored in your keychain.</li> - <li>Connect to Network (via Menubar) - For secured networks that can't be automatically joined, this action will attempt to click through the menu bar to select the network for you, which should result in you being prompted for credentials.</li> - </ul> - icon - GenericNetworkIcon - recommended - - - QSPluginChanges - 64-bit updates - QSRequirements - - obsoletes - - com.blacktree.Quicksilver.QSAirPortPlugIn - com.blacktree.Quicksilver.QSNetworkLocationPlugIn - - version - 3926 - - - com.qsapp.OpenMetaFileTagging - - CFBundleIdentifier - com.qsapp.OpenMetaFileTagging - CFBundleName - OpenMeta File Tagging Plugin - CFBundleShortVersionString - 2.0 - CFBundleVersion - 29C - QSModifiedDate - 2013-02-22 01:02:30 +0000 - QSPlugIn - - author - Jordan Kay - categories - - Files - Search - - description - Support for file tagging with OpenMeta - extendedDescription - <h1>OpenMeta File Tagging Plugin</h1> - <p>The OpenMeta File Tagging Plugin for Quicksilver provides an interface for adding and removing OpenMeta tags to files, as well as browsing tags and finding all files with a certain tag or tags.</p> - <h2>Catalog</h2> - <p>The plugin adds all of the user’s OpenMeta tags to Quicksilver’s catalog. An OpenMeta tag in Quicksilver is treated like a folder: its children are its contents, accessed by drilling down into the tag with → or /. A tag’s contents consist of all files tagged with it, plus every other tag belonging to these files.</p> - <h3>Custom Entries</h3> - <p>You can add files to the catalog if they match one or more tags.</p> - <ol> - <li>Add a new custom catalog entry using the <code>+</code> at the bottom of the Catalog preferences.</li> - <li>Select “OpenMeta Tags” from the pop-up menu.</li> - <li>Enter one or more tags in the token field.</li> - <li>Optionally, change the name of the entry in the list.</li> - </ol> - <p>Files matching all listed tags will be included in the global catalog.</p> - <h2>Search</h2> - <p>Use the OpenMeta File Tagging Plugin to search for files by tag. Drill down into a tag to see an alphabetical listing of all files so tagged. At the end of this list is a list of the other tags for these files. Refine your search by drilling down into one of these tags and filter even further. With this mechanism you can arbitrarily extend a query to involve any number of tags.</p> - <p>For example, to see all files tagged with the tag “foo,” bring up the “foo” tag object and drill down into it. Say some of these files are also tagged with “bar,” and still others, “baz”; these two will be listed at the bottom, after the list of files. Drilling down into one will further filter the results to only show files with <em>both</em> tags (files tagged with “foo” and “bar” or files tagged with “foo” and “baz”). Drilling up out of these results reverts to showing all files tagged with just “foo.”</p> - <p>When performing such a compound tag query, you can keep track of the current search by looking at a possible tag’s value: filtering files tagged with “foo” and then “bar” will show the second tag as “foo, bar” in the command window. (Note: If your Quicksilver catalog contains Recent Objects, these compound tag lists will be included, and this may not be the browsing behavior you desire.)</p> - <h2>Working with Tags</h2> - <p>All of the expected tagging actions are made available by the plugin. Users can add tags to files, remove tags from files, set the tags of files to a different set, clear all tags from files, and show the tags of files. These actions can be performed on a single file or multiple files, thanks to Quicksilver’s multiple selection support using the comma key. Tags can be added to or removed from multiple files at a time, and the user can show all the tags that a group of files has in common. Showing the tags for a file or files will bring up a list of the tags in the Quicksilver’s direct object pane, ready to be explored. A similar interface is used for removing tags from files, presenting a list of that file’s current tags (or shared tags for multiple files).</p> - <p>In addition to operating on multiple files, you can use multiple tags in an operation. A list of appropriate tags should appear in the third pane. You can enter a new tag by switching to text-entry mode. Multiple tags can be selected with the comma trick or entered in text-entry mode by separating them with commas.</p> - <p>Tags can contain almost anything other than comma.</p> - <h2>Implementation</h2> - <p>The plugin hooks into the extended file attributes (with <code>xattr</code>) and Spotlight search capabilities (using <code>MDQuery</code>) of the Mac OS X filesystem directly; it does not require the OpenMeta command-line tool to be installed. As such, it should work right out of the box, allowing users to start tagging and finding files with OpenMeta even if they have never used the system before. This also allows performance to benefit from all actions being carried out directly at the <code>xattr</code> or <code>MDQuery</code> level, with no intermediary tools. There is no noticeable lag in searching or tagging, regardless of the complexity or size of the query or file list.</p> - <h2>Further Work</h2> - <p>As a part of Quicksilver the OpenMeta File Tagging plugin provides a foundation for most functionality of a tagging system, all available directly in the interface. Extending beyond Quicksilver might be a possibility worth exploring, perhaps showing files with certain tags in a new Finder window, or in a tagging-focused application like Leap.</p> - icon - OpenMetaTagIcon - relatedBundles - - com.ironic.tagit - - relatedPaths - - /usr/local/bin/openmeta - /usr/bin/openmeta - - - QSPluginChanges - <ul> <li>64-bit updates</li> <li>Works without the <code>openmeta</code> command-line tool</li> <li>Quickly tag files and folders (existing tags are used by default in the third pane)</li> <li>Quickly locate files matching one or more tags</li> <li>Add files to your catalog based on one or more tags</li> <li>catalog is updated immediately (when tags are added/removed via Quicksilver)</li> <li>All functionality is documented in the help</li> </ul> - QSRequirements - - obsoletes - - com.blacktree.Quicksilver.OpenMetaFileTagging - - version - 3926 - - - com.qsapp.QSFaceTime - - CFBundleIdentifier - com.qsapp.QSFaceTime - CFBundleName - FaceTime Plugin - CFBundleShortVersionString - 1.0.0 - CFBundleVersion - 2 - QSModifiedDate - 2012-11-07 01:11:49 +0000 - QSPlugIn - - author - Rob McBroom - categories - - Applications - - description - Initiate FaceTime with Contacts - extendedDescription - <h2>FaceTime</h2> - <p>This plug-in adds a FaceTime action.</p> - <p>With a phone number, e-mail address, or contact<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup> selected, choose the FaceTime action in the second pane.</p> - <p>The FaceTime application will ask you to confirm before actually contacting the person.</p> - <div class="footnote"> - <hr> - <ol> - <li id="fn:1"> - <p>For contacts, the first listed e-mail address will be used. This may or may not be what you want. You should generally select a specific phone number or e-mail address.&#160;<a href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">&#8617;</a></p> - </li> - </ol> - </div> - icon - com.apple.FaceTime - name - FaceTime - relatedBundles - - com.apple.FaceTime - - - QSPluginChanges - New plug-in: Adds a FaceTime action to contacts - QSRequirements - - bundles - - - Name - FaceTime - id - com.apple.FaceTime - version - 1.0 - - - - - com.qsapp.QSTwit - - CFBundleIdentifier - com.qsapp.QSTwit - CFBundleName - Twitter Plugin - CFBundleShortVersionString - 1.0.0 - CFBundleVersion - 96 - QSModifiedDate - 2013-04-11 08:04:43 +0000 - QSPlugIn - - author - Patrick Robertson - categories - - Applications - Web - - description - Allows posting of tweets and messages to Twitter from Quicksilver - extendedDescription - <h3>Twitter Plugin</h3> - <p>Enables posting of tweets, messages and direct messages to Twitter from within Quicksilver</p> - <h4>Setup</h4> - <p><strong>Twitter Login</strong></p> - <p>In order to post tweets from Quicksilver, you must authenticate Quicksilver with your Twitter account. Do this by going to the <a href="qs://preferences#QSTwitterPrefPane">Twitter plugin preferences</a> and clicking the 'Sign In' button. - Your Twitter login details are stored securely in OS X's Keychain.app for access across computer and app relaunches. You can remove the login details at any time by clicking the 'Sign Out' button in the Twitter preference pane.</p> - <p><strong>Twitter Contacts</strong></p> - <p>Some actions require a contact to send a direct message/message to. These actions accept both text (e.g. in the form '@Twitter') or a contact from your Address Book (requires the Contacts plugin). In order to use contacts directly, you must ensure that your contacts have their Twitter username field set in Address Book.app / Contacts.app</p> - <h4>Actions</h4> - <p><strong>Send Tweet</strong></p> - <p>The 'Send Tweet' action takes text in Quicksilver's 1st pane and posts a tweet directly to Twitter</p> - <p><strong>Send Tweet… / Send Tweet To…</strong></p> - <p>Use the 'Send Tweet…' action to send a contact selected in Quicksilver's 1st pane (either a contact from your Contacts list or a username entered as text) the text entered in Quicksilver's 3rd pane. The 'Send Tweet To…' action works in reverse, taking text in Quicksilver's 1st pane and a contact in Quicksilver's 3rd pane.</p> - <p><strong>Send Direct Message… / Send Direct Message To…</strong></p> - <p>'Send Direct Message…' can be used to send a contact (selected in Quicksilver's 1st pane) a direct message entered as text in Quicksilver's 3rd pane. The 'Send Direct Message To…' action works in reverse.</p> - icon - QSTwit - relatedBundles - - com.twitter.twitter-mac - com.iconfactory.Twitterrific - - - QSPluginChanges - <ul><li>New Twitter plugin for sending tweets and messages from Quicksilver</li></ul> - QSRequirements - - version - 4000 - - - com.qsapp.Quicksilver.MicrosoftOfficePlugin - - CFBundleIdentifier - com.qsapp.Quicksilver.MicrosoftOfficePlugin - CFBundleName - Microsoft Office Plugin - CFBundleShortVersionString - 1.0.1 - CFBundleVersion - 8A - QSModifiedDate - 2012-06-10 08:06:12 +0000 - QSPlugIn - - author - Patrick Robertson - categories - - Applications - - description - Recent documents from the Microsoft Office Suite - extendedDescription - <h3>Microsoft Office Plugin</h3> - - <p>Enables moving down (using → or /) into Microsoft Word, Excel, Powerpoint to locate recently opened documents.<br /> - Works with Microsoft Office 2008 and Microsoft Office 2011</p> - icon - OfficeLego - relatedBundles - - com.microsoft.Word - com.microsoft.Powerpoint - com.microsoft.Excel - com.microsoft.office - - - QSPluginChanges - <ul><li>64 bit ready</li><li>Synchronise files before attempting to get list of most recent documents</li><li>Project tidy-ups</li><li>Don't show files that do not exist</li></ul> - - com.qsapp.Quicksilver.NostromoInterface - - CFBundleIdentifier - com.qsapp.Quicksilver.NostromoInterface - CFBundleName - Nostromo Interface - CFBundleShortVersionString - 1.1.1 - CFBundleVersion - 5 - QSModifiedDate - 2012-06-12 05:06:19 +0000 - QSPlugIn - - author - Rob McBroom - categories - - Interfaces - - description - Provides a wide interface - extendedDescription - <h2 id="nostromo">Nostromo</h2> - - <p>This provides a wide interface, suited to displaying longer names and/or details for items in your catalog.</p> - - <h3 id="colors">Colors</h3> - - <p>The &#8220;Customize&#8221; panel in the Appearance preferences allows you to set colors from several &#8220;themes&#8221;. This interface uses and respects Quicksilver&#8217;s bezel colors (also configurable in the Appearance prefs). As such, the themes are not persistent, but the individual colors are. This allows you to use one of the built-in options as a starting point, but tweak individual colors to your liking if needed.</p> - - <p>To put it another way, the &#8220;Customize&#8221; panel is only used to <strong>set</strong> colors. Do not expect to see the last theme you used selected the next time you open the panel.</p> - - <h3 id="position">Position</h3> - - <p>The interface can be moved if it&#8217;s obscuring something, but the new position will not be remembered. It will be centered the next time you invoke it.</p> - - <h3 id="about">About</h3> - - <p>&#8220;Nostromo&#8221; is the name of the ship in <em>Alien</em> (1979).</p> - - <p><a href="https://github.com/skurfer/Nostromo/issues">Report bugs</a> on GitHub.</p> - - QSPluginChanges - updates for 64-bit Quicksilver - QSRequirements - - version - 3900 - - - com.qsapp.Quicksilver.TextStartRanker - - CFBundleIdentifier - com.qsapp.Quicksilver.TextStartRanker - CFBundleName - TextStart Ranker - CFBundleShortVersionString - 2.1.1 - CFBundleVersion - 24 - QSModifiedDate - 2012-05-21 08:05:39 +0000 - QSPlugIn - - author - Allan Odgaard, Florian Heckl - description - Ranking which prefers word boundaries.<br><br>So when you enter "ab" as a search string then "Address Book.app" gets a higher score then "Abrasive.jpg".<br><br>You can change the default ranker in the Handlers preferences. - icon - defaultIcon - - QSPluginChanges - Alert users of the old TextMate Ranker to update - QSRequirements - - obsoletes - - com.macromates.quicksilver.duff_string_ranker - - version - 3774 - - - com.robertson.Quicksilver.OnePassword - - CFBundleIdentifier - com.robertson.Quicksilver.OnePassword - CFBundleName - 1Password Plugin - CFBundleShortVersionString - 2.6.3 - CFBundleVersion - 376 - QSModifiedDate - 2013-01-20 04:01:16 +0000 - QSPlugIn - - author - Patrick Robertson - categories - - Applications - - description - Adds support for 1Password Data to Reveal in 1Password and to Go & Fill web forms - extendedDescription - <h2>1Password 3 Plugin</h2> - <p>The 1Password plugin for Quicksilver gives you the ability to manipulate 1Password data from Quicksilver, and to Go &amp; Fill web logins.</p> - <h3>Catalog</h3> - <p>This plugin enables Quicksilver to index your 1Password data. This includes:</p> - <ul> - <li>Web forms</li> - <li>Accounts</li> - <li>Software</li> - <li>Identities</li> - <li>Wallet items</li> - <li>Notes</li> - </ul> - <p>You can access all these items by right arrowing (→) into the 1Password.app in Quicksilver's first pane. - You may also add these items to your catalog by going to the <a href="qs://preferences#QSCatalogPrefPane">Catalog preferences</a> and enabling the '1Password' entry.</p> - <h3>Actions</h3> - <p><strong>Go &amp; Fill</strong></p> - <p>The Go &amp; Fill action is available for 1Password web forms. When run on a web form, the plugin takes you to your browser and logs you in using the login.</p> - <p><strong>Go &amp; Fill With...</strong></p> - <p>This action is an extension of the 'Go &amp; Fill' action, and allows you to specify a browser to use when filling the login/web form.</p> - <p><strong>Reveal in 1Password</strong></p> - <p>The Reveal in 1Password action is available for all data types (see above). It launches 1Password and selects the entry in the application, allowing you to manipulate of view its details.</p> - <hr> - <p>This plugin has taken a lot of development time. If you enjoy using it, please consider <a href="http://patjack.co.uk/donating-for-my-quicksilver-1password-plugin/">donating</a>.</p> - icon - com.agilebits.onepassword-osx - relatedBundles - - com.agilebits.onepassword-osx - ws.agile.1Password - - - QSPluginChanges - <ul><li>Fix the 'Reveal in 1Password' action</li></ul> - - com.skurfer.Quicksilver.QSViscosity - - CFBundleIdentifier - com.skurfer.Quicksilver.QSViscosity - CFBundleName - Viscosity Plugin - CFBundleShortVersionString - 1.2.0 - CFBundleVersion - 72 - QSModifiedDate - 2012-11-05 10:11:01 +0000 - QSPlugIn - - author - Rob McBroom - categories - - Applications - System - - description - Access VPN connections in Viscosity - extendedDescription - <h2>Viscosity plug-in for Quicksilver</h2> - <p>The VPN connections you've defined in Viscosity get added to the catalog. You can either search for them directly or right arrow into the Viscosity application.</p> - <p>There are two actions available for a Viscosity connection:</p> - <ul> - <li>Connect to VPN</li> - <li>Disconnect from VPN</li> - </ul> - <p>There are also two actions available if you select the Viscosity application in the first pane:</p> - <ul> - <li>Connect All VPNs</li> - <li>Disconnect All VPNs</li> - </ul> - <p>When you first install the plug-in, these actions will be higher in priority than "Open", which is normally the default for applications. If that's not what you want, move them down the list in your Quicksilver preferences.</p> - <p>The plug-in tries to be smart about which actions to display. For instance, you won't see "Disconnect from VPN" unless that connection is currently active.</p> - <p>NOTE: If Viscosity isn't running, any of the "Connect…" actions will start it. This is generally what you want, but be aware that if you've configured certain VPNs to connect on launch, they will be connected regardless of what you are trying to do via Quicksilver.</p> - icon - com.viscosityvpn.Viscosity - relatedBundles - - com.viscosityvpn.Viscosity - - - QSPluginChanges - updated for 64-bit - QSRequirements - - bundles - - - id - com.viscosityvpn.Viscosity - name - Viscosity - - - - - com.skurfer.Quicksilver.RemoteHosts - - CFBundleIdentifier - com.skurfer.Quicksilver.RemoteHosts - CFBundleName - Remote Hosts Plugin - CFBundleShortVersionString - 1.3.2 - CFBundleVersion - 15C - QSModifiedDate - 2012-08-29 10:08:52 +0000 - QSPlugIn - - author - Rob McBroom - categories - - Development - Miscellaneous - System - - description - Provides actions that can be taken on computers - extendedDescription - <h2>A Quicksilver plug-in for dealing with a large number of computers</h2> - <p>Given a text file with a list of machines in it (either hostname, Fully Qualified Domain Name, or IP address), this plug-in indexes them as "remote host" objects and provides the following actions:</p> - <ul> - <li>SSH</li> - <li>SSH as root</li> - <li>SSH as… [username in 3rd pane]</li> - <li>Telnet</li> - <li>Telnet to port… [port number in 3rd pane]</li> - <li>FTP</li> - <li>HTTP</li> - <li>HTTPS</li> - <li>Screen Sharing (VNC)</li> - <li>Browse with CIFS</li> - <li>Mount share with CIFS… [share name in 3rd pane]</li> - <li>Browse with AFP</li> - <li>Mount share with AFP… [share name in 3rd pane]</li> - <li>MS Remote Desktop [requires the CoRD application]</li> - <li>Get Host Info</li> - </ul> - <p>There is also a "Use as Remote Host" action that applies to text. If you type a hostname by hand, paste it, or pull it from an application using ⌘⎋ or ⌘G, this action will "convert" it to a remote host in Quicksilver so you can connect to it, etc.</p> - <p>Some of the above actions also provide "alternate" actions. Hit ⌘↩ instead of ↩ to run the alternate.</p> - <table> - <thead> - <tr> - <th>Action</th> - <th>Alternate</th> - </tr> - </thead> - <tbody> - <tr> - <td>SSH</td> - <td>SSH as root</td> - </tr> - <tr> - <td>FTP</td> - <td>Get FTP URL</td> - </tr> - <tr> - <td>HTTP</td> - <td>Get HTTP URL</td> - </tr> - <tr> - <td>HTTPS</td> - <td>Get HTTPS URL</td> - </tr> - </tbody> - </table> - <p>The "Get XYZ URL" actions are useful in situations where you need to paste the URL to a remote machine, or want to open it in something other than the default application.</p> - <p>Selecting a host in Quicksilver and hitting → or / will provide the following information (if available):</p> - <ul> - <li> - <p>IP Addresses and aliases</p> - <p>Quicksilver treats these as strings, so you can use "Large Type", paste them into the current application, send them via IM or e-mail, etc.</p> - </li> - <li> - <p>Lights-Out Management</p> - <p>The LOM address is itself another "remote host" in Quicksilver. With it selected, you can use one of the above actions to connect to it.</p> - </li> - <li> - <p>Host Info URL</p> - <p>If you've defined a URL in the preferences that provides info for hosts, it will appear here.</p> - </li> - </ul> - <p>The plug-in will scan <code>~/.hosts</code> for a list of machines by default. (You can use any file. See below.) The file is treated as UTF-8. It should contain one host per line. The hostname or FQDN should be the first thing on each line, but other metadata is allowed (separated by a single space). A port can also be specified. An example might look like this:</p> - <pre><code>server1.example.com - server2 - server3.example.com ostype:linux - server4.example.com ostype:linux lom:10.1.2.3 label:test - server5.example.com:8080 - appleserver.example.com icon:com.apple.xserve ostype:macosx - windows.example.com ostype:windows - somehost ostype:solaris - webhost1 groups:Web - webhost2 groups:Web - </code></pre> - <p>You may already have a file like this for completion in your shell. If you have existing metadata in this file, it shouldn't break anything, but it won't necessarily be useful in Quicksilver.</p> - <p>The plug-in scans for items on each host's line that look like this: <code>key:value</code>. All such data will be stored along with the host in Quicksilver's catalog, but there are currently only a few that will affect its behavior.</p> - <ul> - <li><code>ostype</code>: OS type should be a short, generic word, like "solaris", "linux", "windows", etc. Currently, the only real distinction is between "windows" and everything else. Windows hosts get a different default icon and certain actions don't appear. Default icons for additional OS types may be added in the future.</li> - <li><code>icon</code>: You can specify an icon to use for a host if you don't like its default. This can be a bundle identifier, like "com.apple.Terminal", the name of an icon in the CoreTypes bundle like "com.apple.mac", or the path to an icon or image file. The usual types of images are supported, but they will most likely get squished into a square (depending on which Quicksilver interface you use).</li> - <li><code>lom</code>: The Lights-Out Management address will only apply to fancy, rack-mounted servers that provide some sort of network-based LOM. If you don't know what this means, you probably don't need to worry about it. The information itself should be an IP address, hostname, or FQDN for the system's LOM interface.</li> - <li><code>label</code>: By default, all hosts in your catalog will be labeled with their hostname, FQDN, or IP address (as it appears in your file). Setting a label in the file will append to the default, not replace it. Quicksilver searches the text in the label as you type to search for things. If you have many hosts with similar names, they can be hard to get to quickly. Using this item to append to the label can be useful to group or "tag" systems for faster searching.</li> - <li><code>groups</code>: A comma separated list of groups you want the host to belong to. Names can't contain spaces at this time. More information on using groups can be found under Tips.</li> - </ul> - <p>You can optionally pull hosts from <code>~/.ssh/known_hosts</code>. There is a preset (disabled by default) under "Remote Hosts" in the Plugins section of the Catalog. If you want to get hosts from an arbitrary file, add a new custom catalog entry and choose "Remote Hosts" from the drop-down, then choose the file for the new entry.</p> - <h3>Preferences</h3> - <ul> - <li> - <p>Host Info URL</p> - <p>If you have a web-based front end for an inventory or monitoring tool that can provide information about individual hosts, you can define the URL here. Put <code>***</code> in the URL where you want the hostname to appear. For example, if http://info.domain.tld/summary/webhost1 provides information for <code>webhost1</code>, you could define the URL as http://info.domain.tld/summary/***.</p> - <p>If this is left blank, the Get Host Info action will not be available.</p> - </li> - <li> - <p>Use hostname in URL</p> - <p>If you have hosts in your catalog using their Fully Qualified Domain Name, but the info URL expects the hostname, enable this preference to remove the domain.</p> - </li> - </ul> - <h3>Tips</h3> - <p>After installation, you may want to check the precedence of the actions and make sure they're to your liking. The actions only apply to "remote hosts" in the catalog, so moving them up rather high on the list shouldn't interfere with other tasks. You may also want to disable some of the ones you never think you'll use.</p> - <p>For more than a few machines, you should use a script to generate a <code>.hosts</code> file from DNS, LDAP, a database, or some other authoritative source if possible, rather than managing it by hand. You might also schedule a job to update the file on a regular basis.</p> - <p>For hosts you want to frequently connect to at the same time, you can assign them to one or more groups in the scanned file. Any groups you define will be added to the catalog. You can search for them by name, or by name plus "Remote Host Group". You can use the SSH and Telnet actions to connect to all hosts in the group. Hitting → or / will reveal the group's members.</p> - <p>If you find yourself using "SSH as…" frequently, you may want to add something like this to your <code>~/.ssh/config</code>:</p> - <pre><code>Host server.domain - User someuser - </code></pre> - <p>See the <code>ssh_config(5)</code> man page for details.</p> - <p>For <strong>iTerm</strong> users, the SSH and Telnet actions are intentionally not specific to Terminal. They simply send an address to the OS to be opened. Configure your system to open <code>ssh://</code> and <code>telnet://</code> locations using iTerm if you want to use that instead of Terminal.</p> - <p>Finally, don't forget the "comma trick". You can select multiple hosts using the comma or ⌘A, then connect to them all at once.</p> - icon - com.apple.xserve - relatedPaths - - ~/.hosts - ~/.ssh/known_hosts - - - QSPluginChanges - <ul><li>The plug-in should be recommended to new users automatically if they have <code>~/.hosts</code> or <code>~/.ssh/known_hosts</code></li><li>Performance improvements</li><li>Actions should appear for remote host groups</li><li>Internal clean-up</li></ul> - - com.ssofts.Quicksilver.QSQRCode - - CFBundleIdentifier - com.ssofts.Quicksilver.QSQRCode - CFBundleName - QSQRCode - CFBundleShortVersionString - 1.0.0 - CFBundleVersion - 72 - QSModifiedDate - 2012-08-16 06:08:02 +0000 - QSPlugIn - - author - Eric Doughty-Papassideris - categories - - Miscellaneous - - description - Displays objects as QR Code - extendedDescription - <h3>Description</h3> - Displays objects as <a href="http://en.wikipedia.org/wiki/QR_Code">QR Code</a> 2D barcodes - <br/><br/><h3>Credits</h3> - Most of the difficult code is written by: - <ul> - <li>libqrencode 3.1 by FUKUCHI Kentaro (<a href="http://megaui.net/fukuchi/works/qrencode/index.en.html">http://megaui.net/...</a>)</li> - <li>Quicksilver plugin Xcode template by Ankur Kothari <a href="http://lipidity.com/apple/quicksilver-plugins-in-objective-c">http://lipidity.com/...</a></li> - <li>UI code heavily inspired from <a href="http://github.com/andreberg/blacktree-alchemy/blob/B5X/Quicksilver/Code-QuickStepInterface/QSLargeTypeDisplay.m">QuickSilvers Large Type by Alcor</a></li> - <li>A tiny function copied from <a href="http://code.google.com/p/mactlmgr/source/browse/trunk/TLMStatusWindow.m?spec=svn569&r=569">Adam Maxwell - TeX Live Manager</a></li> - </ul> - Image conversion, cocoa &quot;ui&quot;, and blending the above resources by <a href="http://s-softs.com">Eric Doughty-Papassideris</a> - <br/><br/><h3>Licence</h3> - IDC v2.0 (&quot;I Dont Care&quot;) - <br/><br/><h3>Disclaimer</h3> - Carefull: I don't want to know about what - happened (or not) because of this code. - You are running it &quot;as-is&quot;, - and it &quot;is not my problem&quot;. - - icon - QSQRCode - qsversion - 29CC - relatedBundles - - - QSPluginChanges - <ul><li>64 bit ready</li></ul> - - - se.stdin.quicksilver.GoogleChrome - - CFBundleIdentifier - se.stdin.quicksilver.GoogleChrome - CFBundleName - Google Chrome Plugin - CFBundleShortVersionString - 1.1.6 - CFBundleVersion - 20 - QSModifiedDate - 2013-02-15 12:02:17 +0000 - QSPlugIn - - author - Andreas Johansson - categories - - Applications - Web - - description - Access to information and functionality in the Google Chrome web browser - extendedDescription - <h2 id="quicksilver-google-chrome-plugin">Quicksilver Google Chrome plugin</h2> - <p>This plugin adds functionality for accessing different aspects of <a href="https://www.google.com/chrome">Google Chrome</a> in Quicksilver.</p> - <p>This plugin contains adapted code from the <a href="https://github.com/quicksilver/com.apple.Safari-qsplugin">Safari plugin</a>.</p> - <h3 id="catalog">Catalog</h3> - <p>The following additions are made to the catalog:</p> - <ul> - <li><strong>Open web pages</strong> - A container for the current open web pages in Chrome, access the actual web pages by right arrowing into the container. Also available when right arrowing into the Chrome application.</li> - <li><strong>Bookmarks</strong> - The top level bookmarks and bookmark folders from Chrome. Also available when right arrowing into the Chrome application</li> - <li><strong>History</strong> - The 300 latest history entries in Chrome, disabled by default. The number in the catalog is limited to 300 for performance reasons. The history entries are also available when right arrowing into the Chrome application, and it includes all of the history, no limits.</li> - <li><strong>Search engines</strong> - All search engines registered in Chrome, disabled by default. They are searchable both by their names and their keywords, and are also available when right arrowing into the Chrome application.</li> - </ul> - <h3 id="actions">Actions</h3> - <p>The following actions are available:</p> - <ul> - <li><strong>Reveal tab in Chrome</strong> - Activates the tab in Chrome that contains the selected web page. This is only available for Chrome Tab types, i.e. the listing under &quot;Open web pages&quot;, or &quot;Current Web Page&quot;.</li> - <li><strong>Reload tab in Chrome</strong> - Reloads the tab in Chrome that contains the selected web page. This is only available for Chrome Tab types, i.e. the listing under &quot;Open web pages&quot;, or &quot;Current Web Page&quot;.</li> - </ul> - <h3 id="proxies">Proxies</h3> - <p>The following proxies are available:</p> - <ul> - <li><strong>Current Web Page</strong> - The web page currently displayed in the frontmost tab of the frontmost window in Chrome.</li> - <li><strong>Current Web Site</strong> - A web search on the site displayed in the frontmost tab of the frontmost window in Chrome.</li> - </ul> - <h3 id="types">Types</h3> - <p>The following new types are defined:</p> - <ul> - <li><strong>Chrome Tab</strong> - A currently open tab in Chrome. Used as secondary type on URLs coming from Chrome tabs.</li> - </ul> - <h3 id="additional-information">Additional information</h3> - <p>The icon used for the bookmarks folder is created by <a href="http://ermonas.deviantart.com/">Ernesto Monasterio</a>, and can be found <a href="http://ermonas.deviantart.com/art/Google-Chrome-Folder-Icon-201492913">Here</a>. The icon is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 License</a>.</p> - icon - com.google.Chrome - relatedBundles - - com.google.Chrome - - - QSPluginChanges - replace "module" with "plugin" - QSRequirements - - bundles - - - id - com.google.Chrome - name - Google Chrome - - - - - se.stdin.quicksilver.iTerm2 - - CFBundleIdentifier - se.stdin.quicksilver.iTerm2 - CFBundleName - iTerm2 Plugin - CFBundleShortVersionString - 1.6.2 - CFBundleVersion - 12 - QSModifiedDate - 2013-02-15 12:02:06 +0000 - QSPlugIn - - author - Andreas Johansson - categories - - System - Applications - Development - - description - Provider for using iTerm2 with the Terminal plugin - extendedDescription - <h2 id="quicksilver-iterm2-plugin">Quicksilver iTerm2 plugin</h2> - <p>This plugin provides functionality for having commands from the <a href="http://github.com/quicksilver/Terminal-qsplugin">Terminal plugin</a> work in <a href="http://www.iterm2.com/">iTerm2</a>. It does so by registering iTerm2 as a Command line interface.</p> - <p>When the iTerm2 plugin is installed, iTerm2 becomes available as a choice under Command Line Interface in the Handlers section of the Quicksilver preferences.</p> - <p>In addition, this plugin provides iTerm2-specific functionality.</p> - <p>This plugin contains adapted code from the <a href="http://github.com/quicksilver/Terminal-qsplugin">Terminal plugin</a>.</p> - <h3 id="types">Types</h3> - <ul> - <li><strong>iTerm Session</strong> - A representation of an iTerm session. Access all sessions by right-arrowing into iTerm2.</li> - </ul> - <h3 id="actions">Actions</h3> - <p>This plugin supplies the following actions:</p> - <ul> - <li><p><strong>Run a Text Command in iTerm</strong> - Runs a text command entered in Quicksilver's text mode in iTerm.</p> - <p>The action opens a new terminal. The alternate action is <strong>Run a Text Command in iTerm Tab</strong>.</p></li> - <li><p><strong>Run a Text Command in iTerm Tab</strong> - Runs a text command entered in Quicksilver's text mode in iTerm.</p> - <p>The action opens a new tab in the current terminal. The alternate action is <strong>Run a Text Command in iTerm</strong>.</p> - <p>Disabled by default.</p></li> - <li><p><strong>Run a Text Command in Current iTerm</strong> - Runs a text command entered in Quicksilver's text mode in iTerm.</p> - <p>The action runs the command in the frontmost tab in the frontmost iTerm window.</p> - <p>Disabled by default.</p></li> - <li><p><strong>Run in iTerm [...]</strong> - Runs the selected shell script/binary in iTerm.</p> - <p>The target either has to be an executable or a shell script with a #! declaration.</p> - <p>The action opens a new terminal. The alternate action is <strong>Run in iTerm Tab [...]</strong>.</p></li> - <li><p><strong>Run in iTerm Tab [...]</strong> - Runs the selected shell script/binary in iTerm.</p> - <p>The target either has to be an executable or a shell script with a #! declaration.</p> - <p>The action opens a new tab in the current terminal. The alternate action is <strong>Run in iTerm [...]</strong>.</p> - <p>Disabled by default.</p></li> - <li><p><strong>Run in Current iTerm [...]</strong> - Runs the selected shell script/binary in iTerm.</p> - <p>The target either has to be an executable or a shell script with a #! declaration.</p> - <p>The action runs the command in the frontmost tab in the frontmost iTerm window.</p> - <p>Disabled by default.</p></li> - <li><p><strong>Open Parent Directory in iTerm</strong> - Opens the selected directory's parent in iTerm.</p> - <p>This action is only provided for targets that are neither directories nor runnables (Terminal plugin compatibility).</p> - <p>The action opens a new terminal. The alternate action is <strong>Open Parent Directory in iTerm Tab</strong>.</p></li> - <li><p><strong>Open Parent Directory in iTerm tab</strong> - Opens the selected directory's parent in iTerm.</p> - <p>This action is only provided for targets that are neither directories nor runnables (Terminal plugin compatibility).</p> - <p>The action opens a new tab in the current terminal. The alternate action is <strong>Open Parent Directory in iTerm</strong>.</p> - <p>Disabled by default.</p></li> - <li><p><strong>Open Parent Directory in Current iTerm</strong> - Opens the selected directory's parent in iTerm.</p> - <p>This action is only provided for targets that are neither directories nor runnables (Terminal plugin compatibility).</p> - <p>The action opens the directory in the frontmost tab in the frontmost iTerm window.</p> - <p>Disabled by default.</p></li> - <li><p><strong>Open Directory in iTerm</strong> - Opens the selected directory in iTerm.</p> - <p>The action opens a new terminal. The alternate action is <strong>Open Directory in iTerm Tab</strong>.</p></li> - <li><p><strong>Open Directory in iTerm Tab</strong> - Opens the selected directory in a new tab in iTerm.</p> - <p>The action opens a new tab in the current terminal. The alternate action is <strong>Open Directory in iTerm</strong>.</p></li> - <li><p><strong>Open Directory in Current iTerm</strong> - Opens the selected directory's parent in iTerm.</p> - <p>The action opens the directory in the frontmost tab in the frontmost iTerm window.</p> - <p>Disabled by default.</p></li> - </ul> - <p>When configured as the Command Line Interface for Quicksilver, this plugin also supports the following actions:</p> - <ul> - <li><strong>Run a Text Command in Terminal</strong> - Runs a text command entered in Quicksilver's text mode in the terminal.</li> - <li><strong>Run in Terminal [...]</strong> - Runs the selected shell script/binary in the terminal.</li> - <li><strong>Open Parent Directory in Terminal</strong> - Opens the selected directory's parent in the terminal.</li> - <li><strong>Open Directory in Terminal</strong> - Opens the selected directory in the terminal.</li> - </ul> - <p>The following actions are available for iTerm sessions:</p> - <ul> - <li><strong>Open in New Window</strong> - Opens a new terminal window with the selected session</li> - <li><strong>Open in New Tab</strong> - Opens a new tab with the selected session in the current terminal</li> - </ul> - icon - com.googlecode.iterm2 - relatedBundles - - com.googlecode.iterm2 - - - QSPluginChanges - replace "module" with "plugin" - QSRequirements - - bundles - - - id - com.googlecode.iterm2 - name - iTerm - - - plugins - - - id - com.blacktree.Quicksilver.QSTerminalPlugIn - name - Terminal Plugin - - - - - - webDownloadDate - 2013-04-12T23:22:59Z - - diff --git a/Quicksilver/Triggers.plist b/Quicksilver/Triggers.plist deleted file mode 100755 index aa1e64b..0000000 --- a/Quicksilver/Triggers.plist +++ /dev/null @@ -1,96 +0,0 @@ - - - - - triggers - - - ID - QSGetGlobalSelectionTrigger - command - QSGetGlobalSelectionCommand - enabled - - set - Quicksilver - type - QSHotKeyTrigger - - - ID - E7631AF6-7D0A-4C88-B4DA-110D52EB5108 - command - - actionID - FileOpenAction - directID - /Applications/Utilities/Terminal.app - - enabled - - keyCode - 17 - modifiers - 786721 - onPress - - type - QSHotKeyTrigger - - - ID - QSActivateTextModeTrigger - command - QSActivateTextModeCommand - enabled - - set - Quicksilver - type - QSHotKeyTrigger - - - ID - 69E740B0-85BD-4BBF-8863-C6AC69C8B5FB - command - - actionID - FileOpenAction - directID - /Applications/Google Chrome.app - - enabled - - keyCode - 5 - modifiers - 786721 - onPress - - type - QSHotKeyTrigger - - - ID - 725CE1CC-64B8-4E3B-A63B-7F9838818C6D - command - - actionID - FileOpenAction - directID - /Applications/Emacs.app - - enabled - - keyCode - 14 - modifiers - 786721 - onPress - - type - QSHotKeyTrigger - - - - diff --git a/Vagrantfile b/Vagrantfile deleted file mode 100644 index 38ec368..0000000 --- a/Vagrantfile +++ /dev/null @@ -1,39 +0,0 @@ -VAGRANTFILE_API_VERSION = '2' - -Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = 'precise64' - config.vm.box_url = 'http://files.vagrantup.com/precise64.box' - - # - # Use host authenticaton for git and maven. - # - # Ensure host private key is registered with host SSH agent: - # - # ssh-add -L - # ssh-add ~/.ssh/id_rsa - # ssh-add -L - # - - config.ssh.private_key_path = [ - '~/.vagrant.d/insecure_private_key', - '~/.ssh/id_rsa' - ] - config.ssh.forward_agent = true - - config.vm.synced_folder "~/.m2", "/home/vagrant/.m2" - - config.vm.provision :shell, path: 'upgrade-puppet.sh' - - # Install puppet modules - config.vm.provision :shell, path: 'bootstrap.rb', args: %w( - puppetlabs-stdlib - puppetlabs/apt - puppetlabs/vcsrepo - maestrodev/rvm - deric/zookeeper - ) - - config.vm.provision :puppet do |puppet| - puppet.options = ENV['PUPPET_OPTIONS'] - end -end diff --git a/androidterm/jackpal.androidterm_preferences.xml b/androidterm/jackpal.androidterm_preferences.xml deleted file mode 100755 index 8276e27..0000000 --- a/androidterm/jackpal.androidterm_preferences.xml +++ /dev/null @@ -1,20 +0,0 @@ - - -/system/xbin/bash --rcfile /data/.profile - - - - -2 -0 - -0 - -vt100 - -1 -5 -4 -2 -7 - diff --git a/ash b/ash deleted file mode 100755 index 6464e26..0000000 --- a/ash +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -unset IFS -set -euf -exec dash "$@" diff --git a/bash4 b/bash4 deleted file mode 100755 index 22ebe3a..0000000 --- a/bash4 +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -unset IFS -set -euf -exec bash "$@" diff --git a/bootstrap.rb b/bootstrap.rb deleted file mode 100755 index 64e9eba..0000000 --- a/bootstrap.rb +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env ruby - -modules_dir = '/etc/puppet/modules' - -puts `mkdir -p #{modules_dir}` unless File.exist? modules_dir - -mods = ARGV - -installed = `puppet module list`.split "\n" - -mods.each do |mod| - puts `puppet module install #{mod}` unless installed.any? do |i| - i.include?(mod.sub('/', '-')) - end -end diff --git a/castle.md b/castle.md deleted file mode 100755 index 68a74d3..0000000 --- a/castle.md +++ /dev/null @@ -1,15 +0,0 @@ -# Demo file for testing Emacs Markdown block vs line indent - - - F~ /\ - /\ /__\ - /__\ |. | - |n | :_|__|_: - :_| |_: p |. | - | n| p p /\ |. | - | | /\_____/\ /__\ |. | - |n |_=_|. . . .|_=_=_=_=_=_=_|. | - |n |. .| ___ |. . . . . . .|. | - |n | | | | | |. | - __|__|___|_|___|_|_____________|__|__ - / / / \ diff --git a/ccl b/ccl deleted file mode 100755 index dc455bd..0000000 --- a/ccl +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -unset IFS -set -euf - -BREAK_CHARS="\"#'(),;\`\\|!?[]{}" -rlwrap \ - -b "$BREAK_CHARS" \ - --remember \ - -c \ - -f ~/.ccl_completions \ - -H ~/.ccl_history \ - -s 1000000 \ - lx86cl \ - ${1+"$@"} diff --git a/checkmake.ini b/checkmake.ini deleted file mode 100644 index 39b1d0b..0000000 --- a/checkmake.ini +++ /dev/null @@ -1,2 +0,0 @@ -[maxbodylength] -maxBodyLength=10 diff --git a/clj_completions b/clj_completions deleted file mode 100755 index 66500cb..0000000 --- a/clj_completions +++ /dev/null @@ -1,563 +0,0 @@ -sorted-map -read-line -re-pattern -keyword? -unchecked-inc-int -val -chunked-seq? -find-protocol-impl -vector-of -object-array -*compile-path* -max-key -list* -ns-aliases -booleans -the-ns -== -chunk-buffer -longs -shorts -instance? -format -sequential? -fn? -empty -bound-fn -dorun -time -remove-method -gensym -not= -*3 -unchecked-multiply -doseq -bit-or -aset-byte -if-not -hash-set -add-watch -unchecked-dec -some -nil? -string? -boolean-array -second -letfn -keys -for -*2 -long-array -pop-thread-bindings -error-mode -cond -bit-set -spit -find-protocol-method -fn -sorted? -short-array -ns-unalias -ns-publics -EMPTY-NODE -char-array -dosync -all-ns -long -with-open -init-proxy -add-classpath -false? -await1 -true? -gen-interface -sync -short -ns-unmap -repeat -zipmap -distinct -get-in -bit-xor -char-escape-string -complement -let -get-validator -dotimes -ref-max-history -*ns* -promise -defmethod --' -pop! -derive -aset-float -extend --reset-methods -lazy-cat -commute -defstruct -with-in-str -partition-by -rem -odd? -symbol? -*print-level* -*allow-unresolved-vars* -thread-bound? -proxy-call-with-super -*unchecked-math* -ns-interns -re-matches -split-with -munge -loop -future-done? -next -import -deliver -symbol -vals -select-keys -re-matcher -rand -deref -unchecked-inc -*math-context* -read -sequence -make-hierarchy -+ -number? -assoc! -descendants -into-array -last -unchecked-negate -integer? -defrecord -*read-eval* -alter -prn -with-meta -with-out-str -floats -* -*compile-files* -when-not -butlast -- -->> -reversible? -rseq -send-off -seq? -refer-clojure -identical? -.. -print -vary-meta -with-loading-context -agent-error -*command-line-args* -bit-flip -zero? -bit-and -unquote-splicing -future -re-groups -*warn-on-reflection* -newline -replicate -keep-indexed -char? -distinct? -remove-ns -ratio? -xml-seq -vec -concat -update-in -vector -with-bindings* -conj -bases -with-redefs -/ -unchecked-add -ref-set -assoc -unchecked-remainder-int -seque -aset-char -boolean -read-string -neg? -float-array -doubles -isa? -future-call -doto -extends? -remove-watch -print-str -*e -ref-history-count -rsubseq -*flush-on-newline* -*out* -future? -vector? -split-at -chunk-cons -ns-refers -create-struct -proxy-super -int-array -unchecked-long -float -assert -map -+' -counted? -memfn -double-array -accessor -*print-length* -frequencies -chars -class? -rand-int -*1 -aset-short -unchecked-short -prn-str -iterate -chunk-append -when-first -unchecked-double -slurp -restart-agent -unchecked-int -mapcat -assoc-in -get-thread-bindings -special-symbol? -ref -conj! -find-var -inc -future-cancel -definline -bound-fn* -unchecked-subtract -ns-name -shuffle -defn- -*file* -re-find -bit-not -construct-proxy -ref-min-history -destructure -seq -intern -unchecked-multiply-int -pvalues -to-array-2d -sorted-map-by -filter -*clojure-version* -var? -alter-meta! -unchecked-dec-int -comment -key -class -re-seq --cache-protocol-fn -ns -empty? -test -print-dup -create-ns -name -list? -aset -nnext -doall -extenders -macroexpand-1 -not-any? -resultset-seq -reductions -into -with-precision -*use-context-classloader* -transient -ffirst -bit-clear -proxy-name -extend-type -load-reader -with-redefs-fn -or -hash -inc' -print-ctor -associative? -float? -drop-last -replace -decimal? -defn -parents -map? -prefers -numerator -condp -quot -chunk-rest -unchecked-negate-int -file-seq -send -with-local-vars -reverse -with-bindings -count -get-proxy-class -set -unchecked-subtract-int -when-let -comp -nth -byte -dissoc! -*err* -constantly -load -namespace -pr-str -< -rationalize -sort-by -cycle -peek -denominator -reduce -interleave -amap --> -cons -macroexpand -var-set -str -aset-boolean -ns-imports -while -remove-all-methods -first -bean -= -memoize -var-get -unchecked-float -range -tree-seq -defmacro -set-validator! -aset-double -*' -case -unchecked-divide-int -enumeration-seq -prefer-method -partition-all -ensure -find-ns -not-every? -struct-map -> -max -proxy-mappings -identity -ints -fnext -biginteger -min-key -reset-meta! -push-thread-bindings -unchecked-add-int -subs -compile -agent-errors -clear-agent-errors -printf -ns-resolve -method-sig ->= -shutdown-agents -reset! -even? -require -bit-shift-left -dec' -methods -future-cancelled? -compare -deftype -sorted-set-by -cast -namespace-munge -supers -pcalls -load-string -group-by -get -<= -await -resolve -bytes -print-method -bound? -loaded-libs -fnil -force -partial -pmap -if-let -comparator -pos? -char -take-while -extend-protocol -and -refer -underive -in-ns -iterator-seq -declare -ancestors -hash-combine -persistent! -locking -partition -map-indexed -contains? -update-proxy -interpose -chunk -aset-int -ifn? -definterface -load-file -delay -apply -swap! -defmulti -proxy -reify -subvec -byte-array -rest -keyword -ns-map -set-error-mode! -unquote -int -release-pending-sends -mod -bigdec -nfirst -nthnext -*agent* -aset-long -struct -array-map -unchecked-char -bigint -dec -println -aget -find-keyword -pr -drop -clojure-version -*print-dup* -gen-class -eval -aclone -char-name-string -pop -primitives-classnames -atom -defonce -bit-shift-right -delay? -num -disj -io! -*print-readably* -rational? -merge-with -take-nth -*fn-loader* -*print-meta* -double -lazy-seq -*in* -take-last -line-seq -take -unchecked-byte -when -areduce -set? -make-array -rand-nth -alias -use -juxt -alength -chunk-first -*source-path* -defprotocol -to-array -hash-map -bit-and-not -compare-and-set! -*assert* -type -repeatedly -trampoline -set-error-handler! -remove -find -coll? -drop-while -not-empty -flatten -println-str -list -chunk-next -every? -satisfies? -flush -sort -dissoc -not -binding -error-handler -get-method -agent -sorted-set -alter-var-root -merge -subseq -min -print-simple -bit-test -await-for -keep -disj! -meta diff --git a/coffeelint.json b/coffeelint.json deleted file mode 100644 index 8a4d6f3..0000000 --- a/coffeelint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "arrow_spacing": { - "level": "ignore" - }, - "camel_case_classes": { - "level": "error" - }, - "coffeescript_error": { - "level": "error" - }, - "colon_assignment_spacing": { - "level": "ignore", - "spacing": { - "left": 0, - "right": 0 - } - }, - "cyclomatic_complexity": { - "value": 10, - "level": "ignore" - }, - "duplicate_key": { - "level": "error" - }, - "empty_constructor_needs_parens": { - "level": "ignore" - }, - "indentation": { - "value": 2, - "level": "error" - }, - "line_endings": { - "level": "ignore", - "value": "unix" - }, - "max_line_length": { - "value": 80, - "level": "error", - "limitComments": true - }, - "missing_fat_arrows": { - "level": "ignore" - }, - "newlines_after_classes": { - "value": 3, - "level": "ignore" - }, - "no_backticks": { - "level": "error" - }, - "no_debugger": { - "level": "warn" - }, - "no_empty_functions": { - "level": "ignore" - }, - "no_empty_param_list": { - "level": "ignore" - }, - "no_implicit_braces": { - "level": "ignore", - "strict": true - }, - "no_implicit_parens": { - "strict": true, - "level": "ignore" - }, - "no_interpolation_in_single_quotes": { - "level": "ignore" - }, - "no_plusplus": { - "level": "ignore" - }, - "no_stand_alone_at": { - "level": "ignore" - }, - "no_tabs": { - "level": "error" - }, - "no_throwing_strings": { - "level": "error" - }, - "no_trailing_semicolons": { - "level": "error" - }, - "no_trailing_whitespace": { - "level": "error", - "allowed_in_comments": false, - "allowed_in_empty_lines": true - }, - "no_unnecessary_double_quotes": { - "level": "ignore" - }, - "no_unnecessary_fat_arrows": { - "level": "warn" - }, - "non_empty_constructor_needs_parens": { - "level": "ignore" - }, - "space_operators": { - "level": "ignore" - } -} diff --git a/compiz.profile b/compiz.profile deleted file mode 100644 index de64d99..0000000 --- a/compiz.profile +++ /dev/null @@ -1,103 +0,0 @@ -[grid] -s0_put_left_key = Left -s0_put_right_key = Right -s0_put_top_key = Up -s0_put_bottom_key = Down -s0_put_topleft_key = KP_Home -s0_put_topright_key = KP_Prior -s0_put_bottomleft_key = KP_End -s0_put_bottomright_key = KP_Next -s0_put_maximize_key = m - -[gnomecompat] -s0_main_menu_key = s -s0_command_window_screenshot = gnome-screenshot -w -s0_command_terminal = x-terminal-emulator -s0_run_command_terminal_key = t - -[cubeaddon] -s0_ground_color1 = #b3b3b3cc -s0_ground_color2 = #b3b3b300 - -[resizeinfo] -s0_gradient_1 = #cccce6cc -s0_gradient_2 = #f3f3f3cc -s0_gradient_3 = #d9d9d9cc -s0_outline_color = #e6e6e6ff - -[ezoom] -s0_zoom_box_outline_color = #2f2f4f9f -s0_zoom_box_fill_color = #2f2f2f4f - -[wall] -s0_thumb_highlight_gradient_shadow_color = #dfdfdfff -s0_arrow_base_color = #e6e6e6d9 -s0_arrow_shadow_color = #dcdcdcd9 - -[scale] -s0_initiate_key = F4 - -[showmouse] -s0_color = #ffdf3fff - -[expo] -s0_distance = 0.005000 -s0_vp_saturation = 40.000000 -s0_ground_color1 = #b3b3b3cc -s0_ground_color2 = #b3b3b300 - -[freewins] -s0_snap_threshold = 50 -s0_circle_color = #54befb80 -s0_line_color = #1800ffff -s0_cross_line_color = #1800ffff - -[decor] -s0_active_shadow_color = #00000080 -s0_inactive_shadow_color = #000000ff - -[put] -s0_put_left_key = KP_Left -s0_put_right_key = KP_Right -s0_put_top_key = KP_Up -s0_put_bottom_key = KP_Down -s0_put_topleft_key = KP_Home -s0_put_topright_key = KP_Prior -s0_put_bottomleft_key = KP_End -s0_put_bottomright_key = KP_Next -s0_avoid_offscreen = true - -[firepaint] -s0_fire_color = #ff3305ff - -[unityshell] -s0_inactive_shadow_color = #000000a5 -s0_launcher_hide_mode = 1 -s0_num_launchers = 1 - -[screenshot] -s0_selection_outline_color = #2f2f4f9f -s0_selection_fill_color = #2f2f4f4f - -[thumbnail] -s0_thumb_color = #0000007f -s0_current_viewport = false -s0_font_background_color = #0000007f - -[staticswitcher] -s0_next_key = Disabled -s0_prev_key = Disabled - -[shift] -s0_ground_color1 = #b3b3b3cc -s0_ground_color2 = #b3b3b300 - -[animation] -s0_unminimize_effects = animation:Glide 2; - -[core] -s0_active_plugins = core;composite;opengl;grid;snap;regex;commands;imgpng;wall;compiztoolbox;vpswitch;copytex;put;place;resize;animation;move;mousepoll;session;unitymtgrabhandles;workarounds;expo;fade;ezoom;scale;unityshell; -s0_outputs = 1280x1024+0+0;900x1440+1280+0; -s0_autoraise = false -s0_autoraise_delay = 500 -s0_show_desktop_key = d diff --git a/console2/console.xml b/console2/console.xml deleted file mode 100755 index d99042f..0000000 --- a/console2/console.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/defaults.reek b/defaults.reek deleted file mode 100755 index 1d74ef3..0000000 --- a/defaults.reek +++ /dev/null @@ -1,23 +0,0 @@ ---- -NestedIterators: - enabled: false -UncommunicativeVariableName: - enabled: false -FeatureEnvy: - enabled: false -BooleanParameter: - enabled: false -TooManyStatements: - max_statements: 30 -LongParameterList: - max_params: 5 -UncommunicativeParameterName: - enabled: false -UncommunicativeMethodName: - enabled: false -UncommunicativeModuleName: - enabled: false -ControlParameter: - enabled: false -NilCheck: - enabled: false diff --git a/eclipse.epf b/eclipse.epf deleted file mode 100644 index 39a11af..0000000 --- a/eclipse.epf +++ /dev/null @@ -1,1303 +0,0 @@ -#Fri Dec 06 14:39:04 EST 2013 -/instance/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.enabled=true -/instance/com.adobe.flexide.as.core/asASDocColor=\#FFFFFF -/instance/org.eclipse.jdt.ui/semanticHighlighting.inheritedMethodInvocation.color=190,214,255 -/instance/org.epic.perleditor/labelColor=207,191,173 -/instance/org.eclipse.jdt.ui/semanticHighlighting.abstractMethodInvocation.enabled=true -/instance/ccw.core/ccw.preferences.editor_color.callableSPECIAL_FORM.enabled=true -/instance/org.eclipse.cdt.ui/content_assist_proposals_background=39,40,34 -/instance/org.eclipse.wst.css.ui/UNIVERSAL=\#A7EC21 | null | null | null | null | null -/instance/ccw.core/ccw.preferences.editor_color.JAVA_INSTANCE_METHOD=82,227,246 -/instance/org.eclipse.team.core/file_types=xls\n2\ntif\n2\njpeg\n2\npdf\n2\nemof\n1\ndadx\n1\njpage\n1\nMF\n1\njar\n2\napi_filters\n1\nfactorypath\n1\nhtm\n1\ntiff\n2\nindex\n1\nso\n2\ncvsignore\n1\nclass\n2\nxmi\n1\nxml\n1\nproperties\n1\nini\n1\nppt\n2\nclasspath\n1\nbmp\n2\nproject\n1\nnst\n1\njardesc\n1\ndll\n2\necore\n1\ngif\n2\nexe\n2\nwsdl\n1\nexsd\n1\nlaunch\n1\nico\n2\ntxt\n1\nprefs\n1\nmxsd\n1\noptions\n1\nzip\n2\nxsl\n1\nproduct\n1\njpg\n2\nhistory\n1\nxslt\n1\npng\n2\nxsd\n1\ndoc\n2\nhtml\n1\njava\n1\n -/instance/org.eclipse.ant.ui/useAnnotationsPrefPage=true -/instance/org.cfeclipse.cfml/defaultTextColor=207,191,173 -@org.eclipse.ui.trace=1.0.100.v20130508-1926 -/instance/org.eclipse.cdt.ui/asm_label=207,191,173 -/instance/org.eclipse.pde.core/workspace_target_handle=local\:1386355752946.target -/instance/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.enabled=true -/instance/com.powerflasher.fdt.ui/AS_DEFAULT_color=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.char.bold=false -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_enabled=true -/instance/ccw.core/ccw.preferences.editor_color.literalSymbol=207,191,173 -/instance/com.spket.js/js_ssi=167,236,33 -/instance/org.jboss.ide.eclipse.freemarker/color.comment=255,255,255 -/instance/org.eclipse.dltk.ruby.ui/variable.instance=82,227,246 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.punctuation.color=249,250,244 -/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unnecessary_nls_tags=false -/instance/org.eclipse.wst.xml.ui/doctypeExtrenalSysref=\#A7EC21 | null | null | null | null | null -/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unnecessary_casts=true -/instance/ccw.core/ccw.preferences.editor_color.MACRO.enabled=true -/instance/org.eclipse.cdt.ui/inactiveCodeColor=0,0,0 -/instance/org.eclipse.dltk.tcl.ui/DLTK_keyword=255,0,127 -@org.eclipse.wst.xml.core=1.1.801.v201308100603 -/instance/org.eclipse.m2e.discovery/org.eclipse.m2e.discovery.pref.projects= -/instance/de.walware.statet.r.ui/text_R_rAssignment.Equalsign.color=255,0,127 -/instance/org.eclipse.dltk.tcl.ui/content_assist_completion_replacement_background=39,40,34 -/instance/org.dadacoalition.yedit/colorKeyPreference=167,236,33 -/instance/de.walware.statet.r.ui/text_Rd_rdUnlistedTag.color=207,191,173 -/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_override_annotations=true -/instance/org.eclipse.cdt.ui/content_assist_proposals_foreground=207,191,173 -/instance/org.eclipse.ui.editors/lineNumberColor=153,153,153 -/instance/ccw.core/ccw.preferences.editor_color.int=196,140,255 -/instance/org.eclipse.jdt.ui/java_keyword_return=255,0,127 -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.localVar.colour=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.regex=236,228,126 -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.gettersetter.use.is=true -/instance/org.scala-ide.sdt.core/syntaxColoring.scaladoc.color=255,255,255 -/instance/org.eclipse.datatools.sqltools.sqleditor/Keyword=0,0,0,0,0,255,0,127 -/instance/org.eclipse.jdt.debug/org.eclipse.jdt.debugdefault_watchpoint_suspend_policy=0 -/instance/eclihx.ui/hx_editor_declare_keywords_color=255,0,127 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.field.color=207,191,173 -/instance/com.adobe.flexide.as.core/asFunctionColor=\#A7EC21 -/instance/org.erlide.ui/editor/colors/atom/style=0 -/instance/de.walware.statet.r.ui/text_Rd_rdComment.italic=false -/instance/com.adobe.flexide.as.core/asCommentColor=\#FFFFFF -/instance/org.eclipse.php.ui/editorColorLineComment=\#FFFFFF | null | null | null | null | null -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.method.enabled=true -/instance/org.epic.perleditor/taskIndicationColor=255,255,255 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.localVariableDeclaration.color=207,191,173 -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.methodParam.color=121,171,255 -/instance/org.eclipse.jdt.ui/content_assist_number_of_computers=13 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.number.color=196,140,255 -/instance/org.eclipse.jdt.ui/outlinesortoption=T,SF,SI,SM,F,I,C,M, -/instance/org.eclipse.cdt.ui/org.eclipse.cdt.internal.ui.text.doctools.single=255,255,255 -/instance/org.cfeclipse.cfml/htmFormTagColor=207,191,173 -/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces_all=true -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.typeParameter.enabled=true -/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_field_accesses_with_declaring_class=false -/instance/org.eclipse.cdt.ui/semanticHighlighting.localVariable.enabled=true -/instance/org.eclipse.jdt.ui/java_single_line_comment=255,255,255 -/instance/org.eclipse.wst.sse.ui/useAnnotationsPrefPage=true -/instance/org.eclipse.jdt.ui/fontPropagated=true -/instance/com.adobe.flexide.as.core/asTextColor=\#CFBFAD -/instance/org.eclipse.wst.jsdt.ui/java_multi_line_comment=255,255,255 -/instance/net.sourceforge.texlipse/typ.BibColor=82,227,246 -/instance/org.eclipse.cdt.ui/org.eclipse.cdt.internal.ui.text.doctools.multi=255,255,255 -/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.methodDeclarationName.color=167,236,33 -/instance/org.eclipse.wst.html.ui/commentBorder=\#FFFFFF | null | null | null | null | null -/instance/com.adobe.flexide.mxml.core/mxmlTextColor=\#CFBFAD -/instance/org.eclipse.jdt.ui/java_doc_tag=207,191,173 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_enabled=true -/instance/ccw.core/ccw.preferences.editor_color.SPECIAL_FORM.enabled=true -/instance/com.dubture.twig.ui/editorColorBoundarymaker=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.jdt.ui/java_operator=255,0,127 -/instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true -/instance/org.scala-ide.sdt.core/syntaxColouring.operator.colour=255,0,127 -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.groovykeywords.color=255,0,127 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore -/instance/org.eclipse.dltk.ruby.ui/DLTK_string=236,228,126 -/instance/com.adobe.flexide.css.core/cssCommentItalic=false -/instance/org.eclipse.ant.ui/useQuickDiffPrefPage=true -/instance/org.eclipse.ui.editors/PHPReadOccurrenceIndicationColor=0,0,0 -/instance/org.eclipse.wst.xml.ui/completeComments=false -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.localSuffixes= -/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.inColor=207,191,173 -/instance/org.eclipse.wst.jsdt.ui/java_doc_default=255,255,255 -/instance/org.eclipse.jdt.ui/closeStrings=false -/instance/winterwell.markdown/Pref_Comment=255,255,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_color=167,236,33 -@org.eclipse.egit.ui=3.0.3.201309161630-r -/instance/org.eclipse.ui.editors/lineNumberRuler=true -/instance/ccw.core/ccw.preferences.editor_color.JAVA_CLASS=82,227,246 -/instance/com.dubture.twig.ui/editorColorPHPDocComment=\#FFFFFF | null | null | null | null | null -/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.localVariableDeclaration.color=207,191,173 -/instance/org.eclipse.xtend.core.Xtend/org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.number.color=196,140,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_enabled=true -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.enabled=true -/instance/org.eclipse.ui.editors/currentIPColor=91,90,78 -@org.eclipse.core.net=1.2.200.v20130430-1352 -/instance/org.python.pydev/CODE_STYLE=0 -/instance/org.eclipse.jdt.ui/sp_cleanup.use_blocks=false -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.method.colour=167,236,33 -/instance/com.adobe.flexide.as.core/asMetadataColor=\#FFFFFF -/instance/org.eclipse.cdt.ui/pp_header=236,228,126 -/instance/org.eclipse.wst.dtd.ui/dtdKeyword=\#FF007F | null | null | null | null | null -/instance/org.eclipse.wst.validation/stateTS=0 -@org.eclipse.pde.ui=3.8.0.v20130515-1659 -/instance/org.eclipse.jdt.ui/sp_cleanup.make_private_fields_final=true -/instance/org.eclipse.cdt.make.ui/org.eclipse.cdt.make.ui.editor.function=167,236,33 -/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true -/instance/org.eclipse.jdt.ui/semanticHighlighting.parameterVariable.enabled=true -@org.eclipse.jdt.ui=3.9.1.v20130820-1427 -/instance/org.eclipse.jdt.ui/semanticHighlighting.typeArgument.enabled=true -/instance/org.dadacoalition.yedit/colorAnchorPreferences=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.GLOBAL_VAR.italic=false -/instance/org.eclipse.wst.xml.core/spaceBeforeEmptyCloseTag=false -/instance/com.spket.js/js_default=207,191,173 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_color=236,228,126 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_enabled=true -/instance/org.eclipse.wst.jsdt.ui/java_doc_tag=207,191,173 -/instance/org.eclipse.wst.xml.ui/tagBorder=\#CFBFAD | null | null | null | null | null -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_color=196,140,255 -/instance/org.python.pydev/CLASS_NAME_STYLE=0 -/instance/org.eclipse.cdt.ui/pp_directive=255,0,127 -/instance/de.walware.statet.r.ui/rdBrackets.color=207,191,173 -/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_deprecated_annotations=true -/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_CONNECT_TIMEOUT=20000 -/instance/org.eclipse.jdt.ui/semanticHighlighting.staticFinalField.color=207,191,173 -/instance/org.scala-ide.sdt.core/syntaxColoring.default.color=207,191,173 -/instance/org.eclipse.jdt.debug/org.eclipse.jdt.debug.PREF_HCR_WITH_COMPILATION_ERRORS=true -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -/instance/org.eclipse.wst.html.ui/entityReference=\#FF007F | null | null | null | null | null -/instance/org.eclipse.wst.xml.core/lineWidth=80 -/instance/ccw.core/ccw.preferences.editor_color.GLOBAL_VAR=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.float.bold=false -/instance/org.eclipse.search/org.eclipse.search.defaultPerspective=org.eclipse.search.defaultPerspective.none -/instance/com.powerflasher.fdt.ui/JAVADOC_TAG_color=207,191,173 -/instance/org.eclipse.php.ui/codeStyleNormal=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.jst.jsp.ui/tagBorder=\#A7EC21 | null | null | null | null | null -/instance/org.eclipse.cdt.make.ui/org.eclipse.cdt.make.ui.editor.comment=255,255,255 -/instance/net.sourceforge.texlipse/com.TexColor=255,255,255 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.ClassID.bgColor= -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_color=207,191,173 -/instance/org.eclipse.wst.css.ui/ATMARK_RULE=\#A7EC21 | null | null | null | null | null -/instance/ccw.core/ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.italic=false -/instance/org.eclipse.debug.ui/StringVariablePreferencePage=150,125,124,99, -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_enabled=true -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLApplicationTag_color=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.callableMACRO.italic=false -/instance/com.powerflasher.fdt.ui/STRING_color=236,228,126 -/instance/org.eclipse.php.ui/editorColorBoundarymaker=\#CFBFAD | null | null | null | null | null -@org.eclipse.debug.core=3.8.0.v20130514-0954 -/instance/org.cfeclipse.cfml/cfkeywordColor=255,0,127 -/instance/ccw.core/ccw.preferences.editor_color.JAVA_STATIC_METHOD.bold=false -/instance/com.adobe.flexide.css.core/cssCommentColor=\#FFFFFF -/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true -/instance/org.eclipse.dltk.tcl.ui/tcl_variable=207,191,173 -/instance/de.walware.statet.r.ui/text_Rd_rdDefault.color=207,191,173 -/instance/de.walware.statet.r.ui/text_R_rNumbers.color=196,140,255 -/instance/org.eclipse.wst.validation/override=true -/instance/org.eclipse.m2e.core/eclipse.m2.WorkspacelifecycleMappingsLocation=/Users/apennebaker/Desktop/src/.metadata/.plugins/org.eclipse.m2e.core/lifecycle-mapping-metadata.xml -/instance/org.eclipse.cdt.ui/semanticHighlighting.class.enabled=true -/instance/org.eclipse.ui.editors/asOccurencesIndicationColor=0,0,0 -/instance/org.eclipse.ui.trace/tracingFilePath=/Users/apennebaker/Desktop/src/.metadata/trace.log -/instance/ccw.core/ccw.preferences.editor_color.FUNCTION.enabled=true -/instance/org.eclipse.wst.dtd.ui/dtdString=\#ECE47E | null | null | null | null | null -/instance/org.eclipse.wst.css.ui/PROPERTY_NAME=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.datatools.sqltools.sqleditor/Type=0,0,0,0,0,82,227,246 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_enabled=true -/instance/org.python.pydev/PARENS_STYLE=0 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.nullReference=ignore -/instance/org.eclipse.jdt.ui/sp_cleanup.make_variable_declarations_final=true -/instance/org.eclipse.pde.ui/editor.color.header_key=255,0,127 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.maxProblemPerUnit=1000 -/instance/ccw.core/ccw.preferences.editor_color.meta=255,255,255 -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.color=\#CFBFAD -@org.eclipse.wst.xml.ui=1.1.401.v201308132110 -/instance/ccw.core/ccw.preferences.editor_color.FUNCTION=167,236,33 -/instance/org.eclipse.ui.ide/platformState=1386279308563 -/instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticField.color=207,191,173 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_enabled=true -/instance/org.eclipse.xtend.core.Xtend/AbstractTextEditor.Color.Background=39,40,34 -@org.eclipse.pde.core=3.9.1.v20130628-1111 -@org.eclipse.ui.browser=3.4.100.v20130527-1656 -/instance/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.color=191,164,164 -/instance/org.eclipse.wst.xml.ui/completeElements=false -/instance/org.eclipse.jdt.ui/closeJavaDocs=false -/instance/org.erlide.ui/editor/colors/atom/color=207,191,173 -@org.eclipse.epp.mpc.ui=1.2.1.I20130917-2019 -/instance/ccw.core/ccw.preferences.editor_color.FUNCTION.bold=false -/instance/org.scala-ide.sdt.core/syntaxColouring.default.colour=207,191,173 -/instance/org.eclipse.debug.ui/pref_state_memento.org.eclipse.debug.ui.DebugVieworg.eclipse.debug.ui.DebugView=\n -/instance/org.cfeclipse.cfml/SQLKeywordColor=255,0,127 -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.color=\#52E3F6 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.default.color=207,191,173 -/instance/org.eclipse.wst.xml.ui/closeStrings=false -/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Background.SystemDefault=false -/instance/com.adobe.flexide.mxml.core/mxmlCommentColor=\#FFFFFF -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.color=\#A7EC21 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_color=207,191,173 -/instance/org.eclipse.jdt.ui/pf_coloring_argument=255,0,127 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.template.color=207,191,173 -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.templateVar.color=207,191,173 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.ClassID.color=167,236,33 -/instance/org.eclipse.wst.xml.ui/doctypeExternalId=\#A7EC21 | null | null | null | null | null -/instance/org.eclipse.jdt.ui/sp_cleanup.use_parentheses_in_expressions=false -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.string.bgColor= -/instance/com.adobe.flexide.mxml.core/asASDocColor=\#FFFFFF -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.localVar.color=207,191,173 -/instance/org.eclipse.php.ui/editorColorPhpdoc=\#FFFFFF | null | null | null | null | null -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_color=167,236,33 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.typeArgument.enabled=true -/instance/org.eclipse.xtend.core.Xtend/AbstractTextEditor.Color.Foreground=207,191,173 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_enabled=true -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.typeParameter.colour=191,164,164 -/instance/org.eclipse.wst.html.ui/doctypeExtrenalSysref=\#A7EC21 | null | null | null | null | null -/instance/goclipse/syntax_highlighting_keyword_color=255,0,127 -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.annotation.colour=255,255,255 -/instance/org.eclipse.wst.html.ui/tagName=\#CFBFAD | null | null | null | null | null -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_enabled=true -/instance/org.eclipse.dltk.ruby.ui/ruby.symbols=207,191,173 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=ignore -/instance/org.eclipse.datatools.sqltools.sqleditor/Others=0,0,0,0,0,207,191,173 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.number.enabled=true -/configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=false -/instance/org.cfeclipse.cfml/cfstringColor=236,228,126 -/instance/org.eclipse.wst.validation/suspend=false -/instance/com.powerflasher.fdt.ui/SINGLELINE_COMMENT_color_italic=false -/instance/org.eclipse.dltk.tcl.ui/DLTK_base_class=82,227,246 -/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_methods=true -/instance/org.eclipse.cdt.ui/content_assist_parameters_foreground=207,191,173 -/instance/org.scala-ide.sdt.core/syntaxColouring.return.colour=255,0,127 -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles.version=12 -/instance/org.eclipse.m2e.editor.xml/org.eclipse.m2e.editor.xml.templates= -/instance/org.python.pydev/CODE_COLOR=207,191,173 -/instance/org.eclipse.cdt.make.ui/org.eclipse.cdt.make.ui.editor.macro_def=167,236,33 -/instance/org.scala-ide.sdt.core/syntaxColouring.xml.processingInstruction.colour=207,191,173 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=ignore -/instance/org.erlide.ui/editor/colors/arrow/style=0 -/instance/org.eclipse.dltk.ruby.ui/content_assist_completion_replacement_background=39,40,34 -/instance/goclipse/syntax_highlighting_builtin_function_color=167,236,33 -/instance/org.eclipse.wst.xml.ui/commentBorder=\#FFFFFF | null | null | null | null | null -/instance/com.adobe.flexide.as.core/asOperatorColor=\#FF007F -/instance/org.eclipse.ui.trace/tracingMaxFileCount=10 -/instance/org.eclipse.dltk.ruby.ui/variable.global=207,191,173 -/instance/com.adobe.flexide.css.core/cssNamespaceColor=\#CFBFAD -/instance/ccw.core/ccw.preferences.editor_color.symbol.enabled=true -/instance/com.dubture.twig.ui/editorColorComment=\#FFFFFF | null | null | null | null | null -/instance/org.eclipse.wst.dtd.ui/dtdSymbol=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.ui.ide/OPEN_REQUIRED_PROJECTS=never -/instance/ccw.core/ccw.preferences.editor_color.callableSPECIAL_FORM=255,0,127 -/instance/org.eclipse.wst.css.ui/ATTRIBUTE_VALUE=\#A7EC21 | null | null | null | null | null -/instance/ccw.core/ccw.preferences.editor_color.literalSymbol.enabled=true -/instance/de.walware.statet.r.ui/text_R_rComment.color=255,255,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_enabled=true -/instance/org.eclipse.wst.css.ui/PROPERTY_VALUE=\#ECE47E | null | null | null | null | null -/instance/org.eclipse.pde.ui/editor.color.header_osgi=255,0,127 -/instance/org.eclipse.jdt.ui/closeBraces=false -/instance/org.eclipse.wst.xml.ui/autoPropose=false -@org.eclipse.team.ui=3.7.1.v20130729-1104 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.comment.color=255,255,255 -/instance/org.eclipse.dltk.tcl.ui/DLTK_string=236,228,126 -@org.eclipse.jdt.junit.core=3.7.200.v20130514-1154 -/instance/org.eclipse.wst.html.ui/declBoder=\#A7EC21 | null | null | null | null | null -/instance/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true -/instance/org.eclipse.php.ui/editorColorKeyword=\#FF007F | null | null | null | null | null -@org.eclipse.jdt.core=3.9.1.v20130905-0837 -/instance/org.scala-ide.sdt.core/syntaxColoring.xml.comment.color=255,255,255 -/instance/org.python.pydev/CLASS_NAME_COLOR=82,227,246 -/instance/org.eclipse.cdt.ui/semanticHighlighting.externalSDK.color=167,236,33 -/instance/org.eclipse.wst.css.ui/STRING=\#ECE47E | null | null | null | null | null -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.enabled=true -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.visibility.order=B,V,R,D, -/instance/ccw.core/ccw.preferences.editor_color.keyword.bold=false -/instance/ccw.core/ccw.preferences.editor_color.whitespace.italic=false -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=ignore -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_italic.color=255,255,255 -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width= -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.caseClass.color=82,227,246 -/instance/com.adobe.flexide.css.core/cssSymbolColor=\#FF007F -/instance/org.eclipse.pde.api.tools/knownEEFragments= -/instance/org.eclipse.wst.html.ui/doctypeExternalId=\#A7EC21 | null | null | null | null | null -/instance/ccw.core/ccw.preferences.editor_color.literalSymbol.bold=false -/instance/org.eclipse.cdt.ui/semanticHighlighting.localVariableDeclaration.enabled=true -/instance/ccw.core/ccw.preferences.editor_color.comment.enabled=true -/instance/org.eclipse.wst.xml.ui/completeEndTags=false -/instance/org.eclipse.cdt.ui/org.eclipse.cdt.internal.ui.text.doctools.recognizedTag=207,191,173 -/instance/org.eclipse.dltk.ruby.ui/DLTK_number=196,140,255 -/instance/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.color=167,236,33 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_enabled=true -/instance/org.eclipse.jdt.ui/java_multi_line_comment=255,255,255 -/instance/com.dubture.twig.ui/editorColorHeredoc=\#FFFFFF | null | null | null | null | null -/instance/org.eclipse.wst.xml.ui/piContent=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.wst.xml.ui/cdataBorder=\#A7EC21 | null | null | null | null | null -/instance/org.jboss.ide.eclipse.freemarker/color.text=207,191,173 -/instance/com.powerflasher.fdt.ui/JAVADOC_color=255,255,255 -/instance/org.eclipse.wst.validation/USER_PREFERENCE=saveAutomaticallyfalseprojectsCanOverridetruedisableAllValidationfalseversion1.2.500.v201303130500 -/instance/org.scala-ide.sdt.core/syntaxColoring.multiLineString.color=236,228,126 -/instance/org.python.pydev/BACKQUOTES_STYLE=0 -@org.eclipse.jdt.launching=3.7.0.v20130515-1451 -/instance/ccw.core/ccw.preferences.editor_color.callableMACRO.bold=false -/instance/org.eclipse.wst.xsl.ui/xsltagAttributeValue=\#ECE47E | null | null | null | null | null -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.keyword.color=217,229,119 -/instance/org.eclipse.wst.jsdt.ui/java_string=236,228,126 -/instance/org.eclipse.wst.dtd.ui/dtdData=\#CFBFAD | null | null | null | null | null -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.task.color=255,255,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_color=236,228,126 -/instance/org.eclipse.jdt.debug/org.eclipse.jdt.debug.PREF_REQUEST_TIMEOUT=3000 -/instance/ccw.core/ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD=82,227,246 -/instance/ccw.core/ccw.preferences.editor_color.callableGLOBAL_VAR.enabled=true -/instance/ccw.core/ccw.preferences.editor_color.GLOBAL_VAR.enabled=true -/instance/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.enabled=true -/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.processingInstructionsColor=207,191,173 -/instance/org.python.pydev/PARENS_COLOR=255,0,127 -/instance/org.eclipse.wst.css.ui/MEDIA=\#FF007F | null | null | null | null | null -/instance/org.scala-ide.sdt.core/syntaxColoring.bracket.color=249,250,244 -/instance/ccw.core/ccw.preferences.editor_color.float.italic=false -/instance/net.sourceforge.texlipse/verb.TexColor=207,191,173 -/instance/goclipse/syntax_highlighting_string_color=236,228,126 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=ignore -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.enabled=true -/instance/org.eclipse.jdt.ui/content_assist_proposals_background=255,255,255 -/instance/org.eclipse.jdt.debug/org.eclipse.jdt.debug.suspend_for_breakpoints_during_evaluation=true -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.fieldSuffixes= -/instance/ccw.core/ccw.preferences.editor_color.callableSPECIAL_FORM.bold=false -/instance/ccw.core/ccw.preferences.editor_color.int.italic=false -/instance/org.eclipse.wst.xml.ui/tagName=\#CFBFAD | null | null | null | null | null -/instance/net.sf.eclipsefp.haskell.ui/commentColor=255,255,255 -/instance/org.eclipse.dltk.ruby.ui/content_assist_parameters_foreground=207,191,173 -/instance/de.walware.statet.r.ui/text_Rd_rdPlatformSpecif.color=207,191,173 -/instance/org.eclipse.cdt.make.ui/org.eclipse.cdt.make.ui.editor.keyword=255,0,127 -/instance/ccw.core/ccw.preferences.editor_color.meta.italic=false -/instance/org.eclipse.jdt.ui/java_default=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.callableSPECIAL_FORM.italic=false -/instance/org.eclipse.jdt.ui/proposalOrderMigrated=true -/instance/org.eclipse.ui.editors/searchResultIndicationColor=216,216,216 -/instance/ccw.core/ccw.preferences.editor_color.symbol.bold=false -/instance/org.cfeclipse.cfml/currentLineColor=91,90,78 -/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_method_access=false -/instance/org.jboss.ide.eclipse.freemarker/color.xmlComment=255,255,255 -/instance/org.eclipse.php.ui/editorColorString=\#ECE47E | null | null | null | null | null -@org.eclipse.e4.ui.css.swt.theme=0.9.100.v20130515-1857 -/instance/com.adobe.flexide.css.core/cssStringColor=\#ECE47E -/instance/org.eclipse.dltk.tcl.ui/DLTK_comment_task_tag=255,255,255 -/instance/org.eclipse.dltk.ruby.ui/DLTK_doc=255,255,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_color=207,191,173 -@org.eclipse.team.cvs.ui=3.3.600.v20130514-1224 -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.methodParam.colour=121,171,255 -/instance/de.walware.statet.base.ui/editors/options/Parameters.foreground=207,191,173 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Class_color=82,227,246 -/instance/org.jboss.ide.eclipse.freemarker/color.directive=167,236,33 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_enabled=true -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.inheritedMethodInvocation.color=190,214,255 -/instance/org.eclipse.jdt.ui/tabWidthPropagated=true -/instance/net.sf.eclipsefp.haskell.ui/varColor=207,191,173 -/instance/net.sf.eclipsefp.haskell.ui/docColor=255,255,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComponentTag_enabled=true -/instance/com.adobe.flexide.as.core/asReservedColor=\#FF007F -/instance/ccw.core/ccw.preferences.editor_color.JAVA_STATIC_METHOD.italic=false -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=ignore -/instance/org.eclipse.wst.html.ui/tagAttributeName=\#CFBFAD | null | null | null | null | null -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.RegEx_enabled=true -/instance/net.sourceforge.texlipse/str.BibColor=236,228,126 -/instance/com.adobe.flexide.css.core/cssMediaColor=\#FF007F -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_color=207,191,173 -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates= -/instance/org.eclipse.dltk.ruby.ui/DLTK_single_line_comment_italic=false -/instance/org.eclipse.wst.jsdt.ui/java_default=207,191,173 -/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true -/instance/org.dadacoalition.yedit/colorAliasPreferences=207,191,173 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticFinalField.enabled=true -/instance/org.eclipse.xtend.core.Xtend/org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.comment.color=255,255,255 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Declaration.color=167,236,33 -/instance/org.erlide.ui/editor/colors/arrow/color=255,0,127 -/instance/com.adobe.flexide.css.core/cssPropertyNameColor=\#CFBFAD -/instance/goclipse/syntax_highlighting_multiline_string_color=236,228,126 -/instance/com.powerflasher.fdt.ui/SINGLELINE_COMMENT_color=255,255,255 -/instance/goclipse/syntax_highlighting_primitive_color=196,140,255 -/instance/org.cfeclipse.cfml/cfscriptKeywordColor=255,0,127 -/instance/org.eclipse.dltk.ruby.ui/sourceHoverBackgroundColor.SystemDefault=false -/instance/org.eclipse.jdt.ui/sp_cleanup.add_default_serial_version_id=true -/instance/org.eclipse.ui.editors/bookmarkIndicationInOverviewRuler=false -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Element.bgColor= -/instance/org.eclipse.core.resources/version=1 -/instance/org.eclipse.cdt.ui/semanticHighlighting.namespace.color=82,227,246 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_enabled=true -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.typeArgument.color=191,164,164 -/instance/ccw.core/ccw.preferences.editor_color.string.bold=false -/instance/com.spket.js/java_doc_tag=207,191,173 -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.enabled=true -/instance/org.eclipse.jdt.ui/addJavaDocTags=false -/instance/com.adobe.flexide.as.core/asTraceColor=\#A7EC21 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_enabled=true -/instance/org.eclipse.ui/showIntro=false -/instance/org.eclipse.datatools.sqltools.sqleditor/Identifier=0,0,0,0,0,167,236,33 -/instance/org.eclipse.wst.sse.ui/useQuickDiffPrefPage=true -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_color=167,236,33 -/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_method_accesses_with_declaring_class=false -/instance/org.cfeclipse.cfml/cfscriptStringColor=236,228,126 -@org.eclipse.m2e.editor.xml=1.4.0.20130601-0317 -/instance/com.dubture.twig.ui/editorColorPhpdoc=\#FFFFFF | null | null | null | null | null -/instance/org.epic.perleditor/AbstractTextEditor.Color.Background=39,40,34 -/instance/org.eclipse.jdt.ui/editor_folding_default_headers=false -/instance/org.eclipse.pde.ui/editor.color.externalized_string=236,228,126 -/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_fields=true -/instance/org.eclipse.dltk.tcl.ui/DLTK_keyword_return=255,0,127 -/instance/org.dadacoalition.yedit/colorConstantPreferences=167,236,33 -/instance/org.eclipse.cdt.ui/semanticHighlighting.functionDeclaration.enabled=true -/instance/de.walware.statet.r.ui/text_R_rRoxygen.color=255,255,255 -/instance/org.eclipse.jdt.ui/semanticHighlighting.field.enabled=true -/instance/ccw.core/ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.enabled=true -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_color=191,164,164 -@org.eclipse.m2e.core=1.4.0.20130601-0317 -/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_DEFAULT_ENVIRONMENTS_XML= -/instance/com.dubture.twig.ui/editorColorKeyword=\#FF007F | null | null | null | null | null -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.class.color=82,227,246 -/instance/org.eclipse.cdt.ui/semanticHighlighting.namespace.enabled=true -/instance/ccw.core/ccw.preferences.editor_color.comment=255,255,255 -/instance/ccw.core/ccw.preferences.editor_color.JAVA_STATIC_METHOD.enabled=true -/instance/org.erlide.ui/editor/colors/integer/style=0 -/instance/org.python.pydev/BACKQUOTES_COLOR=207,191,173 -/instance/org.eclipse.jdt.ui/semanticHighlighting.interface.color=82,227,246 -/instance/org.eclipse.dltk.ruby.ui/DLTK_default=207,191,173 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.default.color=207,191,173 -/instance/de.walware.statet.r.ui/text_R_rRoxygen.italic=false -/instance/org.eclipse.wst.validation/saveAuto=false -/instance/ccw.core/ccw.preferences.editor_color.float=196,140,255 -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.localVal.color=207,191,173 -/instance/org.eclipse.jdt.ui/sp_cleanup.format_source_code=false -/instance/org.eclipse.jdt.ui/semanticHighlighting.field.color=207,191,173 -/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.consoleBackground=39,40,34 -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations.migrated=true -/instance/org.python.pydev/EDITOR_MATCHING_BRACKETS_STYLE=0 -/instance/org.eclipse.wst.sse.ui/hoverModifiers=combinationHover|true|0;problemHover|false|0;documentationHover|false|0;annotationHover|true|Shift; -/instance/org.eclipse.ui.editors/secondaryIPColor=91,90,78 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.argumentPrefixes= -/instance/com.powerflasher.fdt.ui/JAVADOC_color_italic=false -/instance/com.adobe.flexide.css.core/cssImportColor=\#FF007F -/instance/winterwell.markdown/Pref_Link=207,191,173 -/instance/org.epic.perleditor/AbstractTextEditor.Color.Foreground=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.enabled=true -/instance/ccw.core/ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.italic=false -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.method.color=167,236,33 -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.enabled=true -/instance/org.eclipse.jst.jsp.ui/SCRIPT_AREA_BORDER=\#F9FAF4 | null | null | null | null | null -/instance/org.eclipse.wst.html.ui/tagBorder=\#CFBFAD | null | null | null | null | null -/instance/de.walware.statet.r.ui/text_R_rUndefined.color=255,0,0 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_enabled=true -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticField.enabled=true -/instance/ccw.core/ccw.preferences.editor_color.int.enabled=true -/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_local_variables=false -/instance/org.eclipse.xtend.core.Xtend/org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.static.field.color=207,191,173 -/instance/org.eclipse.team.ui/org.eclipse.team.ui.sychronizing_default_perspective_to_show=never -/instance/org.eclipse.cdt.ui/c_keyword=255,0,127 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.documentation.color=255,255,255 -/instance/org.eclipse.dltk.tcl.ui/DLTK_number=196,140,255 -/instance/org.eclipse.cdt.ui/semanticHighlighting.functionDeclaration.color=167,236,33 -/instance/org.eclipse.ui.ide/tipsAndTricks=true -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.parameterVariable.color=121,171,255 -/instance/org.eclipse.cdt.ui/asm_directive=255,0,127 -/instance/org.eclipse.cdt.ui/semanticHighlighting.typedef.color=82,227,246 -/instance/ccw.core/ccw.preferences.editor_color.int.bold=false -/instance/ccw.core/ccw.preferences.editor_color.SPECIAL_FORM=255,0,127 -@org.eclipse.pde.api.tools=1.0.501.v20130807-1634 -/instance/com.adobe.flexide.mxml.core/mxmlComponentTagColor=\#CFBFAD -/instance/ccw.core/ccw.preferences.editor_color.string.enabled=true -/instance/org.eclipse.jdt.ui/semanticHighlighting.staticField.color=207,191,173 -/instance/org.eclipse.cdt.ui/semanticHighlighting.method.enabled=true -/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.localVariable.color=207,191,173 -/instance/org.eclipse.xtend.core.Xtend/org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.annotation.color=255,255,255 -/instance/org.eclipse.xtend.core.Xtend/org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.static.method.invocation.color=167,236,33 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=ignore -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates= -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRC=/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/src.zip -/instance/org.eclipse.cdt.ui/semanticHighlighting.externalSDK.enabled=true -/instance/com.spket.js/js_sl_comment=255,255,255 -/instance/org.python.pydev/KEYWORD_STYLE=0 -/instance/org.scala-ide.sdt.core/syntaxColoring.xml.attributeName.color=255,0,127 -/instance/org.eclipse.dltk.ruby.ui/variable.pseudo=207,191,173 -/instance/org.epic.perleditor/keyword2Color=167,236,33 -/instance/org.eclipse.cdt.ui/semanticHighlighting.typedef.enabled=true -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.deadCode=ignore -/instance/ccw.core/ccw.preferences.editor_color.char=236,228,126 -@org.eclipse.ui=3.105.0.v20130522-1122 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.keyword.bgColor= -/instance/org.eclipse.php.ui/editorColorTask=\#FFFFFF | null | null | null | null | null -/instance/org.eclipse.ui.browser/browsers=\n\n\n\n -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_enabled=true -/instance/com.spket.js/java_doc_default=255,255,255 -/instance/eclihx.ui/hx_editor_string_color=236,228,126 -/instance/ccw.core/ccw.preferences.editor_color.SPECIAL_FORM.bold=false -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.localVal.colour=207,191,173 -/instance/net.sf.eclipsefp.haskell.ui/literateCommentColor=255,255,255 -/instance/org.eclipse.jdt.ui/java_doc_keyword=217,229,119 -/instance/org.epic.perleditor/bookmarkIndicationColor=207,191,173 -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.tag.enabled=true -/instance/org.python.pydev/COMMENT_STYLE=0 -/instance/org.eclipse.wst.css.ui/ATTRIBUTE_OPERATOR=\#A7EC21 | null | null | null | null | null -/instance/org.eclipse.wst.css.ui/CLASS=\#A7EC21 | null | null | null | null | null -/instance/org.scala-ide.sdt.core/syntaxColouring.string.colour=236,228,126 -/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=\n\n -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.enabled=true -/instance/org.eclipse.jdt.ui/closeBrackets=false -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_templates_migrated=true -/instance/org.epic.perleditor/comment2Color=255,255,255 -/instance/org.sourceforge.jsonedit.core/colorValue=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.callableRAW_SYMBOL.italic=false -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.number.color=196,140,255 -/instance/org.eclipse.cdt.ui/semanticHighlighting.typeParameter.enabled=true -/instance/com.dubture.twig.ui/editorBlocknameColor=\#FF007F | null | null | null | null | null -/instance/eclihx.ui/hx_editor_template_color=236,228,126 -/instance/org.python.pydev/OPERATORS_STYLE=0 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLComment_color=255,255,255 -/instance/org.eclipse.jdt.ui/sp_cleanup.sort_members_all=false -/instance/com.spket.js/js_operator=255,0,127 -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.color=\#A7EC21 -/instance/org.scala-ide.sdt.core/syntaxColoring.string.color=236,228,126 -/instance/com.powerflasher.fdt.ui/AS_CONSTANTS_color_bold=false -/instance/org.eclipse.jdt.ui/sp_cleanup.correct_indentation=false -/instance/com.adobe.flexide.css.core/cssPropertyValueColor=\#ECE47E -/instance/org.cfeclipse.cfml/SQLTextColor=207,191,173 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATAText_color=207,191,173 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLOtherTag_enabled=true -/instance/eclihx.ui/hx_editor_type_color=82,227,246 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_color=207,191,173 -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.enabled=true -/instance/com.adobe.flexide.as.core/asCommentItalic=false -/instance/org.eclipse.ui.editors/occurrenceIndicationColor=0,0,0 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeValue_enabled=true -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h2.color=255,255,255 -/instance/com.powerflasher.fdt.ui/AS_PRIVATE_color=255,0,127 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_color=167,236,33 -/instance/ccw.core/ccw.preferences.editor_color.other-literals.italic=false -/instance/org.eclipse.php.ui/editorColorNumber=\#C48CFF | null | null | null | null | null -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.comparingIdentical=ignore -/instance/org.eclipse.cdt.ui/c_single_line_comment=255,255,255 -/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_types=true -/instance/org.python.pydev/STRING_STYLE=0 -/instance/org.eclipse.ui.ide/EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=false -/instance/org.eclipse.dltk.ruby.ui/variable=207,191,173 -/instance/com.dubture.twig.ui/editorColorString=\#ECE47E | null | null | null | null | null -/instance/ccw.core/ccw.preferences.editor_color.callableJAVA_INSTANCE_METHOD.bold=false -/instance/org.eclipse.php.ui/editorColorPHPDocComment=\#FFFFFF | null | null | null | null | null -/instance/org.eclipse.xtend.core.Xtend/org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.field.color=207,191,173 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h1.color=255,255,255 -/instance/org.eclipse.wst.css.ui/CURLY_BRACE=\#F9FAF4 | null | null | null | null | null -/instance/org.eclipse.cdt.ui/c_string=236,228,126 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.error.color=207,191,173 -/instance/org.scala-ide.sdt.core/syntaxColouring.xml.cdata.colour=255,255,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_color=236,228,126 -/instance/org.cfeclipse.cfml/javascriptColor=207,191,173 -/instance/org.eclipse.cdt.ui/semanticHighlighting.localVariable.color=207,191,173 -/instance/org.eclipse.pde.ui/editor.color.default=207,191,173 -/instance/com.spket.xml/xml_comments=255,255,255 -/instance/org.scala-ide.sdt.core/syntaxColoring.xml.attributeValue.color=236,228,126 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.noEffectAssignment=ignore -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.color=\#FF0000 -/instance/org.eclipse.cdt.ui/semanticHighlighting.parameterVariable.color=121,171,255 -/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_members=false -/instance/org.eclipse.jdt.ui/content_assist_fill_method_arguments=false -/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_this_for_non_static_method_access=false -/instance/com.adobe.flexide.as.core/asInterfaceColor=\#52E3F6 -/instance/org.erlide.ui/editor/colors/macro/style=0 -/instance/org.scala-ide.sdt.core/syntaxColoring.keyword.color=255,0,127 -/instance/ccw.core/ccw.preferences.editor_color.literalSymbol.italic=false -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.type.color=191,164,164 -/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.methodDeclarationName.enabled=true -/instance/com.dubture.twig.ui/editorColorLineComment=\#FFFFFF | null | null | null | null | null -/instance/org.jboss.ide.eclipse.freemarker/color.xmlTag=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.callableGLOBAL_VAR=207,191,173 -/instance/org.eclipse.wst.xml.ui/doctypeExternalPubref=\#A7EC21 | null | null | null | null | null -/instance/org.erlide.ui/editor/colors/integer/color=196,140,255 -/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.save_dirty_editors_before_launch=never -/instance/de.walware.statet.r.ui/text_R_rUndefined.underline=false -/instance/de.walware.statet.base.ui/MatchingBrackets.color=0,0,0 -/instance/net.sf.eclipsefp.haskell.ui/stringColor=236,228,126 -/instance/com.spket.xml/xml_default=207,191,173 -/instance/org.eclipse.debug.ui/pref_state_memento.org.eclipse.debug.ui.VariableView=\n\n\n -/instance/org.eclipse.dltk.tcl.ui/DLTK_function_definition=167,236,33 -/instance/org.python.pydev/EDITOR_MATCHING_BRACKETS_COLOR=249,250,244 -/instance/org.eclipse.pde.ui/editor.color.header_attributes=207,191,173 -/instance/org.eclipse.wst.xml.ui/cdataText=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.cdt.ui/content_assist_parameters_background=39,40,34 -/instance/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.color=207,191,173 -/instance/org.dadacoalition.yedit/colorScalarPreference=236,228,126 -/instance/eclihx.ui/hx_editor_default_color=207,191,173 -/instance/org.scala-ide.sdt.core/syntaxColoring.xml.processingInstruction.color=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.whitespace.bold=false -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.default.bgColor= -/instance/ccw.core/ccw.preferences.editor_color.other-literals.enabled=true -/instance/org.eclipse.pde.ui/editor.color.string=236,228,126 -/instance/org.erlide.ui/editor/colors/default/style=0 -/instance/org.eclipse.ui.editors/spellingEnabled=false -/instance/org.scala-ide.sdt.core/syntaxColoring.singleLineComment.color=255,255,255 -/instance/org.eclipse.wst.validation/USER_BUILD_PREFERENCE=enabledBuildValidatorList -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.templateVar.colour=207,191,173 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore -/instance/org.eclipse.jdt.ui/semanticHighlighting.number.enabled=true -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.enabled=true -/instance/org.cfeclipse.cfml/cfcommentColor=255,255,255 -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.type.colour=191,164,164 -/instance/org.eclipse.wst.xml.ui/tagAttributeName=\#CFBFAD | null | null | null | null | null -/instance/net.sf.eclipsefp.haskell.ui/conColor=82,227,246 -/instance/org.eclipse.jdt.ui/sp_cleanup.add_serial_version_id=false -/instance/org.eclipse.jdt.ui/sp_cleanup.on_save_use_additional_actions=false -/instance/org.eclipse.dltk.tcl.ui/sourceHoverBackgroundColor=255,255,255 -/instance/org.eclipse.cdt.ui/semanticHighlighting.staticMethod.enabled=true -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=ignore -/instance/org.eclipse.jdt.ui/sourceHoverBackgroundColor=39,40,34 -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.javatypes.color=82,227,246 -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.color=\#CFBFAD -/instance/ccw.core/ccw.preferences.editor_color.regex.enabled=true -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_plain.color=255,255,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_enabled=true -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.field.enabled=true -/instance/de.walware.statet.r.ui/text_Rd_rdComment.color=255,255,255 -/instance/org.eclipse.wst.css.ui/COMMENT=\#FFFFFF | null | null | null | null | null -/instance/ccw.core/ccw.preferences.editor_color.keyword=207,191,173 -/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.commentsColor=255,255,255 -/instance/ccw.core/ccw.preferences.editor_color.callableRAW_SYMBOL.enabled=true -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.overrideannotation=true -/instance/ccw.core/ccw.preferences.editor_color.RAW_SYMBOL.enabled=true -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLEventName_enabled=true -/instance/ccw.core/ccw.preferences.editor_color.RAW_SYMBOL=207,191,173 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedLocal=ignore -/instance/org.scala-ide.sdt.core/syntaxColoring.xml.tagName.color=207,191,173 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.keyword.color=255,0,127 -/instance/ccw.core/ccw.preferences.editor_color.callableFUNCTION.bold=false -/instance/org.cfeclipse.cfml/AbstractTextEditor.Color.Background=39,40,34 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Element.color=82,227,246 -/instance/ccw.core/ccw.preferences.editor_color.char.italic=false -/instance/ccw.core/ccw.preferences.editor_color.MACRO=255,0,127 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.abstractMethodInvocation.color=190,214,255 -/instance/org.eclipse.jdt.ui/semanticHighlighting.parameterVariable.color=121,171,255 -/instance/org.python.pydev/KEYWORD_COLOR=255,0,127 -/instance/de.walware.statet.r.ui/text_R_taskTag.color=255,255,255 -/instance/ccw.core/ccw.preferences.editor_color.GLOBAL_VAR.bold=false -/instance/com.dubture.twig.ui/codeStyleNormal=\#CFBFAD | null | null | null | null | null -/instance/org.cfeclipse.cfml/SQLCommentColor=255,255,255 -/instance/de.walware.statet.r.ui/text_R_rSpecialConstants.color=207,191,173 -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.class.colour=82,227,246 -/instance/com.powerflasher.fdt.ui/SINGLELINE_COMMENT_TODO_color=207,191,173 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.Declaration.bgColor= -/instance/ccw.core/ccw.preferences.editor_color.other-literals.bold=false -/instance/org.eclipse.ui.editors/matchingTagIndicationColor=0,0,0 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLString_enabled=true -/instance/org.eclipse.jdt.ui/sp_cleanup.remove_private_constructors=true -/instance/org.python.pydev/COMMENT_COLOR=255,255,255 -/instance/com.powerflasher.fdt.ui/JAVADOC_LINK_color=207,191,173 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticSetter_color=167,236,33 -/instance/org.eclipse.wst.validation/vf.version=3 -/instance/org.eclipse.php.ui/editorColorVariable=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Foreground.SystemDefault=false -/instance/org.eclipse.cdt.ui/semanticHighlighting.field.color=207,191,173 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.TopLevelNamespace_enabled=true -/instance/org.epic.perleditor/literal2Color=236,228,126 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.deprecatedMember.color=255,0,0 -/instance/de.walware.statet.r.ui/text_R_rOtherOperators.color=255,0,127 -/instance/org.eclipse.debug.ui/Console.limitConsoleOutput=false -/instance/ccw.core/ccw.preferences.editor_color.whitespace.enabled=true -/instance/org.eclipse.egit.ui/merge_mode=0 -/instance/org.cfeclipse.cfml/cfscriptfunctionColor=167,236,33 -/instance/org.python.pydev/OPERATORS_COLOR=255,0,127 -/instance/eclihx.ui/hx_editor_haxe_doc_color=255,255,255 -/instance/org.dadacoalition.yedit/colorFlowCharacterPreferences=207,191,173 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedImport=ignore -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.error.bgColor= -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.method.color=167,236,33 -/instance/org.eclipse.ui.ide/CLOSE_UNRELATED_PROJECTS=true -/instance/org.scala-ide.sdt.core/syntaxColoring.multiLineComment.color=255,255,255 -/instance/com.spket.js/js_keyword_return=255,0,127 -/instance/org.eclipse.dltk.ruby.ui/content_assist_parameters_background=39,40,34 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_bold.color=255,255,255 -/instance/ccw.core/ccw.preferences.editor_color.SPECIAL_FORM.italic=false -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.link.color=207,191,173 -/instance/org.eclipse.wst.jsdt.ui/java_comment_task_tag=255,255,255 -/instance/org.eclipse.dltk.ruby.ui/sourceHoverBackgroundColor=255,255,255 -/instance/org.scala-ide.sdt.core/syntaxColouring.xml.tagDelimiter.colour=207,191,173 -/instance/org.eclipse.wst.css.ui/ATTRIBUTE_DELIM=\#A7EC21 | null | null | null | null | null -/instance/com.github.eclipsecolortheme/colorTheme=Sublime Text 2 -@org.eclipse.ui.workbench=3.105.1.v20130821-1411 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.deprecation=ignore -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.default.color=207,191,173 -/instance/org.epic.perleditor/warningIndicationColor=236,228,126 -/instance/org.eclipse.pde.ui/editor.color.header_value=236,228,126 -/instance/org.eclipse.wst.xml.ui/xmlContent=\#CFBFAD | null | null | null | null | null -/instance/org.python.pydev/STRING_COLOR=236,228,126 -/instance/org.epic.perleditor/errorIndicationColor=82,227,246 -/instance/ccw.core/ccw.preferences.editor_color.callableJAVA_CLASS.enabled=true -/instance/org.erlide.ui/editor/colors/variable/style=0 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_color=167,236,33 -/instance/net.sf.eclipsefp.haskell.ui/functionColor=207,191,173 -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated=true -/instance/ccw.core/ccw.preferences.editor_color.callableJAVA_STATIC_METHOD=82,227,246 -/instance/ccw.core/ccw.preferences.editor_color.meta.enabled=true -/instance/ccw.core/ccw.preferences.editor_color.JAVA_STATIC_METHOD=82,227,246 -/instance/org.eclipse.jdt.junit/org.eclipse.jdt.junit.show_in_all_views=false -/instance/org.eclipse.wst.jsdt.ui/java_doc_keyword=217,229,119 -/instance/org.epic.perleditor/numberColor=196,140,255 -/instance/org.eclipse.dltk.ruby.ui/DLTK_doc_italic=false -/instance/de.walware.statet.base.ui/editors/options/Parameters.background=39,40,34 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore -/instance/org.eclipse.ui.editors/org.eclipse.cdt.ui.occurrenceIndicationColor=0,0,0 -/instance/org.eclipse.jst.jsp.ui/commentText=\#FFFFFF | null | null | null | null | null -/instance/org.eclipse.ui.editors/currentLineColor=91,90,78 -/instance/org.eclipse.dltk.tcl.ui/DLTK_default=207,191,173 -/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_parentheses_in_expressions=false -/instance/ccw.core/ccw.preferences.editor_color.RAW_SYMBOL.italic=false -/instance/org.erlide.ui/editor/colors/macro/color=239,181,113 -/instance/org.scala-ide.sdt.core/syntaxColoring.xml.cdata.color=255,255,255 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled -/instance/org.eclipse.team.cvs.ui/pref_console_message_color=207,191,173 -/instance/com.powerflasher.fdt.ui/MULTILINE_COMMENT_color_italic=false -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_enabled=true -/instance/org.eclipse.cdt.ui/c_multi_line_comment=255,255,255 -/instance/org.eclipse.jdt.ui/content_assist_favorite_static_members= -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.localVariable.color=207,191,173 -/instance/org.eclipse.jdt.ui/content_assist_add_import=false -/instance/org.eclipse.cdt.ui/semanticHighlighting.localVariableDeclaration.color=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.comment.bold=false -/instance/org.eclipse.wst.xml.ui/closeBrackets=false -/instance/com.powerflasher.fdt.ui/JAVADOC_TODO_color=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.float.enabled=true -/instance/org.scala-ide.sdt.core/syntaxColouring.numberLiteral.colour=196,140,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.Namespace_color=167,236,33 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLModuleTag_enabled=true -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedLabel=ignore -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.annotation.color=255,255,255 -/instance/ccw.core/ccw.preferences.editor_color.keyword.italic=false -/instance/com.spket.js/js_keyword=255,0,127 -/instance/com.spket.xml/xml_attr_value=236,228,126 -/instance/com.adobe.flexide.as.core/asASDocItalic=false -/instance/winterwell.markdown/Pref_Header=255,255,255 -@org.eclipse.debug.ui=3.9.0.v20130516-1713 -/instance/org.eclipse.pde.ui/Preferences.MainPage.overwriteBuildFilesOnExport=prompt -/instance/com.adobe.flexide.css.core/cssSelectorColor=\#CFBFAD -/instance/org.eclipse.wst.xml.ui/removeEndTags=false -/instance/net.sourceforge.texlipse/sqr.TexColor=121,171,255 -/instance/org.erlide.ui/editor/colors/default/color=207,191,173 -/instance/org.eclipse.wst.html.ui/xmlContent=\#CFBFAD | null | null | null | null | null -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.link.enabled=true -/instance/org.eclipse.datatools.sqltools.sqleditor/Double\ quoted\ string=0,0,0,0,0,236,228,126 -/instance/goclipse/syntax_highlighting_value_color=196,140,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticFunction_color=167,236,33 -/instance/org.eclipse.cdt.ui/semanticHighlighting.methodDeclaration.color=167,236,33 -/instance/org.jboss.ide.eclipse.freemarker/color.string=236,228,126 -/instance/org.eclipse.jdt.junit.core/org.eclipse.jdt.junit.enable_assertions=false -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLInlineAS3_enabled=true -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Field_enabled=true -/instance/org.eclipse.xtend.core.Xtend/org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.keyword.color=255,0,127 -/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces_ignore_empty=false -/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.constantStringsColor=236,228,126 -/instance/org.eclipse.ui.workbench/RUN_IN_BACKGROUND=true -/instance/net.sf.eclipsefp.haskell.ui/charColor=236,228,126 -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.importorder=java;javax;org;com; -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.javakeywords.color=255,0,127 -/instance/org.eclipse.jst.jsp.ui/jsp_content=\#CFBFAD | null | null | null | null | null -/instance/eclihx.ui/hx_editor_brace_color=249,250,244 -/instance/org.eclipse.jdt.ui/spelling_locale_initialized=true -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.trait.color=82,227,246 -/instance/org.eclipse.ui.editors/PHPWriteOccurrenceIndicationColor=0,0,0 -/instance/com.dubture.twig.ui/editorColorNumber=\#C48CFF | null | null | null | null | null -/instance/org.eclipse.ui.editors/deletionIndicationColor=255,0,0 -/instance/org.eclipse.ui.editors/writeOccurrenceIndicationColor=0,0,0 -/instance/net.sourceforge.texlipse/def.BibColor=207,191,173 -/instance/org.eclipse.jdt.ui/java_comment_task_tag=255,255,255 -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.keyword.enabled=true -/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.localVariableDeclaration.enabled=true -/instance/org.eclipse.epp.mpc.ui/CatalogDescriptor=http\://market.eclipsesource.com/yoxos -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.enabled=true -/instance/ccw.core/ccw.preferences.editor_color.MACRO.italic=false -/configuration/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true -/instance/org.eclipse.wst.xml.ui/entityReference=\#FF007F | null | null | null | null | null -/instance/org.eclipse.ui.browser/internalWebBrowserHistory=http\://market.eclipsesource.com/yoxos/node/org.eclipse.m2e.feature.feature.group?mpc\=true&mpc_state\=|*| -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_color=167,236,33 -/instance/ccw.core/ccw.preferences.editor_color.MACRO.bold=false -/instance/eclihx.ui/hxml_editor_default_color=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.bold=false -/instance/org.eclipse.wst.html.ui/doctypeExternalPubref=\#A7EC21 | null | null | null | null | null -/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_annotations=true -/instance/com.adobe.flexide.mxml.core/mxmlProcessingInstructionColor=\#A7EC21 -/instance/org.eclipse.ui.editors/pydevOccurrenceIndicationColor=0,0,0 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Setter_color=167,236,33 -/instance/com.powerflasher.fdt.ui/AS_RETURN_color=255,0,127 -/instance/org.cfeclipse.cfml/htmTagColor=207,191,173 -/instance/org.eclipse.jdt.ui/editor_folding_default_imports=false -/instance/org.sourceforge.jsonedit.core/colorNull=207,191,173 -/instance/org.eclipse.jdt.ui/semanticHighlighting.abstractMethodInvocation.color=190,214,255 -/instance/org.eclipse.jdt.ui/sp_cleanup.make_local_variable_final=false -/instance/org.eclipse.wst.dtd.ui/dtdDefault=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.dltk.ruby.ui/const=207,191,173 -/instance/org.eclipse.jdt.ui/sp_cleanup.never_use_parentheses_in_expressions=true -@org.eclipse.team.core=3.7.0.v20130514-1224 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.NamespaceModifier_color=167,236,33 -/instance/org.eclipse.jdt.ui/semanticHighlighting.annotation.enabled=true -/instance/com.adobe.flexide.css.core/cssFontFaceColor=\#FF007F -/instance/org.eclipse.jdt.ui/semanticHighlighting.staticField.enabled=true -/instance/org.eclipse.jdt.ui/java_doc_link=207,191,173 -/instance/org.dadacoalition.yedit/colorDocumentPreference=207,191,173 -/instance/com.spket.js/js_reserved=255,0,127 -/instance/com.powerflasher.fdt.ui/MULTILINE_COMMENT_TODO_color=207,191,173 -/instance/org.eclipse.jdt.ui/sp_cleanup.convert_to_enhanced_for_loop=false -@org.eclipse.ui.ide=3.9.1.v20130704-1828 -/instance/org.eclipse.pde.ui/editor.color.tag=207,191,173 -/instance/org.scala-ide.sdt.core/syntaxColouring.scaladoc.colour=255,255,255 -/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionBackground.SystemDefault=false -/instance/net.sf.eclipsefp.haskell.ui/cppColor=255,255,255 -/instance/ccw.core/ccw.preferences.editor_color.callableJAVA_CLASS.italic=false -/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.localVariable.enabled=true -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLComment_color=255,255,255 -/instance/org.eclipse.jdt.ui/semanticHighlighting.method.enabled=true -/instance/org.eclipse.debug.ui/Console.highWaterMark=88000 -/instance/org.eclipse.jdt.ui/sp_cleanup.use_blocks_only_for_return_and_throw=false -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=ignore -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.color=\#A7EC21 -/instance/net.sourceforge.texlipse/num.TexColor=196,140,255 -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.color=\#CFBFAD -/instance/org.eclipse.wst.css.ui/SEMI_COLON=\#CFBFAD | null | null | null | null | null -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.templateVal.color=190,214,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLAttributeName_enabled=true -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.methodDeclarationName.color=167,236,33 -@org.eclipse.ant.ui=3.5.400.v20130514-1341 -/instance/com.spket.xml/xml_proc_instr=207,191,173 -/instance/de.walware.statet.r.ui/text_Rd_taskTag.color=255,255,255 -/instance/org.eclipse.jdt.ui/sp_cleanup.organize_imports=false -/instance/org.eclipse.jdt.ui/semanticHighlighting.localVariable.enabled=true -/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true -/instance/net.sourceforge.texlipse/equ.TexColor=236,228,126 -/instance/com.powerflasher.fdt.ui/AS_KEYWORD_color=255,0,127 -/instance/org.eclipse.jst.jsp.ui/tagAttributeEquals=\#CFBFAD | null | null | null | null | null -/instance/de.walware.statet.r.ui/text_R_rSeparators.color=255,0,127 -/instance/org.erlide.ui/editor/colors/variable/color=207,191,173 -/instance/org.eclipse.jdt.ui/semanticHighlighting.class.color=82,227,246 -\!/= -/instance/eclihx.ui/hx_editor_number_color=196,140,255 -/instance/org.eclipse.wst.css.ui/PSEUDO=\#A7EC21 | null | null | null | null | null -/instance/org.eclipse.cdt.ui/semanticHighlighting.enumerator.enabled=true -/instance/de.walware.statet.base.ui/editors/options/Proposals.foreground=207,191,173 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLNamespaceName_enabled=true -/instance/org.eclipse.ui.editors/printMarginColor=153,153,153 -/instance/org.eclipse.datatools.sqltools.sqleditor/Multi-line\ comment=0,0,0,0,0,255,255,255 -/instance/ccw.core/ccw.preferences.editor_color.callableMACRO=255,0,127 -/instance/ccw.core/ccw.preferences.editor_color.callableMACRO.enabled=true -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.color=\#A7EC21 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.argumentSuffixes= -/instance/com.adobe.flexide.as.core/asBracketColor=\#F9FAF4 -/instance/org.scala-ide.sdt.core/syntaxColoring.numberLiteral.color=196,140,255 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.string.color=236,228,126 -/instance/org.eclipse.debug.ui/preferredDetailPanes=DefaultDetailPane\:DefaultDetailPane| -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_LIB=/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre/lib/rt.jar -/instance/com.adobe.flexide.mxml.core/mxmlTagColor=\#CFBFAD -/instance/org.eclipse.jst.jsp.ui/commentBorder=\#FFFFFF | null | null | null | null | null -/instance/org.scala-ide.sdt.core/syntaxColouring.singleLineComment.colour=255,255,255 -/instance/org.eclipse.ui.browser/browser-choice=1 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRCROOT=src -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.localVariableDeclaration.enabled=true -/instance/eclihx.ui/hxml_editor_option_color=255,0,127 -/instance/org.eclipse.cdt.ui/semanticHighlighting.enumerator.color=207,191,173 -/instance/org.eclipse.ui.ide/quickStart=false -/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.FindScope=0,0,0 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Getter_enabled=true -/instance/org.cfeclipse.cfml/htmCommentColor=255,255,255 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFieldPrefixes= -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.keyword.color=255,0,127 -/instance/org.erlide.ui/editor/colors/char/style=0 -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.ondemandthreshold=99 -/instance/net.sourceforge.texlipse/spe.TexColor=255,255,255 -/instance/org.python.pydev/NUMBER_STYLE=0 -/instance/ccw.core/ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.italic=false -/instance/org.scala-ide.sdt.core/syntaxColouring.multiLineComment.colour=255,255,255 -/instance/de.walware.statet.r.ui/text_R_rComment.italic=false -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.class.enabled=true -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.parameterVariable.enabled=true -/instance/org.eclipse.dltk.ruby.ui/DLTK_single_line_comment=255,255,255 -/instance/org.eclipse.wst.jsdt.ui/java_operator=255,0,127 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLTagName_color=207,191,173 -/instance/org.eclipse.wst.html.ui/commentText=\#FFFFFF | null | null | null | null | null -/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionForeground.SystemDefault=false -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.trait.colour=82,227,246 -/instance/org.eclipse.jdt.ui/sp_cleanup.format_source_code_changes_only=false -/instance/org.eclipse.cdt.ui/semanticHighlighting.parameterVariable.enabled=true -/instance/org.eclipse.jdt.ui/semanticHighlighting.number.color=196,140,255 -/instance/ccw.core/ccw.preferences.editor_color.FUNCTION.italic=false -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.error.color=255,255,255 -/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_imports=false -/instance/com.spket.js/js_task_tag=207,191,173 -/instance/org.eclipse.cdt.ui/semanticHighlighting.macroDefinition.color=167,236,33 -/instance/org.cfeclipse.cfml/cfscriptTextColor=207,191,173 -/instance/com.spket.xml/xml_task_tag=255,255,255 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h4.color=255,255,255 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.comment.color=255,255,255 -/instance/net.sf.eclipsefp.haskell.ui/symbolColor=249,250,244 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.localVariable.enabled=true -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.lazyTemplateVal.colour=190,214,255 -/instance/org.cfeclipse.cfml/cfcommentBackgroundColor=39,40,34 -/instance/org.eclipse.jdt.ui/sp_cleanup.sort_members=false -/instance/ccw.core/ccw.preferences.editor_color.callableRAW_SYMBOL.bold=false -/instance/org.eclipse.dltk.ruby.ui/variable.class=82,227,246 -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.ignorelowercasenames=true -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h3.color=255,255,255 -/instance/org.python.pydev/DECORATOR_STYLE=0 -/instance/org.eclipse.wst.xml.core/indentationChar=space -/instance/ccw.core/ccw.preferences.editor_color.callableJAVA_CLASS=82,227,246 -/instance/org.scala-ide.sdt.core/syntaxColouring.xml.attributeName.colour=255,0,127 -/instance/org.eclipse.wst.xml.ui/piBorder=\#A7EC21 | null | null | null | null | null -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=ignore -/instance/org.sourceforge.jsonedit.core/colorString=236,228,126 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_color=167,236,33 -/instance/goclipse/syntax_highlighting_text_color=207,191,173 -/instance/eclihx.ui/hx_editor_regexpr_color=207,191,173 -/instance/org.cfeclipse.cfml/SQLStringColor=236,228,126 -/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionBackground=204,153,0 -/instance/net.sourceforge.texlipse/def.TexColor=207,191,173 -/instance/org.eclipse.jdt.ui/sp_cleanup.never_use_blocks=false -/instance/ccw.core/ccw.preferences.editor_color.callableGLOBAL_VAR.bold=false -/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.dtdColor=167,236,33 -@org.eclipse.wst.validation=1.2.500.v201303130500 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.Interface_color=82,227,246 -/instance/org.eclipse.cdt.ui/c_numbers=196,140,255 -/instance/org.eclipse.cdt.ui/semanticHighlighting.staticField.color=207,191,173 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes= -/instance/org.eclipse.wst.xml.ui/doctypeName=\#A7EC21 | null | null | null | null | null -/instance/org.eclipse.wst.xsl.ui/xsltagName=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.cdt.ui/semanticHighlighting.methodDeclaration.enabled=true -/instance/org.eclipse.wst.dtd.ui/dtdTagName=\#CFBFAD | null | null | null | null | null -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.annotation.color=255,255,255 -/instance/org.eclipse.cdt.ui/c_comment_task_tag=255,255,255 -/instance/org.eclipse.team.cvs.ui/pref_console_error_color=82,227,246 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLCDATATag_color=207,191,173 -/instance/org.eclipse.jdt.ui/java_keyword=255,0,127 -/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Background=39,40,34 -/instance/org.scala-ide.sdt.core/syntaxColouring.xml.attributeValue.colour=236,228,126 -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.lazyTemplateVal.color=190,214,255 -/instance/ccw.core/ccw.preferences.editor_color.JAVA_CLASS.bold=false -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedWarningToken=ignore -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes= -/instance/ccw.core/ccw.preferences.editor_color.symbol.italic=false -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelVariable_color=207,191,173 -/instance/org.eclipse.dltk.ruby.ui/DLTK_string.eval=236,228,126 -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.enabled=true -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.exception.name=e -/instance/org.eclipse.ui.workbench/ENABLED_DECORATORS=org.eclipse.m2e.core.mavenVersionDecorator\:false,org.eclipse.egit.ui.internal.decorators.GitLightweightDecorator\:true,org.eclipse.jdt.ui.override.decorator\:true,org.eclipse.jdt.ui.interface.decorator\:false,org.eclipse.jdt.ui.buildpath.decorator\:true,org.eclipse.m2e.core.maven2decorator\:true,org.eclipse.pde.ui.binaryProjectDecorator\:false,org.eclipse.team.cvs.ui.decorator\:true,org.eclipse.ui.LinkedResourceDecorator\:true,org.eclipse.ui.SymlinkDecorator\:true,org.eclipse.ui.VirtualResourceDecorator\:true,org.eclipse.ui.ContentTypeDecorator\:true,org.eclipse.ui.ResourceFilterDecorator\:false, -/instance/winterwell.markdown/Pref_Default=207,191,173 -/instance/org.scala-ide.sdt.core/syntaxColouring.keyword.colour=255,0,127 -/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionForeground=64,64,64 -/instance/ccw.core/ccw.preferences.editor_color.callableJAVA_STATIC_METHOD.bold=false -/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.only_include_exported_classpath_entries=false -/instance/org.eclipse.jdt.ui/pf_coloring_key=207,191,173 -/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.errorColor=255,255,255 -/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.tagsColor=167,236,33 -/instance/de.walware.statet.r.ui/text_R_rUndefined.strikethrough=false -/instance/net.sourceforge.texlipse/key.BibColor=255,0,127 -/instance/ccw.core/ccw.preferences.editor_color.comment.italic=false -/instance/org.eclipse.ui.trace/tracingEntries= -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_color=191,164,164 -/instance/org.jboss.ide.eclipse.freemarker/color.interpolation=255,0,127 -/instance/org.eclipse.dltk.tcl.ui/content_assist_completion_replacement_foreground=207,191,173 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore -/instance/org.eclipse.wst.html.ui/tagAttributeValue=\#ECE47E | null | null | null | null | null -/instance/org.cfeclipse.cfml/cftaglibColor=207,191,173 -/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Foreground=207,191,173 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticFinalField.color=207,191,173 -/instance/org.eclipse.jdt.ui/semanticHighlighting.staticFinalField.enabled=true -/instance/ccw.core/ccw.preferences.editor_color.keyword.enabled=true -/instance/org.scala-ide.sdt.core/syntaxColoring.xml.tagDelimiter.color=207,191,173 -/instance/net.sf.eclipsefp.haskell.ui/sourceHoverBackgroundColor=255,255,255 -/instance/org.eclipse.cdt.ui/semanticHighlighting.typeParameter.color=191,164,164 -/instance/org.scala-ide.sdt.core/syntaxColouring.scaladocAnnotation.colour=217,229,119 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.localPrefixes= -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=ignore -/instance/org.epic.perleditor/searchResultIndicationColor=216,216,216 -/instance/org.eclipse.wst.validation/confirmDialog=true -/instance/org.scala-ide.sdt.core/syntaxColouring.bracket.colour=249,250,244 -/instance/eclihx.ui/hx_editor_keywords_color=255,0,127 -/instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time=false -/instance/org.epic.perleditor/variableColor=207,191,173 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.punctuation.color=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.JAVA_CLASS.italic=false -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.spaces.color=207,191,173 -/instance/org.eclipse.ui.trace/tracingEnabled=false -/instance/de.walware.statet.r.ui/text_R_rAssignment.color=255,0,127 -/instance/org.eclipse.wst.jsdt.ui/java_keyword=255,0,127 -/instance/org.eclipse.jdt.ui/sp_cleanup.add_generated_serial_version_id=false -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticMethodInvocation.enabled=true -/instance/com.spket.xml/xml_tags=207,191,173 -/instance/org.eclipse.wst.xsl.ui/xsltagAttributeName=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.php.ui/editorColorComment=\#FFFFFF | null | null | null | null | null -/instance/com.spket.js/java_doc_link=207,191,173 -/instance/ccw.core/ccw.preferences.editor_color.RAW_SYMBOL.bold=false -/instance/org.python.pydev/FUNC_NAME_STYLE=0 -/instance/org.eclipse.wst.css.ui/URI=\#ECE47E | null | null | null | null | null -/instance/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.color=167,236,33 -/instance/net.sf.eclipsefp.haskell.ui/pragmaColor=255,255,255 -/instance/org.eclipse.debug.ui/preferredTargets=default\:default| -/instance/ccw.core/ccw.preferences.editor_color.JAVA_INSTANCE_METHOD.enabled=true -/instance/org.eclipse.ui.editors/javaScriptOccurrenceIndicationColor=0,0,0 -/instance/org.eclipse.wst.html.ui/doctypeName=\#A7EC21 | null | null | null | null | null -@org.eclipse.jdt.junit=3.7.200.v20130514-0733 -/instance/com.dubture.twig.ui/editorColorTask=\#FFFFFF | null | null | null | null | null -/instance/ccw.core/ccw.preferences.editor_color.whitespace=249,250,244 -/instance/com.powerflasher.fdt.ui/AS_INTERNAL_color=255,0,127 -/instance/org.eclipse.jdt.ui/semanticHighlighting.annotation.color=255,255,255 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.deprecatedMember.enabled=true -/instance/org.erlide.ui/editor/colors/string/style=0 -/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.cancel_launch_with_compile_errors=always -/instance/org.eclipse.wst.jsdt.ui/java_keyword_return=255,0,127 -/instance/org.scala-ide.sdt.core/syntaxColoring.operator.color=255,0,127 -/instance/org.epic.perleditor/invalidColor=255,0,0 -/instance/org.eclipse.cdt.make.ui/org.eclipse.cdt.make.ui.editor.default=207,191,173 -/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_this_for_non_static_field_access=false -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.typeParameter.color=191,164,164 -/instance/org.scala-ide.sdt.core/syntaxColoring.return.color=255,0,127 -/instance/org.erlide.ui/editor/colors/char/color=236,228,126 -/instance/com.spket.js/js_string=236,228,126 -/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_field_access=false -/instance/org.python.pydev/NUMBER_COLOR=196,140,255 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.annotation.enabled=true -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.string.color=236,228,126 -/instance/org.eclipse.jst.jsp.ui/tagAttributeValue=\#ECE47E | null | null | null | null | null -/instance/org.scala-ide.sdt.core/syntaxColouring.multiLineString.colour=236,228,126 -/instance/org.eclipse.wst.xml.ui/tagAttributeEquals=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.wst.xsl.ui/xsltagBorder=\#CFBFAD | null | null | null | null | null -/instance/ccw.core/ccw.preferences.editor_color.string.italic=false -/instance/de.walware.statet.r.ui/text_Rd_rdSubSectionTag.color=167,236,33 -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.multilinecomments.color=255,255,255 -/instance/org.epic.perleditor/AbstractTextEditor.Color.Background.SystemDefault=false -/instance/org.eclipse.php.ui/editorColorHeredoc=\#FFFFFF | null | null | null | null | null -@org.eclipse.wst.sse.ui=1.3.200.v201303281757 -/instance/org.scala-ide.sdt.core/syntaxColoring.semantic.class.color=82,227,246 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.punctuation.bgColor= -/instance/org.erlide.ui/editor/colors/keyword/style=0 -/instance/org.eclipse.jdt.ui/pf_coloring_value=236,228,126 -/instance/com.powerflasher.fdt.ui/AS_PUBLIC_color=255,0,127 -/instance/org.eclipse.wst.css.ui/NORMAL=\#CFBFAD | null | null | null | null | null -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticGetter_enabled=true -/instance/org.epic.perleditor/functionColor=167,236,33 -/instance/org.epic.perleditor/keyword1Color=255,0,127 -/instance/de.walware.statet.r.ui/text_R_rIndexing.color=255,0,127 -/instance/org.eclipse.jdt.ui/semanticHighlighting.method.color=167,236,33 -@org.eclipse.search=3.9.0.v20130312-1625 -/instance/org.eclipse.cdt.make.ui/org.eclipse.cdt.make.ui.editor.macro_ref=167,236,33 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.interface.color=82,227,246 -/instance/org.eclipse.dltk.ruby.ui/DLTK_keyword=255,0,127 -/instance/org.eclipse.cdt.ui/semanticHighlighting.class.color=82,227,246 -/instance/eclihx.ui/hx_editor_comment_color=255,255,255 -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.numbers.color=196,140,255 -/instance/org.python.pydev/DECORATOR_COLOR=255,255,255 -/instance/org.eclipse.jdt.ui/editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=false -/instance/com.adobe.flexide.mxml.core/asASDocItalic=false -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore -/instance/com.powerflasher.fdt.ui/AS_TYPE_color=82,227,246 -/instance/org.erlide.ui/editor/colors/comment/style=0 -/instance/org.eclipse.dltk.tcl.ui/DLTK_single_line_comment=207,191,173 -/instance/org.eclipse.jdt.ui/semanticHighlighting.localVariable.color=207,191,173 -/instance/de.walware.statet.r.ui/text_R_rLogicalConstants.color=207,191,173 -@org.eclipse.core.resources=3.8.101.v20130717-0806 -/instance/ccw.core/ccw.preferences.editor_color.callableRAW_SYMBOL=207,191,173 -/instance/org.sourceforge.jsonedit.core/colorDefault=207,191,173 -/instance/org.epic.perleditor/comment1Color=255,255,255 -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.tag.color=207,191,173 -/instance/com.spket.xml/xml_doctype=167,236,33 -/instance/net.sf.eclipsefp.haskell.ui/varSymColor=255,0,127 -/instance/org.eclipse.xtend.core.Xtend/org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.string.color=236,228,126 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.inheritedMethodInvocation.enabled=true -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.AS3SemanticHighlightGenerator.AS3.XMLText_color=207,191,173 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.variable.color=207,191,173 -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.enabled=true -/instance/com.adobe.flexide.as.core/asPackageColor=\#52E3F6 -/instance/com.powerflasher.fdt.ui/AS_CONSTANTS_color_underline=false -/instance/org.cfeclipse.cfml/htmTableTagColor=207,191,173 -/instance/de.walware.statet.r.ui/text_R_rGrouping.color=249,250,244 -/instance/de.walware.statet.r.ui/text_Rd_rdOtherTag.color=207,191,173 -/instance/org.epic.perleditor/othersIndicationColor=207,191,173 -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.templateVal.colour=190,214,255 -/instance/org.eclipse.jst.jsp.ui/tagAttributeName=\#FF007F | null | null | null | null | null -/instance/org.eclipse.jdt.ui/semanticHighlighting.class.enabled=true -/instance/org.eclipse.jdt.ui/semanticHighlighting.interface.enabled=true -/instance/ccw.core/ccw.preferences.editor_color.JAVA_CLASS.enabled=true -/instance/org.eclipse.cdt.ui/c_type=255,0,127 -/instance/org.eclipse.wst.css.ui/ATTRIBUTE_NAME=\#A7EC21 | null | null | null | null | null -/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_override_annotations_interface_methods=true -/instance/org.eclipse.jdt.ui/semanticHighlighting.typeArgument.color=191,164,164 -/instance/org.jboss.ide.eclipse.freemarker/color.oppositeRegion=0,0,0 -/instance/net.sf.eclipsefp.haskell.ui/thColor=255,255,255 -/instance/org.eclipse.cdt.ui/semanticHighlighting.staticMethod.color=167,236,33 -@org.eclipse.m2e.discovery=1.4.0.20130601-0317 -/instance/de.walware.statet.r.ui/text_R_rString.color=236,228,126 -/instance/org.cfeclipse.cfml/SQLOperatorColor=255,0,127 -/instance/org.eclipse.wst.xml.ui/xml_content_assist_default_page_sort_order=org.eclipse.wst.xml.ui.proposalCategory.xmlTags\u0000org.eclipse.wst.xml.ui.proposalCategory.xmlTemplates\u0000 -@org.eclipse.ui.editors=3.8.100.v20130513-1637 -/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.strings.color=236,228,126 -/instance/org.erlide.ui/editor/colors/float/style=0 -/instance/de.walware.statet.r.ui/text_R_rDefault.color=207,191,173 -/instance/org.dadacoalition.yedit/colorCommentPreference=255,255,255 -/instance/org.eclipse.ui.ide/PROBLEMS_FILTERS_MIGRATE=true -/instance/org.dadacoalition.yedit/colorTagPropertyPreferences=207,191,173 -/instance/org.eclipse.dltk.tcl.ui/sourceHoverBackgroundColor.SystemDefault=false -/instance/org.eclipse.e4.ui.css.swt.theme/themeid=org.eclipse.e4.ui.css.theme.e4_default -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.color=\#CFBFAD -/instance/com.dubture.twig.ui/editorStmtColorBoundarymaker=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.jdt.ui/semanticHighlighting.inheritedMethodInvocation.enabled=true -/instance/org.cfeclipse.cfml/cssTextColor=207,191,173 -/instance/org.eclipse.dltk.tcl.ui/DLTK_class_definition=82,227,246 -/instance/org.eclipse.wst.sse.ui/content_assist_number_of_computers=2 -/instance/org.epic.perleditor/markupColor=207,191,173 -/instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1 -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.comment.bgColor= -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.timeoutForParameterNameFromAttachedJavadoc=50 -/instance/org.scala-ide.sdt.core/syntaxColoring.scaladocAnnotation.color=217,229,119 -/instance/org.eclipse.wst.jsdt.ui/java_single_line_comment=255,255,255 -/instance/org.cfeclipse.cfml/cfnumberColor=196,140,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLAirApplicationTag_color=207,191,173 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLState_enabled=true -/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.remove_all_breakpoints_prompt=false -/instance/ccw.core/ccw.preferences.editor_color.char.enabled=true -/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.textColor=207,191,173 -/instance/com.adobe.flexide.mxml.core/mxmlStringColor=\#ECE47E -/instance/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.color=255,0,0 -/instance/ccw.core/ccw.preferences.editor_color.meta.bold=false -/instance/org.eclipse.jdt.ui/sp_cleanup.make_type_abstract_if_missing_method=false -/instance/ccw.core/ccw.preferences.editor_color.string=236,228,126 -/instance/org.cfeclipse.cfml/stringColor=236,228,126 -/instance/org.epic.perleditor/AbstractTextEditor.Color.Foreground.SystemDefault=false -/instance/org.eclipse.wst.xml.ui/declBorder=\#A7EC21 | null | null | null | null | null -/instance/com.spket.js/java_doc_keyword=217,229,119 -/instance/org.scala-ide.sdt.core/syntaxColouring.xml.comment.colour=255,255,255 -/instance/com.powerflasher.fdt.ui/AS_CORE_color=82,227,246 -@com.github.eclipsecolortheme=0.13.0.201311210852 -/instance/org.eclipse.debug.core/org.eclipse.debug.core.PREF_DELETE_CONFIGS_ON_PROJECT_DELETE=false -/instance/org.eclipse.wst.jsdt.ui/tagName=167,236,33 -/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces=false -file_export_version=3.0 -/instance/org.eclipse.ui.editors/bookmarkIndicationInVerticalRuler=false -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.number.bgColor= -/instance/de.walware.statet.r.ui/text_R_rRoxygenTag.color=207,191,173 -/instance/org.eclipse.jdt.ui/pf_coloring_assignment=207,191,173 -/instance/org.epic.perleditor/currentLineColor=91,90,78 -/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_methods=false -/instance/org.python.pydev/SELF_STYLE=0 -/instance/com.powerflasher.fdt.ui/MULTILINE_COMMENT_color=255,255,255 -/instance/com.adobe.flexide.mxml.core/mxmlCommentItalic=false -/instance/org.eclipse.cdt.ui/semanticHighlighting.macroDefinition.enabled=true -/instance/org.eclipse.jdt.ui/java_string=236,228,126 -/instance/org.eclipse.wst.xml.ui/xml_content_assist_own_page_sort_order=org.eclipse.wst.xml.ui.proposalCategory.xmlTemplates\u0000org.eclipse.wst.xml.ui.proposalCategory.xmlTags\u0000 -/instance/org.eclipse.pde.ui/editor.color.header_assignment=255,0,127 -/instance/org.python.pydev/FUNC_NAME_COLOR=167,236,33 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.typeParameter.color=191,164,164 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.regexp.color=236,228,126 -/instance/org.eclipse.jdt.debug/org.eclipse.jdt.debug.default_breakpoint_suspend_policy=2 -/instance/net.sourceforge.texlipse/crl.TexColor=207,191,173 -/instance/org.eclipse.datatools.sqltools.sqleditor/Single\ quoted\ string=0,0,0,0,0,236,228,126 -/instance/org.eclipse.cdt.ui/c_default=207,191,173 -/instance/org.erlide.ui/editor/colors/string/color=236,228,126 -/instance/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.enabled=true -/configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5 -/instance/goclipse/syntax_highlighting_comment_color=255,255,255 -/instance/eclihx.ui/hx_editor_conditional_compilation_color=255,0,127 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.StaticField_color=207,191,173 -/instance/eclihx.ui/hx_editor_bracket_color=249,250,244 -/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.staticondemandthreshold=99 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.interface.enabled=true -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLSetter_enabled=true -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unclosedCloseable=ignore -/instance/com.adobe.flexide.as.core/asClassColor=\#52E3F6 -/instance/org.eclipse.cdt.ui/c_braces=249,250,244 -/instance/org.eclipse.ui.workbench/PLUGINS_NOT_ACTIVATED_ON_STARTUP=org.eclipse.m2e.discovery; -/instance/org.eclipse.dltk.ruby.ui/DLTK_string.regexp=236,228,126 -/instance/org.cfeclipse.cfml/unknowTagColors=255,0,0 -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.color=\#CFBFAD -/instance/org.eclipse.wst.css.ui/COLON=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.m2e.core/eclipse.m2.defaultPomEditorPage=true -/instance/ccw.core/ccw.preferences.editor_color.regex.italic=false -/instance/com.powerflasher.fdt.ui/JAVADOC_KEYWORD_color=217,229,119 -/instance/com.adobe.flexide.as.core/asStringColor=\#ECE47E -/instance/de.walware.statet.r.ui/text_Rd_rdSectionTag.color=82,227,246 -/instance/org.eclipse.wst.css.ui/ID=\#A7EC21 | null | null | null | null | null -/instance/net.sf.eclipsefp.haskell.ui/keywordColor=255,0,127 -/instance/org.eclipse.xtend.core.Xtend/org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.punctuation.color=255,0,127 -/instance/org.scala-ide.sdt.core/syntaxColoring.xml.equals.color=207,191,173 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore -/instance/com.adobe.flexide.as.core/asVarColor=\#CFBFAD -/instance/de.walware.statet.r.ui/text_R_rFlowcontrol.color=255,0,127 -/instance/com.powerflasher.fdt.ui/AS_CONSTANTS_color_strikethrough=false -/instance/org.eclipse.e4.CSS/org.eclipse.e4.CSS.syntaxColorer.tokenStyles.number.color=196,140,255 -/instance/org.erlide.ui/editor/colors/keyword/color=255,0,127 -/instance/com.spket.js/js_regexp=236,228,126 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.literalkw.color=255,0,127 -/instance/ccw.core/ccw.preferences.editor_color.callableFUNCTION.italic=false -/instance/org.eclipse.wst.css.ui/COMBINATOR=\#A7EC21 | null | null | null | null | null -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_fixed.color=255,255,255 -/instance/org.cfeclipse.cfml/javascriptFunction=167,236,33 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.methodDeclarationName.enabled=true -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.color=\#CFBFAD -/instance/org.eclipse.wst.validation/DELEGATES_PREFERENCE=delegateValidatorList -/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_nls_tags=false -/configuration/org.eclipse.ui.ide/RECENT_WORKSPACES_PROTOCOL=3 -/instance/net.sourceforge.texlipse/cmd.TexColor=167,236,33 -/instance/de.walware.statet.base.ui/editors/options/Proposals.background=39,40,34 -/instance/org.eclipse.wst.validation/USER_MANUAL_PREFERENCE=enabledManualValidatorList -/instance/org.eclipse.dltk.ruby.ui/content_assist_completion_replacement_foreground=207,191,173 -/instance/org.eclipse.cdt.ui/semanticHighlighting.field.enabled=true -/instance/ccw.core/ccw.preferences.editor_color.callableFUNCTION=167,236,33 -/instance/org.eclipse.jdt.ui/java_doc_default=255,255,255 -/instance/org.eclipse.ui.trace/tracingMaxFileSize=1000 -/instance/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.enabled=true -/instance/org.eclipse.jdt.ui/sp_cleanup.make_parameters_final=false -/instance/com.spket.xml/xml_cdata=207,191,173 -/instance/org.erlide.ui/editor/colors/comment/color=255,255,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.BasicSemanticHighlightGenerator.AS3.TopLevelFunction_enabled=true -/instance/org.eclipse.wst.xml.ui/commentText=\#FFFFFF | null | null | null | null | null -/instance/ccw.core/ccw.preferences.editor_color.symbol=207,191,173 -/instance/com.adobe.flexide.css.core/cssTextColor=\#CFBFAD -/instance/org.epic.perleditor/literal1Color=236,228,126 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter= -/instance/eclihx.ui/hx_editor_multiline_comment_color=255,255,255 -/instance/ccw.core/ccw.preferences.editor_color.callableFUNCTION.enabled=true -/instance/org.eclipse.wst.xml.core/indentationSize=2 -/instance/org.eclipse.cdt.ui/semanticHighlighting.staticField.enabled=true -/instance/org.cfeclipse.cfml/cftagColor=207,191,173 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLIDParameter_color=121,171,255 -/instance/org.eclipse.wst.html.ui/tagAttributeEquals=\#CFBFAD | null | null | null | null | null -/instance/org.eclipse.wst.dtd.ui/dtdComment=\#FFFFFF | null | null | null | null | null -/instance/org.eclipse.jdt.ui/java_bracket=249,250,244 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.fieldPrefixes= -/instance/org.eclipse.wst.jsdt.ui/java_doc_link=207,191,173 -/instance/org.epic.perleditor/lineNumberColor=153,153,153 -/instance/org.scala-ide.sdt.core/syntaxColouring.xml.equals.colour=207,191,173 -/instance/org.eclipse.xtend.core.Xtend/org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.default.color=207,191,173 -/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.caseClass.colour=82,227,246 -/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.outColor=207,191,173 -/instance/org.eclipse.dltk.tcl.ui/DLTK_argument=207,191,173 -/instance/org.eclipse.dltk.ruby.ui/DLTK_keyword_return=255,0,127 -/instance/ccw.core/ccw.preferences.editor_color.callableGLOBAL_VAR.italic=false -/instance/eclihx.ui/hxml_editor_comment_color=255,255,255 -/instance/org.erlide.ui/editor/colors/float/color=196,140,255 -/instance/org.eclipse.cdt.ui/sourceHoverBackgroundColor.SystemDefault=false -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.abstractMethodInvocation.enabled=true -/instance/org.eclipse.wst.xml.ui/declBoder=\#A7EC21 | null | null | null | null | null -/instance/org.eclipse.cdt.ui/sourceHoverBackgroundColor=255,255,255 -/instance/org.eclipse.wst.dtd.ui/dtdTag=\#CFBFAD | null | null | null | null | null -/instance/ccw.core/ccw.preferences.editor_color.callableJAVA_CLASS.bold=false -/instance/org.eclipse.jdt.ui/pf_coloring_comment=255,255,255 -/instance/com.dubture.twig.ui/editorColorVariable=\#CFBFAD | null | null | null | null | null -/instance/com.powerflasher.fdt.ui/AS_PROTECTED_color=255,0,127 -/instance/org.eclipse.wst.xml.ui/org.eclipse.wst.sse.ui.custom_templates= -/instance/org.eclipse.xtend.core.Xtend/org.eclipse.xtend.core.Xtend.syntaxColorer.tokenStyles.xbase.extension.method.invacation.color=167,236,33 -/instance/com.spket.js/js_ml_comment=255,255,255 -/instance/org.epic.perleditor/operatorColor=255,0,127 -/instance/org.eclipse.cdt.ui/semanticHighlighting.function.color=167,236,33 -/instance/org.eclipse.dltk.tcl.ui/content_assist_parameters_background=39,40,34 -/instance/org.eclipse.cdt.ui/semanticHighlighting.function.enabled=true -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.enabled=true -@org.eclipse.jdt.debug=3.8.0.v20130514-0841 -/instance/org.eclipse.dltk.ruby.ui/DLTK_doc.topic=207,191,173 -/instance/org.eclipse.pde.ui/editor.color.instr=167,236,33 -/instance/org.eclipse.cdt.ui/pp_default=207,191,173 -/configuration/org.eclipse.ui.ide/RECENT_WORKSPACES=/Users/apennebaker/Desktop/src -/instance/org.eclipse.cdt.ui/c_operators=255,0,127 -/instance/org.eclipse.wst.css.ui/SELECTOR=\#A7EC21 | null | null | null | null | null -/instance/org.eclipse.debug.core/org.eclipse.debug.core.PREF_BREAKPOINT_MANAGER_ENABLED_STATE=true -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.enabled=true -/instance/org.eclipse.cdt.ui/semanticHighlighting.method.color=167,236,33 -/instance/org.eclipse.datatools.sqltools.sqleditor/Single-line\ comment=0,0,0,0,0,255,255,255 -/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.color=\#52E3F6 -/instance/org.eclipse.team.cvs.ui/pref_first_startup=false -/instance/org.eclipse.jdt.ui/content_assist_proposals_foreground=0,0,0 -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.doc_h5.color=255,255,255 -/instance/org.epic.perleditor/printMarginColor=153,153,153 -/instance/org.scala-ide.sdt.core/syntaxColouring.xml.tagName.colour=207,191,173 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=ignore -/instance/org.cloudsmith.geppetto.pp.dsl.PP/org.cloudsmith.geppetto.pp.dsl.PP.syntaxColorer.tokenStyles.resourceRef.color=82,227,246 -/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticMethodInvocation.color=167,236,33 -/instance/org.eclipse.wst.jsdt.ui/java_bracket=249,250,244 -/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFieldSuffixes= -/instance/org.eclipse.pde.ui/editor.color.xml_comment=255,255,255 -/instance/org.eclipse.pde.core/platform_path=/Applications/eclipse -/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=\n\n\n\n\n\n\n -/instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Monaco|11.0|0|COCOA|1|; -/instance/org.python.pydev/SELF_COLOR=255,0,127 -/instance/org.eclipse.ui.editors/filteredSearchResultIndicationColor=216,216,216 -/instance/net.sourceforge.texlipse/slc.BibColor=255,255,255 -/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_blocks=true -/instance/org.eclipse.wst.xml.ui/tagAttributeValue=\#ECE47E | null | null | null | null | null -/instance/org.eclipse.dltk.ruby.ui/DLTK_comment_task_tag=255,255,255 -/instance/com.powerflasher.fdt.ui/com.powerflasher.fdt.ui.mxml.mxmlHighlightGenerator.AS3.MXMLNamespace_enabled=true -/instance/org.eclipse.dltk.tcl.ui/content_assist_parameters_foreground=207,191,173 -/instance/org.dadacoalition.yedit/colorDefaultPreference=207,191,173 -/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_with_declaring_class=false -/instance/ccw.core/ccw.preferences.editor_color.regex.bold=false -/instance/com.powerflasher.fdt.ui/CHARACTER_color=236,228,126 -/instance/org.eclipse.team.cvs.ui/pref_console_command_color=255,255,255 diff --git a/emacs-android b/emacs-android deleted file mode 100755 index 93954c9..0000000 --- a/emacs-android +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -unset IFS -set -euf -/data/data/com.zielm.emacs/src/bootstrap-emacs "$@" diff --git a/emacsforandroid/com.zielm.emacs_preferences.xml b/emacsforandroid/com.zielm.emacs_preferences.xml deleted file mode 100755 index 52bc14d..0000000 --- a/emacsforandroid/com.zielm.emacs_preferences.xml +++ /dev/null @@ -1,19 +0,0 @@ - - -/system/xbin/bash --rcfile /data/.profile - - - -1 -0 -emacs -1 -screen - -1 - -5 -4 -2 -7 - diff --git a/exclude.xml b/exclude.xml deleted file mode 100644 index a06c6d7..0000000 --- a/exclude.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gb.cmd b/gb.cmd deleted file mode 100755 index 12d1b48..0000000 --- a/gb.cmd +++ /dev/null @@ -1,4 +0,0 @@ -:: Place in C:\Git\bin -:: Launch Git Bash with Start -> Run -> gb -@echo off -sh --login -i \ No newline at end of file diff --git a/gen-completions.abcl b/gen-completions.abcl deleted file mode 100755 index c4aa58e..0000000 --- a/gen-completions.abcl +++ /dev/null @@ -1,44 +0,0 @@ -;;; Andrew Pennebaker -;;; From Edi Weitz's "Command line editing and auto completion" -;;; http://weitz.de/completions.html - -(with-open-file (!!!-stream "~/.abcl_completions" - :direction :output - :if-exists :supersede) - (let ((!!!-seen (make-hash-table :size 6000 :test #'equal)) - (!!!-cl-package (find-package "CL")) - (!!!-cl-user-package (find-package "CL-USER"))) - (loop for !!!-package in (list-all-packages) - do (let ((!!!-prefixes - (if (or (eq !!!-package !!!-cl-package) - (eq !!!-package !!!-cl-user-package)) - (list "") - (mapcar #'(lambda (!!!-prefix) - (concatenate 'string - (string-downcase !!!-prefix) - ":")) - (if (package-nicknames !!!-package) - (package-nicknames !!!-package) - (list (package-name !!!-package))))))) - (loop for !!!-symbol being the symbols of !!!-package - for !!!-symbol-name = (symbol-name !!!-symbol) - when (or (eq (nth-value 1 - (find-symbol !!!-symbol-name - !!!-package)) - :external) - (eq !!!-package !!!-cl-user-package)) - do (loop for !!!-prefix in !!!-prefixes - do (let ((!!!-completion - (format nil - "~A~A~%" - !!!-prefix - (string-downcase !!!-symbol)))) - (unless (or (gethash !!!-completion !!!-seen) - (string= "!!!-" - !!!-symbol-name - :end2 (min - (length !!!-symbol-name) - 4))) - (setf (gethash !!!-completion !!!-seen) - t) - (princ !!!-completion !!!-stream))))))))) diff --git a/gen-completions.ccl b/gen-completions.ccl deleted file mode 100755 index b1d9106..0000000 --- a/gen-completions.ccl +++ /dev/null @@ -1,44 +0,0 @@ -;;; Andrew Pennebaker -;;; From Edi Weitz's "Command line editing and auto completion" -;;; http://weitz.de/completions.html - -(with-open-file (!!!-stream "~/.ccl_completions" - :direction :output - :if-exists :supersede) - (let ((!!!-seen (make-hash-table :size 6000 :test #'equal)) - (!!!-cl-package (find-package "CL")) - (!!!-cl-user-package (find-package "CL-USER"))) - (loop for !!!-package in (list-all-packages) - do (let ((!!!-prefixes - (if (or (eq !!!-package !!!-cl-package) - (eq !!!-package !!!-cl-user-package)) - (list "") - (mapcar #'(lambda (!!!-prefix) - (concatenate 'string - (string-downcase !!!-prefix) - ":")) - (if (package-nicknames !!!-package) - (package-nicknames !!!-package) - (list (package-name !!!-package))))))) - (loop for !!!-symbol being the symbols of !!!-package - for !!!-symbol-name = (symbol-name !!!-symbol) - when (or (eq (nth-value 1 - (find-symbol !!!-symbol-name - !!!-package)) - :external) - (eq !!!-package !!!-cl-user-package)) - do (loop for !!!-prefix in !!!-prefixes - do (let ((!!!-completion - (format nil - "~A~A~%" - !!!-prefix - (string-downcase !!!-symbol)))) - (unless (or (gethash !!!-completion !!!-seen) - (string= "!!!-" - !!!-symbol-name - :end2 (min - (length !!!-symbol-name) - 4))) - (setf (gethash !!!-completion !!!-seen) - t) - (princ !!!-completion !!!-stream))))))))) diff --git a/gen-completions.clisp b/gen-completions.clisp deleted file mode 100755 index 2ac79c6..0000000 --- a/gen-completions.clisp +++ /dev/null @@ -1,44 +0,0 @@ -;;; Andrew Pennebaker -;;; From Edi Weitz's "Command line editing and auto completion" -;;; http://weitz.de/completions.html - -(with-open-file (!!!-stream "~/.clisp_completions" - :direction :output - :if-exists :supersede) - (let ((!!!-seen (make-hash-table :size 6000 :test #'equal)) - (!!!-cl-package (find-package "CL")) - (!!!-cl-user-package (find-package "CL-USER"))) - (loop for !!!-package in (list-all-packages) - do (let ((!!!-prefixes - (if (or (eq !!!-package !!!-cl-package) - (eq !!!-package !!!-cl-user-package)) - (list "") - (mapcar #'(lambda (!!!-prefix) - (concatenate 'string - (string-downcase !!!-prefix) - ":")) - (if (package-nicknames !!!-package) - (package-nicknames !!!-package) - (list (package-name !!!-package))))))) - (loop for !!!-symbol being the symbols of !!!-package - for !!!-symbol-name = (symbol-name !!!-symbol) - when (or (eq (nth-value 1 - (find-symbol !!!-symbol-name - !!!-package)) - :external) - (eq !!!-package !!!-cl-user-package)) - do (loop for !!!-prefix in !!!-prefixes - do (let ((!!!-completion - (format nil - "~A~A~%" - !!!-prefix - (string-downcase !!!-symbol)))) - (unless (or (gethash !!!-completion !!!-seen) - (string= "!!!-" - !!!-symbol-name - :end2 (min - (length !!!-symbol-name) - 4))) - (setf (gethash !!!-completion !!!-seen) - t) - (princ !!!-completion !!!-stream))))))))) diff --git a/gen-completions.clj b/gen-completions.clj deleted file mode 100755 index a41dc6b..0000000 --- a/gen-completions.clj +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env clj - -(def completions (keys (ns-publics (find-ns 'clojure.core)))) - -(with-open [f (java.io.BufferedWriter. - (java.io.FileWriter. - (str (System/getenv "HOME") "/.clj_completions")))] - (.write f (apply str (interleave completions (repeat "\n"))))) diff --git a/gen-completions.ecl b/gen-completions.ecl deleted file mode 100755 index 26f91e4..0000000 --- a/gen-completions.ecl +++ /dev/null @@ -1,44 +0,0 @@ -;;; Andrew Pennebaker -;;; From Edi Weitz's "Command line editing and auto completion" -;;; http://weitz.de/completions.html - -(with-open-file (!!!-stream "~/.ecl_completions" - :direction :output - :if-exists :supersede) - (let ((!!!-seen (make-hash-table :size 6000 :test #'equal)) - (!!!-cl-package (find-package "CL")) - (!!!-cl-user-package (find-package "CL-USER"))) - (loop for !!!-package in (list-all-packages) - do (let ((!!!-prefixes - (if (or (eq !!!-package !!!-cl-package) - (eq !!!-package !!!-cl-user-package)) - (list "") - (mapcar #'(lambda (!!!-prefix) - (concatenate 'string - (string-downcase !!!-prefix) - ":")) - (if (package-nicknames !!!-package) - (package-nicknames !!!-package) - (list (package-name !!!-package))))))) - (loop for !!!-symbol being the symbols of !!!-package - for !!!-symbol-name = (symbol-name !!!-symbol) - when (or (eq (nth-value 1 - (find-symbol !!!-symbol-name - !!!-package)) - :external) - (eq !!!-package !!!-cl-user-package)) - do (loop for !!!-prefix in !!!-prefixes - do (let ((!!!-completion - (format nil - "~A~A~%" - !!!-prefix - (string-downcase !!!-symbol)))) - (unless (or (gethash !!!-completion !!!-seen) - (string= "!!!-" - !!!-symbol-name - :end2 (min - (length !!!-symbol-name) - 4))) - (setf (gethash !!!-completion !!!-seen) - t) - (princ !!!-completion !!!-stream))))))))) diff --git a/gen-completions.sbcl b/gen-completions.sbcl deleted file mode 100755 index 9260e37..0000000 --- a/gen-completions.sbcl +++ /dev/null @@ -1,44 +0,0 @@ -;;; Andrew Pennebaker -;;; From Edi Weitz's "Command line editing and auto completion" -;;; http://weitz.de/completions.html - -(with-open-file (!!!-stream "~/.sbcl_completions" - :direction :output - :if-exists :supersede) - (let ((!!!-seen (make-hash-table :size 6000 :test #'equal)) - (!!!-cl-package (find-package "CL")) - (!!!-cl-user-package (find-package "CL-USER"))) - (loop for !!!-package in (list-all-packages) - do (let ((!!!-prefixes - (if (or (eq !!!-package !!!-cl-package) - (eq !!!-package !!!-cl-user-package)) - (list "") - (mapcar #'(lambda (!!!-prefix) - (concatenate 'string - (string-downcase !!!-prefix) - ":")) - (if (package-nicknames !!!-package) - (package-nicknames !!!-package) - (list (package-name !!!-package))))))) - (loop for !!!-symbol being the symbols of !!!-package - for !!!-symbol-name = (symbol-name !!!-symbol) - when (or (eq (nth-value 1 - (find-symbol !!!-symbol-name - !!!-package)) - :external) - (eq !!!-package !!!-cl-user-package)) - do (loop for !!!-prefix in !!!-prefixes - do (let ((!!!-completion - (format nil - "~A~A~%" - !!!-prefix - (string-downcase !!!-symbol)))) - (unless (or (gethash !!!-completion !!!-seen) - (string= "!!!-" - !!!-symbol-name - :end2 (min - (length !!!-symbol-name) - 4))) - (setf (gethash !!!-completion !!!-seen) - t) - (princ !!!-completion !!!-stream))))))))) diff --git a/gobooks/randomdeviceid.xml b/gobooks/randomdeviceid.xml deleted file mode 100755 index 153b0d5..0000000 --- a/gobooks/randomdeviceid.xml +++ /dev/null @@ -1,4 +0,0 @@ - - -6942024147558610133 - diff --git a/hadoop-env.sh b/hadoop-env.sh deleted file mode 100644 index c2c5d6f..0000000 --- a/hadoop-env.sh +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh - -# Set Hadoop-specific environment variables here. - -# The only required environment variable is JAVA_HOME. All others are -# optional. When running a distributed configuration it is best to -# set JAVA_HOME in this file, so that it is correctly defined on -# remote nodes. - -# The java implementation to use. Required. -JAVA_HOME="$(/usr/libexec/java_home)" -export JAVA_HOME - -# Extra Java CLASSPATH elements. Optional. -# export HADOOP_CLASSPATH= - -# The maximum amount of heap to use, in MB. Default is 1000. -# export HADOOP_HEAPSIZE=2000 - -# Extra Java runtime options. Clear away SCDynamic Store realm error -export HADOOP_OPTS="-Djava.security.krb5.realm=-Djava.security.krb5.kdc=" - -# Command specific options appended to HADOOP_OPTS when specified -export HADOOP_NAMENODE_OPTS="-Dcom.sun.management.jmxremote $HADOOP_NAMENODE_OPTS" -export HADOOP_SECONDARYNAMENODE_OPTS="-Dcom.sun.management.jmxremote $HADOOP_SECONDARYNAMENODE_OPTS" -export HADOOP_DATANODE_OPTS="-Dcom.sun.management.jmxremote $HADOOP_DATANODE_OPTS" -export HADOOP_BALANCER_OPTS="-Dcom.sun.management.jmxremote $HADOOP_BALANCER_OPTS" -export HADOOP_JOBTRACKER_OPTS="-Dcom.sun.management.jmxremote $HADOOP_JOBTRACKER_OPTS" -# export HADOOP_TASKTRACKER_OPTS= -# The following applies to multiple commands (fs, dfs, fsck, distcp etc) -# export HADOOP_CLIENT_OPTS - -# Extra ssh options. Empty by default. -# export HADOOP_SSH_OPTS="-o ConnectTimeout=1 -o SendEnv=HADOOP_CONF_DIR" - -# Where log files are stored. $HADOOP_HOME/logs by default. -# export HADOOP_LOG_DIR=${HADOOP_HOME}/logs - -# File naming remote slave hosts. $HADOOP_HOME/conf/slaves by default. -# export HADOOP_SLAVES=${HADOOP_HOME}/conf/slaves - -# host:path where hadoop code should be rsync'd from. Unset by default. -# export HADOOP_MASTER=master:/home/$USER/src/hadoop - -# Seconds to sleep between slave commands. Unset by default. This -# can be useful in large clusters, where, e.g., slave rsyncs can -# otherwise arrive faster than the master can service them. -# export HADOOP_SLAVE_SLEEP=0.1 - -# The directory where pid files are stored. /tmp by default. -# NOTE: this should be set to a directory that can only be written to by -# the users that are going to run the hadoop daemons. Otherwise there is -# the potential for a symlink attack. -# export HADOOP_PID_DIR=/var/hadoop/pids - -# A string representing this instance of hadoop. $USER by default. -# export HADOOP_IDENT_STRING=$USER - -# The scheduling priority for daemon processes. See 'man nice'. -# export HADOOP_NICENESS=10 diff --git a/handcent/06745aeee5314163ae61e0c3f2cae0d7.xml b/handcent/06745aeee5314163ae61e0c3f2cae0d7.xml deleted file mode 100755 index 3116a43..0000000 --- a/handcent/06745aeee5314163ae61e0c3f2cae0d7.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - -{"extra":{"location_on":0,"background_color_rgb":{"red":0,"green":0,"blue":0,"alpha":1},"text_color_rgb":{"red":255,"green":255,"blue":255,"alpha":1},"cycle_time":60,"transition":8},"rations":[{"nid":"17ad5b99f5144fc2875a6ade6d77b041","type":1,"nname":"admob","weight":10,"priority":2,"key":"a14c6349c85f595"},{"nid":"4c36ef82997542f9b8e7ef28c95ff488","type":8,"nname":"quattro","weight":90,"priority":1,"key":{"siteID":"HandcentSMS-gcr4j4p9","publisherID":"e8e1d5b47ec546d5bbaa23d8d05d765c"}}]} - - diff --git a/handcent/com.handcent.nextsms.MCConfig.xml b/handcent/com.handcent.nextsms.MCConfig.xml deleted file mode 100755 index 27b378a..0000000 --- a/handcent/com.handcent.nextsms.MCConfig.xml +++ /dev/null @@ -1,17 +0,0 @@ - - -30333 -http://data.mobclix.com/post/sendData -Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; SGH-T999 Build/JOP40D; CyanogenMod-10.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 -0 -1363991553837 -120000 -0 -1363991552572 -http://data.mobclix.com/post/config -vc.mobclix.com -{"enabled":true,"open_allocs":{},"rm_require_user":true,"refresh":-1,"autoplay_interval":120,"size":"320x50","autoplay":false} -http://ads.mobclix.com/ -http://data.mobclix.com/post/feedback -353024056744918 - diff --git a/handcent/com.handcent.nextsms_preferences.xml b/handcent/com.handcent.nextsms_preferences.xml deleted file mode 100755 index 37e999c..0000000 --- a/handcent/com.handcent.nextsms_preferences.xml +++ /dev/null @@ -1,140 +0,0 @@ - - -5000 - - -ask - -iphone -download - -medium -1 -iphone - -1 -B64b64B64b6446McO/V2hlcmUgYXJlIHlvdT/DvjHDv1doYXQgYXJlIHlvdSB1cCB0bz/DvjHDv1VyZ2VudCEgUGxlYXNlIHJlcGx5Li4uw74xw79MZXQncyBjYXRjaCB1cCBzb29uLsO+McO/SnVzdCBjaGVja2luZyBpbi4uLsO+McO/SSdtIHJ1bm5pbmcgbGF0ZS7DvjHDv0knbGwgZ2V0IGJhY2sgdG8geW91LsO+McO/SSdsbCBiZSByaWdodCB0aGVyZS7DvjHDv0NoZWNrIHRoaXMgb3V0IcO+ -16000 - -rtime -disable - - - - -noLang - -2 - - - - -default -system - - - - - -0 - - - -altenter -0 - -/ads/ad_banner1.jpg -id -normal - - -2 - -2 - -0 - - -content://settings/system/notification_sound - - -Blue - - - - -2 - -B64b64B64b6446 -default - - - - - - -content://settings/system/notification_sound - -xiaoyan -disable -open - - -iphone -default - -default -default - -3 - - - -medium -20 - - - -16ECDB8284C81913CE40C0093592B503DDB83FF93164A193E7FC285873C0479FA55227E0D3E80228B9CA1D5C0FD7071BF28287D07CAE1E8009F7D3062E601153E67064C2121C222ED5A1D6365C4BE3196AEFDA4D9BA140483D09480C4D8EAED84674617BCBB7A7FCE2194AA221B332E362F5F4C9317559242462CA4244228E9DCF4C1AA3856D02EBDF6159D3A28EDD1C7263786AA9FC1DC5F153A67971DE2EBFE79D56CF0647C45D3CC0B26B629F2D0C - - -5 -content://settings/system/notification_sound -enter -content://settings/system/notification_sound - -0 -V4801 -140 - - -en-rUS - -2 -system -light - -disable - - - - - - - --1 - -disable -2 - - -http://www.handcent.com - - - - - -default -16ECDB8284C81913CE40C0093592B503DDB83FF93164A193E7FC285873C0479FA55227E0D3E80228B9CA1D5C0FD7071BF28287D07CAE1E8009F7D3062E601153E67064C2121C222ED5A1D6365C4BE3196AEFDA4D9BA140483D09480C4D8EAED84674617BCBB7A7FCE2194AA221B332E362F5F4C9317559242462CA4244228E9DCF4C1AA3856D02EBDF6159D3A28EDD1C7263786AA9FC1DC5F153A67971DE2EBFE79D56CF0647C45D3CC0B26B629F2D0C - - diff --git a/install-git-prompt b/install-git-prompt deleted file mode 100755 index 47f613a..0000000 --- a/install-git-prompt +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -unset IFS -set -euf - -curl -o "$HOME/git-prompt.sh" https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh diff --git a/install-polyglot-git-prompt b/install-polyglot-git-prompt deleted file mode 100755 index bbf9f5c..0000000 --- a/install-polyglot-git-prompt +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -unset IFS -set -euf - -curl -o "$HOME/polyglot-git-prompt.sh" https://raw.githubusercontent.com/agkozak/polyglot/master/polyglot.sh diff --git a/myboy/MainActivity.xml b/myboy/MainActivity.xml deleted file mode 100755 index 755ffb6..0000000 --- a/myboy/MainActivity.xml +++ /dev/null @@ -1,4 +0,0 @@ - - -/storage/emulated/0/Download/roms/gba/Zelda The Minish Cap.gba - diff --git a/myboy/com.fastemulator.gba_preferences.xml b/myboy/com.fastemulator.gba_preferences.xml deleted file mode 100755 index a8a7113..0000000 --- a/myboy/com.fastemulator.gba_preferences.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -none - - -portrait - - - -44100 - - -auto - - - - -8x - - - - - - diff --git a/novalauncher/0.xml b/novalauncher/0.xml deleted file mode 100755 index 9814251..0000000 --- a/novalauncher/0.xml +++ /dev/null @@ -1,11 +0,0 @@ - - -7pux34LWasrnJe5l40FOysUAojiYyY2k89luOK4YDEZcuBehWSJNbM6MSe/nZkrTi6FQRwSBu0FDUngzWJOC6Q== -7pux34LWasrnJe5l40FOysUAojiYyY2k89luOK4YDEawGjrZ6jCEyPjav+OBakei -7pux34LWasrnJe5l40FOysUAojiYyY2k89luOK4YDEawGjrZ6jCEyPjav+OBakei -7pux34LWasrnJe5l40FOysUAojiYyY2k89luOK4YDEZho1/WfxPE05F6R4R0na468URfj1x02p67rZc1GKwKVbqreXJUX9Q873MyXTaxAimN1qCLNpyo1tdAAr6hrhp3N+fIjhnGzcpJ29tE2R+q7Tk14oMciabaLNCWU33wA61b9GF489JIE1oNeWom8V2CZioIXbAvaB3q4EEVvb7Z0RXndSJUrw6EJp8otpXm0hpoVwQrLXT4Sb/0tQxMh5Hh -7pux34LWasrnJe5l40FOysUAojiYyY2k89luOK4YDEawGjrZ6jCEyPjav+OBakei -7pux34LWasrnJe5l40FOysUAojiYyY2k89luOK4YDEZ5fdYGdRvYfLEuIfPhDQIK -7pux34LWasrnJe5l40FOysUAojiYyY2k89luOK4YDEbCjxh/DUYeVxtlRN11XXk4SLp508D+bcSYqe9mUJ4AwQ== -7pux34LWasrnJe5l40FOysUAojiYyY2k89luOK4YDEZoj8Zj53mXxgPhYglpgdqZsVWjMX89/LYlnJhw3QfMJQBD3HAOrDRNuC8AnwWIKUwmOTaq4xVxyPW1JsG8Wl7QcxjoOK2KHrKOkdvlaMFFWZJc3meMZcXpZRtkTcI2FFjKXXrWU53yG2IQxTloaeBr9T2LNH6HYoLs2jy5KFDTUh2AE9nM542sPxeJdNzaP3ax0vd9xErFGyjZsFAB0rb3v7rj9JOkMPmfmEQa/+WXiXMdY0wDWWEPQtmVuZPhoOC5bFo7mV3I9uXd2Vu3g7cpJhujBqMSmtvnlNeWI1Yxi0teKwMyO7jaDvbCIYsIlkg6kmXjSa718prf1z7KwRm4QREm++NPA+9UJpAHlLGAguVwhVKPlLkyzbhkYwfrZcAuAcVAYS8/89r03mMs+4YeQZTxGvC50LTglTzHCrvit7zgUZRlD6V0YW16arlnQVOVVUx6vfvjf+a98Z4dRoZy91rDnscQ8RWS46rWBrd+Kw== - diff --git a/novalauncher/com.teslacoilsw.launcher_preferences.xml b/novalauncher/com.teslacoilsw.launcher_preferences.xml deleted file mode 100755 index 921f8e9..0000000 --- a/novalauncher/com.teslacoilsw.launcher_preferences.xml +++ /dev/null @@ -1,79 +0,0 @@ - - -STACK -Nova Settings$#Intent;action=android.intent.action.MAIN;component=com.teslacoilsw.launcher/.preferences.SettingsActivity;end - - - - - - - - -CUBE - - - - - -TESLA - -LARGE - - -NONE -DISABLED -SIMPLE -MEDIUM -ON -CIRCLE -Recent Apps$#Intent;action=com.teslacoilsw.launcher.ACTION;component=com.teslacoilsw.launcher/.NovaShortcutHandler;S.LAUNCHER_ACTION=SHOW_RECENT_APPS;end - -NOVA - -NOVA - - -UNSPECIFIED -App Drawer$#Intent;action=com.teslacoilsw.launcher.ACTION;component=com.teslacoilsw.launcher/.NovaShortcutHandler;S.LAUNCHER_ACTION=APP_DRAWER;end - - -4d098f275fba87f0604040b07bb0b88 - - - -App Drawer$#Intent;action=com.teslacoilsw.launcher.ACTION;component=com.teslacoilsw.launcher/.NovaShortcutHandler;S.LAUNCHER_ACTION=APP_DRAWER;end - - - - - -VERTICAL -Expand Notifications$#Intent;action=com.teslacoilsw.launcher.ACTION;component=com.teslacoilsw.launcher/.NovaShortcutHandler;S.LAUNCHER_ACTION=EXPAND_STATUS_BAR;end -BOTTOM_RIGHT - - - - - - - -HOLO -JELLYBEAN - - - - -Show Previews$#Intent;action=com.teslacoilsw.launcher.ACTION;component=com.teslacoilsw.launcher/.NovaShortcutHandler;S.LAUNCHER_ACTION=SHOW_PREVIEWS;end -MEDIUM - -SYSTEM - - -Nova Settings$#Intent;action=android.intent.action.MAIN;component=com.teslacoilsw.launcher/.preferences.SettingsActivity;end - - - -Show Previews$#Intent;action=com.teslacoilsw.launcher.ACTION;component=com.teslacoilsw.launcher/.NovaShortcutHandler;S.LAUNCHER_ACTION=SHOW_PREVIEWS;end - - diff --git a/perfectviewer/perfect_viewer_history.xml b/perfectviewer/perfect_viewer_history.xml deleted file mode 100755 index fb072b1..0000000 --- a/perfectviewer/perfect_viewer_history.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - -21 - -22 - -21 - -22 - - - - - - - - - - - - -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 014.cbr -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 013.cbr -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 016.cbr -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 015.cbr -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 018.cbr -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 017.cbr -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 020.cbr -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 019.cbr -22 -21 - -22 -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 012.cbr -22 - -21 -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 011.cbr - -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 010.cbr -21 -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 009.cbr -0 -21 -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 008.cbr -22 -22 -22 -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 007.cbr -22 -21 -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 006.cbr -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 021.cbr - -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 005.cbr -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 022.cbr -6 - -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 004.cbr -21 - -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 003.cbr -22 - - - - - - - - - - - - - - - - - - - diff --git a/perfectviewer/perfect_viewer_settings.xml b/perfectviewer/perfect_viewer_settings.xml deleted file mode 100755 index 4a61bf9..0000000 --- a/perfectviewer/perfect_viewer_settings.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - -6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -** - -/storage/emulated/0/Download - - - - - - - -/storage/emulated/0/Android/data/com.dropbox.android/files/scratch/comics/Lucifer/Lucifer - 022.cbr - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Nook page down key left - -Nook page up swipe -Nook page down swipe - - -Nook page up key left - - - - -Nook page down key right -Nook page up key right - -D-Pad Down - - - -D-Pad Up - -D-Pad Left - -D-Pad Right -Search key - -Back key - -Volume down -Volume up - - diff --git a/pmd.xml b/pmd.xml deleted file mode 100644 index 494abd8..0000000 --- a/pmd.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - Rules in PMD that feature a modicum of utility for Java - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/profiles.clj b/profiles.clj deleted file mode 100755 index 8bd1348..0000000 --- a/profiles.clj +++ /dev/null @@ -1,4 +0,0 @@ -;; ln .../profiles.clj ~/.lein/profiles.clj - -{:user {:plugins [[lein-exec "0.3.0"] - [jonase/eastwood "0.0.2"]]}} diff --git a/rcirc-auth.el b/rcirc-auth.el deleted file mode 100755 index d73cef3..0000000 --- a/rcirc-auth.el +++ /dev/null @@ -1 +0,0 @@ -(setq rcirc-authinfo '(("freenode" nickserv "username" "password"))) diff --git a/revaliases b/revaliases deleted file mode 100644 index 81c574e..0000000 --- a/revaliases +++ /dev/null @@ -1,7 +0,0 @@ -# sSMTP aliases -# -# Format: local_account:outgoing_address:mailhub -# -# Example: root:your_login@your.domain:mailhub.your.domain[:port] -# where [:port] is an optional port number that defaults to 25. -root:example@host.com:smtp.gmail.com diff --git a/roodi.yml b/roodi.yml deleted file mode 100644 index b19ed0e..0000000 --- a/roodi.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -MethodLineCountCheck: - line_count: 50 diff --git a/rulesets.xml b/rulesets.xml deleted file mode 100644 index 49c2167..0000000 --- a/rulesets.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - Rules in PMD that feature a modicum of utility for Java - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/set-wallpaper-mac b/set-wallpaper-mac deleted file mode 100755 index 762bfbd..0000000 --- a/set-wallpaper-mac +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -unset IFS -set -euf - -defaults write com.apple.desktop Background "{default = {ImageFilePath = \"$1\"; };}" -killall Dock diff --git a/settings.json b/settings.json deleted file mode 100644 index 8bd9174..0000000 --- a/settings.json +++ /dev/null @@ -1,88 +0,0 @@ -// Install: -// -// cp settings.json $Env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json -// -// Uninstall: -// -// rm $Env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json -{ - "$schema": "https://aka.ms/terminal-profiles-schema", - - "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}", - - // You can add more global application settings here. - // To learn more about global settings, visit https://aka.ms/terminal-global-settings - - // If enabled, selections are automatically copied to your clipboard. - "copyOnSelect": false, - - // If enabled, formatted data is also copied to your clipboard - "copyFormatting": false, - - // A profile specifies a command to execute paired with information about how it should look and feel. - // Each one of them will appear in the 'New Tab' dropdown, - // and can be invoked from the commandline with `wt.exe -p xxx` - // To learn more about profiles, visit https://aka.ms/terminal-profile-settings - "profiles": - { - "defaults": - { - // Put settings here that you want to apply to all profiles. - }, - "list": - [ - { - // Make changes here to the powershell.exe profile. - "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", - "name": "Windows PowerShell", - "commandline": "powershell.exe", - "hidden": false - }, - { - // Make changes here to the cmd.exe profile. - "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", - "name": "Command Prompt", - "commandline": "cmd.exe", - "hidden": false - }, - { - "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", - "hidden": false, - "name": "WSL Ubuntu", - "source": "Windows.Terminal.Wsl", - "startingDirectory": "/home/andrew" - }, - { - "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", - "hidden": false, - "name": "Azure Cloud Shell", - "source": "Windows.Terminal.Azure" - } - ] - }, - - // Add custom color schemes to this array. - // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes - "schemes": [], - - // Add custom keybindings to this array. - // To unbind a key combination from your defaults.json, set the command to "unbound". - // To learn more about keybindings, visit https://aka.ms/terminal-keybindings - "keybindings": - [ - // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json. - // These two lines additionally bind them to Ctrl+C and Ctrl+V. - // To learn more about selection, visit https://aka.ms/terminal-selection - { "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" }, - { "command": "paste", "keys": "ctrl+v" }, - - // Press Ctrl+Shift+F to open the search box - { "command": "find", "keys": "ctrl+shift+f" }, - - // Press Alt+Shift+D to open a new pane. - // - "split": "auto" makes this pane open in the direction that provides the most surface area. - // - "splitMode": "duplicate" makes the new pane use the focused pane's profile. - // To learn more about panes, visit https://aka.ms/terminal-panes - { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" } - ] -} diff --git a/shmatlab% b/shmatlab% deleted file mode 100755 index af0d67d..0000000 --- a/shmatlab% +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# For your shebangs -# -# mkdir -p ~/bin -# cp .../shmatlab% ~/bin/shmatlab% -# -unset IFS -set -euf - -code="$( - cat < - -/sdcard/Download/roms/gb/Zelda Link's Awakening.gb - diff --git a/stargbc/com.ak.star.gbc.lite_preferences.xml b/stargbc/com.ak.star.gbc.lite_preferences.xml deleted file mode 100755 index 73cadae..0000000 --- a/stargbc/com.ak.star.gbc.lite_preferences.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -unspecified - - - - - - -medium -auto -default - - -bottom_bottom - - - -2x -proportional - - - - diff --git a/tasks.py b/tasks.py deleted file mode 100644 index 34b7a22..0000000 --- a/tasks.py +++ /dev/null @@ -1,33 +0,0 @@ -import fnmatch -import os -from invoke import run, task - - -@task -def pep8(): - run('pep8 .') - - -@task -def pylint(): - run('pylint *.py') - - -@task -def pyflakes(): - run('pyflakes .') - - -@task -def flake8(): - run('flake8 .') - - -@task -def yamllint(): - run('yamllint -s .yamllint .') - - -@task(pre=[pep8, pylint, pyflakes, flake8, yamllint]) -def lint(): - pass diff --git a/terminalide/com.spartacusrex.spartacuside_preferences.xml b/terminalide/com.spartacusrex.spartacuside_preferences.xml deleted file mode 100755 index 0c3c1a0..0000000 --- a/terminalide/com.spartacusrex.spartacuside_preferences.xml +++ /dev/null @@ -1,35 +0,0 @@ - - --1 --1 --1 - --1 -0 --1 -0 --1 --1 -7 --1 --1 --1 --1 --1 --1 --1 --1 --1 -1 --1 --1 --1 -1 -0 --1 -1 -7 -System v2.0 --1 -12 - diff --git a/upgrade-puppet.sh b/upgrade-puppet.sh deleted file mode 100644 index fe828ac..0000000 --- a/upgrade-puppet.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -apt-get install --yes lsb-release >/dev/null -DISTRIB_CODENAME=$(lsb_release --codename --short) -DEB="puppetlabs-release-${DISTRIB_CODENAME}.deb" - -# Assume that this file's existence means we have the Puppet Labs repo added -DEB_PROVIDES="/etc/apt/sources.list.d/puppetlabs.list" - -if [ ! -e $DEB_PROVIDES ]; then - # Print statement useful for debugging, - # but automated runs of this will interpret any output as an error. - # print "Could not find $DEB_PROVIDES - fetching and installing $DEB" - wget -q "http://apt.puppetlabs.com/${DEB}" - sudo dpkg -i "$DEB" -fi - -sudo apt-get update >/dev/null -sudo apt-get install --yes puppet >/dev/null - -mkdir -p /etc/puppet -touch /etc/puppet/hiera.yaml diff --git a/vagrant-libvirt-network.xml b/vagrant-libvirt-network.xml deleted file mode 100644 index 5a32fe3..0000000 --- a/vagrant-libvirt-network.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - vagrant-libvirt - - - - - - - - - - - - diff --git a/yi.hs b/yi.hs deleted file mode 100755 index 200ad1b..0000000 --- a/yi.hs +++ /dev/null @@ -1,8 +0,0 @@ -import Yi - -import Yi.Prelude -import Prelude () - -myConfig = defaultCuaConfig - -main = yi myConfig