GitXplorerGitXplorer
j

OpenMetaFileTagging

public
16 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
bb3c86059818e511a188cda0400420034816b989

Merge pull request #2 from skurfer/master

jjordanekay committed 12 years ago
Unverified
ae73736a062e8595bf92e996035acf0d8b185040

provide a way to add files to the catalog based on OpenMeta tags

sskurfer committed 12 years ago
Unverified
49088d4732c81fef3961d4210fe61d05e5780b35

prevent exceptions when the tag list is empty

sskurfer committed 12 years ago
Unverified
51c2d2b23f2679b2bb19bba55d76147c9c8b908c

define the icon where every class can access it

sskurfer committed 12 years ago
Unverified
2856b6c3688454b5431bb338a1d0726b209fd20e

return a combined QSObject instead of an array

sskurfer committed 12 years ago
Unverified
37e945b6efb3bbb491b50d418a004d41d4ef2d42

recommend this plug-in to users of the command-line tool

sskurfer committed 12 years ago

README

The README file for this repository.

About Quicksilver Plugins on Github

This repository contains the current source code of a the Quicksilver Plugin / Module. If you're having issues with this plugin, feel free to log them at the Quicksilver issue tracker.

Always be sure to check the Google Groups first incase there's a solution to your problem, as well as the QSApp.com Wiki.

Before You Try It Out

Before trying out any of these plugins, it's always a good idea to BACKUP all of your Quicksilver data.

This is easily done by backing up the following locations (~ stands for your home directory, a.k.a. /Users/you):

~/Library/Preferences/com.blacktree.Quicksilver.plist
~/Library/Application Support/Quicksilver
~/Library/Caches/Quicksilver

Before Building

Before being able to build any of these plugins, you MUST download and build the Quicksilver source code. This will create some files you need in /tmp/QS. Note that to build a plug-in using its Debug configuration, you must first build Quicksilver using the Debug configuration.

See the QSApp.com wiki for more information on Building Quicksilver.

Also check out the Quicksilver Plugins Development Reference, especially the Building and Testing section.

Legal Stuff

By downloading and/or using this software you agree to the following terms of use:

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Which basically means: whatever you do, I can't be held accountable if something breaks.