> Is it possible to do a paid model for QS ? (some people is not going
> to like this)
Based on years of comments, I think a vast majority of users would support this idea, but I don’t know if it would even be possible. The original developer (Alcor) did most of the work to date, and he always refused to charge. I imagine we’d need his permission to make it a paid app, and I doubt we’d get it. Plus, who would we be paying? There’s a collection of volunteers that come and go and they contribute varying amounts. I’m sure donations would be acceptable, but an individual developer would have to get enough in donations (month after month after month) to safely quit his day job. I think the motivation is already there for a lot of developers, but the time isn’t. Money isn’t going to encourage what we already wish we could do. It would have to replace the thing that’s taking all of a dev’s time away.
Sorry to be such a Negative Nancy.
> I have switched to Launchbar but as sclough puts it, its awkward
> (counter intuitive) to use, but there are things broken w QS in snow
> leopard that's just crucial to me.
Like what? Which version are you using? I’m still on ß54 and everything works except scopes for triggers and the Preferences window. Scopes were broken in 10.5 so I’ve learned to live without them for the most part, and after 6 years, I don’t need to go tweak preferences.
--
Rob McBroom
<http://www.skurfer.com/>
> Is there any active dev work going on, even if it's minor or is dev work just for when Apple does a major OS update or something that breaks QS?
My sense is that there are a few devs out there that are planning to look at this or that as soon as they have time, but none of them currently have time. I’ll let you decide whether or not that’s “active”. :)
> I, for one, would love to see Quick Look integration.
There is a Quick Look action someone wrote a while back (it’s just an AppleScript), but I agree that true integration would be nice. Specifically:
* Being able to call up and dismiss Quick Look using the space bar (and I guess ⌘Y too for consistency)
* Being able to leave Quick Look active as you select different items (as you can in the Finder)
> I'm assuming full Spotlight integration (like QSB) was pretty much dropped and that the Spotlight module is the only QS - Spotlight integration planned.
Other than being able to add things to the catalog using a Spotlight query and launch Spotlight searches from Quicksilver (which are already there), what sort of integration are you looking for?
> My understanding is that QS will use spotlight to gather the data if you
> use the plugin and set up sources, but it still has to manage it's own
> index, thus providing a place where spotlight would add some
> efficiency. Of course, I'm talking a little out of my league and
> guessing how the software really works, so this could be a non-issue.
It might be nice if the Spotlight plug-in used NSMetadataQuery instead of just calling the `mdfind` command in the background (which seems hacky), but that's internal stuff that isn't likely to affect the user experience much.
As for how the index is kept, trust me, we want to keep the internal Quicksilver copy. It allows things to have more than one “type”. Plus a lot of plug-ins have a need to index things that Spotlight wouldn't show (such as individual lines in a file, Cyberduck bookmarks, FireFox bookmarks, etc). Most importantly, it doesn't include everything like Spotlight does, which allows it to be more responsive.
> Is there anyway / anything that the average non-coder believer can do
> to help more ?
All I can think of is to keep filing problems and feature requests and be as detailed as possible.
http://github.com/tiennou/blacktree-alchemy/issues
Include things like:
* OS version
* Quicksilver version
* Expected behavior
* Observed behavior
Check the list of existing issues before you post and if you have any more detail that might help identify where the problem is, post it on the existing issue.
The main drawback is that you have to have a GitHub account, which non-developers might not be interested in, but it’s better than nothing.