Re: Formatting text in Quicksilver

2016-05-21 Thread Rob McBroom

On 20 May 2016, at 7:44, Adam Rosenthal wrote:

Copying text into and out of QS has the excellent effect of putting it 
into

the correct size, font and colour for the document it's copied into.

However, currently to do this I invoke QS, press ".", ⌘V, ⌘A, 
⌘C, ESC twice
to exit QS, then ⌘V into the new document. It occurs to me that if I 
could
bring these 8 keystrokes down to, say, 5, I would probably save enough 
time

to do all those other things I thought I'd do when I grew up.


If you’re trying to discard the original formatting when you paste, 
there’s a Paste as Plain Text action.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Damaged disk image for latest version of quicksilver

2016-05-09 Thread Rob McBroom

On 8 May 2016, at 19:14, ophiran...@gmail.com wrote:

I downloaded the latest version of Quicksilver (1.4.1) and when I open 
the

file I'm told that the disk image is damaged.


Is it saying the disk image is damaged, or is it Gatekeeper refusing to 
run the application itself? Are you on a version of OS X less than 
10.11.4?


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Address Book Disabled

2016-05-09 Thread Rob McBroom

On 8 May 2016, at 1:36, lvonline wrote:

Just upgraded the OS from 10.6.8 to 10.8.5 (it's a long story and, 
yes, you can laugh).   Anyway, had the same problem and did realized 
the renamed plugin (from address book to contacts) and figured it 
would solve my problem, too.  Only problem is no matter what I do, it 
seems to remain disabled, I assume because I'm using an older OS?   
So, I need to find a Contact plugin that will work with 10.8.5 (or I'm 
really sunk because it's really a big part of my every day).


The web site always links to the most recent version of a plug-in 
(though you can get older versions by trail-and-error with the number in 
the URL).


The in-app system should be able to find the correct plug-in for your 
version of Quicksilver and OS X. Have you tried deleting the plug-in and 
adding it from within the app?


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Mistaken leading comma in calculation

2016-05-05 Thread Rob McBroom

On 5 May 2016, at 13:24, John Muccigrosso wrote:


QS 1.4.1 (4019) on Mavericks.

Enter the following calculation in QuickSilver:

=999*1,000

The result will be
,999,999

which has an unneeded leading comma. See the attached screenshot.


I can reproduce this. Do you have an account on GitHub? That would be 
the best place to report it so it won’t get forgotten.


https://github.com/quicksilver/Quicksilver/issues

Thanks.

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Issues with Select Current Selection in command window trigger and mounted network drives

2016-04-25 Thread Rob McBroom

On 24 Apr 2016, at 19:07, Paul Provost wrote:

I'm up for digging in the source code. Any ideas where I should start 
looking?


There’s only one place in the code that could be coming from, which 
you’ll see if you search the project in Xcode for “Combined 
Objects”.


https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/Code-QuickStepCore/QSObject.m#L202

From glancing at the code, it looks like there might be some mystery 
object in the selection that doesn’t have a filesystem path.


The code that gets the selection will always defer to a specific proxy 
object if one exists. In this case, it should be using the Finder 
Selection, which I’m afraid is written in AppleScript.


https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/PlugIns-Main/Finder/Finder.scpt

So, I would either debug the code in `objectByMergingObjects` to see if 
my suspicion is correct (check the `data` dictionary for each object and 
see if one has no path and, if so, try to figure out where it’s coming 
from) or just assume the AppleScript is doing something weird and go 
straight to testing that.


Let me know if you have any questions about that.

(We’ve also been working on a document to explain where things are in 
the code. I don’t think it would have helped in this case, but FYI, 
it’s at 
https://github.com/quicksilver/Quicksilver/blob/master/The_Map.md)


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: How to change default "Mail" to point to Postbox instead of Apple Mail

2016-04-18 Thread Rob McBroom

On 18 Apr 2016, at 11:31, meditationwo...@gmail.com wrote:

I just installed Quicksilver this past weekend and am learning as 
rapidly

as possible how to customize it.


Great! Welcome. This is the right place to ask questions.

So far I can't seem to find out how to make Postbox my default email 
program in Quicksilver.


If you have an e-mail address selected in Quicksilver, there’s an 
“Open E-mail URL” action that will open a new message to that 
address using whatever your system’s default mail client is. You 
don’t need to install anything or set a handler for e-mail. However, 
that’s pretty limited and probably not what you’re after.


There is supposed to be a handler item called E-mail but it's not in 
my preferences panel.  Do I need to install the Apple Mail plugin 
first in order to get that choice, or is there another place to change 
the default behavior, or do I need to type e-mail instead of mail in 
order to get the result i want.


You won’t see the handler in preferences unless you install the E-mail 
Support plug-in, but that’s really just a skeleton to provide the 
e-mail related actions. It calls on whatever you pick as a handler to do 
the real work.


In Quicksilver, the e-mail handler is a Quicksilver plug-in and not the 
mail client itself (although the plug-in usually has the same name and 
icon). So for that to do you any good, someone has to create a plug-in 
that knows how to do the various things in your specific mail client.


Right now, there are plug-ins for Apple Mail, MailMate, and Gmail. 
Nothing for Postbox, sorry.


If anyone’s interested on creating such a plug-in, I’d be happy to 
point them in the right direction.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: QS is slow to appear.

2016-04-18 Thread Rob McBroom

On 15 Apr 2016, at 23:25, Diego Barros wrote:

OK, looks like it is something with 1.4.1. Back to 1.4.0 and it's as 
snappy as it's always been.


I’m not sure if it’s relevant, but which interface are you using?

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Error on install: quicksilver.app is damaged...

2016-04-15 Thread Rob McBroom

On 14 Apr 2016, at 19:07, Doug Hyde wrote:


And can't be opened. You should eject the disk image."

Did a search but can't find "damaged" message, which is what I get 
when I

download 1.4.1 and install when I download and try to install into El
Capitan 10.11.3.


When you download and install, are you copying the application from the 
disk image to a more permanent location, or launching the app from the 
disk image and letting it try to move itself?


The latter isn’t all that reliable.

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Problem mapping CONTROL+N to a straight CURSOR_DOWN (with no CONTROL key)

2016-04-15 Thread Rob McBroom

On 14 Apr 2016, at 19:13, Mike Petonic wrote:

I want this mapping because the builtin spellcheck on OSX doesn't 
respect

the Emacs bindings like the rest of the OS does.


I know this is the wrong list, but can’t you accomplish this mapping 
with the built in OS X key bindings?


http://www.hcs.harvard.edu/~jrus/Site/Cocoa%20Text%20System.html

I know I have some set up for Page Up/Down and Select Word.

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Issues with Select Current Selection in command window trigger and mounted network drives

2016-04-14 Thread Rob McBroom

On 13 Apr 2016, at 20:19, Paul Provost wrote:

I mount my network drives to a different mount point, using the 
mount_smbfs and mount_afp commands. When I select files or directories 
on those drives in the Finder and hit Cmd-Esc (the trigger for Select 
Current Selection in command

window), QS shows me "? Combined Objects" in the first pane.


I don’t have a lot of experience doing this, but when I do something 
like


mkdir ~/mp
mount -t smbfs //server/Share mp

The “mp” in my home directory is replaced with the name of the 
remote volume in Finder. Selecting multiple files on that volume and 
hitting ⌘⎋ works the same way it would on local files (which is way 
better in 1.4.x).


Does this only happen with multiple files/folders selected, or 
individuals as well?


This only happens with the mounted network drives. Anything on local 
drives works as expected (I get the file or folder in the first pane).


If you mount the network drives the “normal” way, where the OS 
automatically creates something in `/Volumes`, is it any different?


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: copy/paste hyperlinks

2016-04-08 Thread Rob McBroom

On 20 Mar 2016, at 10:18, Fritz Lang wrote:

perhaps this has already been addressed in the copy/paste issue with 
Mac Mail in general.

but
when I copy a url into the clipboard and then try to paste into an 
email, the hyperlink fails to show.  the text does, but w/o hyperlink 
format.
but if I paste from the 2nd slot of the clipboard, the hyperlink comes 
thru.


The data in the clipboard is probably rich text, which has the ability 
to support hyperlinks. So when Mail sees that it *could* be a link but 
isn’t, it probably assumes that was intentional and doesn’t mess 
with it.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Add Genius.com to web search plugin

2016-04-06 Thread Rob McBroom

On 5 Apr 2016, at 23:23, Chris Koerner wrote:


Related, is there a way to see the full list of sites included in this
plugin and/or submit patches? I looked on github, but couldn't find
anything.


The full and short lists would be in the qsapp.com repo, but since 
they’re in a directory ignored by Git, they don’t appear there.


I know that code was excluded for some reason, but it doesn’t *all* 
need to be. I’ll see if I can get some of it added.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: 1Password Plug-in

2016-04-04 Thread Rob McBroom

On 30 Mar 2016, at 10:23, Mark Palladino wrote:


1. My 1Password 3rd Party Integration is gr[ae]yed out


In the 1Password app’s preferences? I don’t know what would cause 
that.


2. Do you mean to set the location of the 1passwork 3rd party 
integration

file to that location, as it currenty set to the dropbox.keychain file
location


You can’t control the location 1Password uses for that file, but you 
can tell Quicksilver where 1Password ends up putting it. That’s the 
purpose of the preference pane in Quicksilver. The file should be JSON, 
and not a keychain.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Question: Can I pass an "ABPeopleUIDsPboardType" object to an Applescript from QS?

2016-03-19 Thread Rob McBroom
I don’t really use AppleScript or touch that part of QS, so I don’t 
know if it’s possible, but things that might help:


* `process text` takes the “string value” of the item and throws 
everything else away. Since you’re trying to get something other than 
the name of the contact, you probably don’t want to do that. I think 
there’s at least one other thing besides `process text`, but I don’t 
remember what it is.
* `direct types` is only used to control whether or not the action 
appears. It doesn’t change the way the script behaves.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: 1.4.0 pre-release

2016-03-14 Thread Rob McBroom

On 13 Mar 2016, at 18:01, Etienne Samson wrote:

That's incidentally, the name of the class that was meant to model 
those things, and it has a looong life (and 3 commits :-D).


Oh, yeah. I should mention that before I started changing things around, 
I remembered that class and looked over any conversation I could find 
about its intended purpose. This would have been the time to finally 
implement it, I thought.


In the end though, I couldn’t determine why we needed it. All of the 
complicated stuff is at the interface layer. Below that, all we need is 
an array.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: 1.4.0 pre-release

2016-03-13 Thread Rob McBroom

On 12 Mar 2016, at 14:48, Howard Melman wrote:

FYI, ⌘-[ and ⌘-] are pretty standard throughout OS X. E.g., they 
scroll tabs in Safari. Nice use case here in QS.


Those do forward and back in Safari, which is more in line with how 
we’re using it (and probably inspired the key choice). Most apps use 
⌘{ and ⌘} for switching tabs.


What *is* new are the ⌃[, ⌃], and ⌃⌘] shortcuts for dealing 
with comma-trick collections.


Nice stuff. Is the term "collection" new? I only remember calling it 
"the comma trick".


We all know the comma trick, but what do you call the result of using 
it? I said “collection” because that’s the name of the variable in 
the code I’ve been staring at for weeks and weeks, but I think 
you’re right that the QS community hasn’t established a name for 
this. What do you think of “collection”? 


It’s similar to the “combined objects” you may have seen, but 
I’ve done my best to eliminate that and make these multi-selection 
things always appear as if you just created them (which also preserves 
the ability to browse and edit them). For example, select a few files 
and hit ⌘⎋ in 1.3.x, then try the same in 1.4.0.



Not new, but not listed in the Quick Ref:

⌥,   to remove something from a comma-trick collection
⌃⌘[  to show/search everything in the history

Note that the behavior of ⌥, was switched with Delete in this 
release. If you try them both, hopefully you’ll agree that the 
change makes sense.


I'll try to update the quickref with this. Space is getting very tight 
on that one-pager :)


Thanks! Not that you want to hear this, but there are probably other 
undocumented shortcuts. They’re defined in 
https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/Code-QuickStepInterface/DefaultBindings.qskeys


I also learned while working on this that you can customize those by 
creating a similar file at ~/Library/Application 
Support/Quicksilver/KeyBindings.qskeys


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: 1.4.0 pre-release

2016-03-12 Thread Rob McBroom

On 11 Mar 2016, at 21:07, Mike Petonic wrote:


Wow.  Was CMD-[ and CMD-} a thing before?  If not, that's a great new
feature.  I keep on finding new things about QS that I love.


Yeah, that’s been there forever, but I’m guessing a lot of people 
don’t know about it. See the shortcuts listed in Howard’s Quick Ref. 
https://qsapp.com/docs/QSRef.pdf


It could yield unexpected results sometimes though. Hopefully that’s 
no longer the case.


What *is* new are the ⌃[, ⌃], and ⌃⌘] shortcuts for dealing with 
comma-trick collections.


Not new, but not listed in the Quick Ref:

⌥,   to remove something from a comma-trick collection
⌃⌘[  to show/search everything in the history

Note that the behavior of ⌥, was switched with Delete in this release. 
If you try them both, hopefully you’ll agree that the change makes 
sense.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


1.4.0 pre-release

2016-03-11 Thread Rob McBroom
For anyone set up to receive pre-releases, you should see a new version 
the next time QS checks.


There were one or two [changes](https://qsapp.com/changelog.php). Please 
look them over and test anything that might affect you.


I’m especially interested to know about

  * People seeing freezes due to unavailable network resources
  * Making selections with the comma trick, using, and editing them 
(Yes, you can edit the selection. Hopefully much easier now.)

  * Recent Objects and browsing history (with ⌘[ and ⌘])

Thanks.

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Quicksilver does not appear in Applications or Launchpad

2016-03-07 Thread Rob McBroom

On 7 Mar 2016, at 10:04, David M wrote:

I agree.  Tried multiple times to load the application from two 
sources of

the DMG file for OSX Yosemite.
Did all the steps, including agreeing to place in the Applications 
folder

and User password permission to make changes.


Maybe something went wrong and it wasn’t able to get sufficient 
privileges to move itself to `/Applications`, but that’s Plan B 
anyway.


Plan A (which should be more reliable) is to open the DMG and drag the 
app to `/Applications`. Then, unmount and trash the DMG and launch the 
app from `/Applications`.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Force Quit (Kill) crashes applications

2016-03-02 Thread Rob McBroom

On 2 Mar 2016, at 9:33, 1.61803 wrote:

I thought the parentheses referred to the signal sent, which is 
actually

QUIT, not KILL or even the default TERM.


It does seem to be sending QUIT instead of KILL, which I agree is weird. 
I’ve never worked on that plug-in and don’t know the thinking behind 
that.


You can see what it’s doing here:

https://github.com/quicksilver/ProcessManipulationPlugIn-qsplugin/blob/master/QSProcessManipulationPlugInAction.m


What does "Quit" action actually do?


It uses Apple Events to tell the application to quit. I assume it’s 
equivalent to ⌘Q in the app.


(If you want to look, that action is implemented in Quicksilver itself 
inside the Core Support plug-in.)


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Force Quit (Kill) crashes applications

2016-03-02 Thread Rob McBroom

On 1 Mar 2016, at 16:24, 1.61803 wrote:

I recently tried this action with TextEdit and Preview and both 
crashed and
logged Exception Type:  EXC_CRASH (SIGQUIT). Is this the expected 
behaviour?


Yes. You’d only use it as a last resort. There’s the “Quit” 
action if you want a cleaner exit.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: 1password, web items, are prioritized in catalog over files and folder

2016-03-01 Thread Rob McBroom

On 1 Mar 2016, at 16:14, QuoinDesign.com wrote:

Is there a way to remove the browser history without taking out the 
ability

to launch a search from QS?


There are a lot of ways to add web searches to the catalog, but they 
never come from browser history, so you should be able to disable it.


Note that even with it disabled, you can still access the history by 
right-arrowing into the browser, then right-arrowing into the history.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Abracadabara Plugin

2016-03-01 Thread Rob McBroom

On 1 Mar 2016, at 12:44, Mike Petonic wrote:

*My question -- the plugin doesn't allow me to use Mouse_2 as a 
trigger.

If I go in there and brute force the .plist or something, does anyone
think that I'll cause havok with my system?  I'd rather use my right 
mouse

button for Abracadabara triggers instead of my mouse scroll wheel.*


If you mean messing with Quicksilver’s preferences related to the 
mouse button used for Abracadabra, you won’t break anything but 
Abracadabra.


To be safe, instead of editing by hand, try running

defaults write com.blacktree.Quicksilver QSACMouseActivation 2

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: "hide other apps when switching (shift prevents)" feature

2016-02-28 Thread Rob McBroom

On 28 Feb 2016, at 6:58, Leo wrote:

I might be doing something wrong, but in my machine, the "hide" works 
and
an app switch takes place. However, the shift changes the switch 
behavior
and the app being brought to front is not the most recent one but 
rather
the least recent. In fact, I think that is kinda of expected, since 
this is
the normal behavior of OS X. However, I was wondering whether there is 
a
way of  preventing hiding and one still gets the last recent 
application

in the screen front.


Unlike last time, I’ve actually tried it and what I suggested works. I 
think you misunderstood.


Yes, holding ⇧⌘ and pressing ⇥ will select applications in the 
opposite order and yes that’s standard OS X stuff. But that’s not 
what you want to do.


It’s more like this:

Hold ⌘
Press and release ⇥ to select the most recent application
Hold ⇧
Release ⌘
Release ⇧

So at no point should you be pressing ⇧, ⌘, and ⇥ all at the same 
time. Make sense?


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: "hide other apps when switching (shift prevents)" feature

2016-02-27 Thread Rob McBroom

On 27 Feb 2016, at 8:51, Leo wrote:

I would love using the Extra feature "hide other apps when switching 
(shift
prevents)".  In fact, I am using it and whenever i cmd+tab the 
previous app

is hidden. Sometimes, however, I would like to preserve the original
behavior to have both applications in front of the screen. The thing 
is
this though, when i shift+cmd+tab the the cmd+tab window flows in the 
other
way around and the app being selected is not the most recent one. Any 
idea

on how to face this issue?


I think you just need to be holding ⇧ when the application switch 
takes place. So do the ⌘⇥ normally, but hold ⇧ before letting go 
of ⌘. (I haven’t tested that.)


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Compiling QS from source

2016-02-25 Thread Rob McBroom

On 25 Feb 2016, at 9:44, 1.61803 wrote:

I want to compile the latest QS version for 10.8.5 — and probably 
open a

delicious can of worms (for me).


I’m curious to see if that works. :-)


Which installation would be better? Xcode 5 on 10.8 or Xcode 6 on 10.9
against 10.8's SDK?


If the project opens at all, then it probably doesn’t matter, but 6 
seems more likely to work.


Besides reading this article 
<https://qsapp.com/wiki/Building_Quicksilver>,
is there anything else I should look into when using an unsupported 
OS?


I don’t know of anything, but I’ve never tried it. We might be using 
things that aren’t in the 10.8 SDK, but maybe not. I’d give it a 
shot.


If you have problems with with either Xcode not liking the project, or 
the SDK not supporting something, you should be able to get it working 
by going back to an older revision.


Run `git tag` to see the various spots in history, and `git checkout 
` to go to that version. In rare cases, you may also need to 
re-run the `git submodule` commands after going forward or back.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: applescript fails when run from qs

2016-02-25 Thread Rob McBroom

On 20 Feb 2016, at 10:25, 1.61803 wrote:

do shell script "/Applications/Wireshark.app/Contents/MacOS/Wireshark 
-k -i

en0 &>/dev/null &"
runs with Run as AppleScript, ie, opens Wireshark but doesn't start
capturing and hangs (beachball). Quitting QS has no effect on the
responsiveness.


Looks like the errors from that (if any) are tossed out.

https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/PlugIns-Main/QSCorePlugIn/Code/QSAppleScriptActions.m#L104

If you’re up to it, change line 105 to

NSDictionary *errorDict = [NSDictionary dictionary];

and add

NSLog(@"%@", errorDict);

between 112 and 113. Maybe there’ll be a clue.

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: 1password, web items, are prioritized in catalog over files and folder

2016-02-23 Thread Rob McBroom

On 22 Feb 2016, at 19:05, QuoinDesign.com wrote:


When I do a search, files and folders are served much (MUCH) lower in
priority than web bookmarks and 1password items. Sometimes, so low, I 
can't
even arrow down to them. They're in the catalog, but I can't really 
reach

them via Quicksilver.

Everything else is just swamping them.


Is it just bookmarks or also history from your browser? History adds a 
ton of noise to the catalog and the names tend to be long, so they match 
tons of searches in QS.


When you’re starting fresh, everything’s on equal footing so the 
rank will be based purely on how closely the name matches your search. 
If you find what you want on the list and open it, even once, it’ll 
have a higher rank the next time you do the same search.


Other tips:

* If the search you normally do for a particular file is very short and 
matches too many things to make finding it in the list practical, do a 
longer search (as in more typing), find the thing, then use the 
“Assign Abbreviation…” action on it.


* Try the TextStart Ranker plug-in. It ranks things more closely to the 
way my brain works, and might do the same for you. It adds more weight 
to characters at the beginning of words, including camel-cased words. So 
for example, when searching for “dr”, “Dope Remix” will be 
ranked higher than “Drink”.


* You could copy `~/Library/Application 
Support/Quicksilver/Mnemonics.plist` from the old machine if you still 
have it, but it probably contains a lot of cruft. I’d stick with the 
fresh start if you can stand it. It shouldn’t take long for QS to 
re-learn what matters to you.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Make Show Playing Track larger?

2016-02-18 Thread Rob McBroom

On 18 Feb 2016, at 15:56, Howard Melman wrote:

Really the only thing I want from the system that I can't find is some 
key trigger to show me info about what's playing now. I suppose I 
could bring up the iTunes window, but that's heavy weight and way more 
info than I want.


You should be able to set QS back to Notification Center, then go to 
System Preferences → Notifications → Quicksilver and set it to 
“Banners”. That make the trigger show you the track.


The current version is missing album art because Notification Center 
originally didn’t allow custom images. It does now, but we haven’t 
updated it. Well, OK I did (in 
https://github.com/quicksilver/Quicksilver/pull/2104) but I don’t 
think that’s going to get included in the end.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Make Show Playing Track larger?

2016-02-18 Thread Rob McBroom

On 17 Feb 2016, at 16:28, Howard Melman wrote:

Today for the first time in a long time I tried using the iTunes 
Trigger for Show Playing Track. First it did nothing, and I realized I 
had to change the Notification Hub so that it used Quicksilver 
(Built-in) instead of Notification Center.


It should do something, but what that is will depend on how you have 
Quicksilver configured in System Preferences → Notifications.


Great, now I get a popup in the middle of the screen with album art 
and track info and even ratings. However, it's pretty small 
(particularly on my 27" iMac even if it's non-retina). Anyway to make 
it bigger?


In no particular order, here are some comments on the subject:

* That’s the built-in notifier for everything, not just tracks, so any 
change we make will affect everything else.

* It’s not user-configurable.
* Making it bigger sounds reasonable at this point.
* We were going to drop the built-in notifier once we were only 
supporting versions of OS X with Notification Center (which is now), but 
having tried to use Notification Center, I don’t think we’ll be 
doing that.
* I’ve always used Growl with QS. It lets you use different styles for 
different events, so I’m using the Music Video style in “Large” 
mode only for track notifications (which includes the rating).


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: how to send keystrokes/hotkeys to an app

2016-02-11 Thread Rob McBroom

On 10 Feb 2016, at 15:06, Jon Stovell wrote:

The best and easiest way to do that would be to create an AppleScript 
to

carry out that sequence of commands, and then set up a trigger in
Quicksilver to run the script.


There’s probably a more straightforward way to do this in AppleScript. 
This is completely made up, but something like


set address to URL of current tab
close current tab
switch to window with id X
open new tab with address

And another tip: For any AppleScript trigger that “presses” keys, 
make sure to configure it to run “On Release” instead of the default 
“On Press”. Otherwise, you might still be holding physical modifier 
keys as the script starts “typing”.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Dash plug-in

2016-02-11 Thread Rob McBroom

On 10 Feb 2016, at 17:58, 1.61803 wrote:


It requires b4012. Can you compile for b4008?


There’s nothing in the code that would prevent it from working with 
4008. It should actually work with 3942 or higher.


The reason it requires 4012 is that 4012 requires OS X 10.9, and 
plug-ins built with the current SDK won’t run on anything older. If 
you have the older Xcode and SDK (I don’t), you should be able to 
change the required version to 3942 and build a working plug-in. 
Assuming you can build the app itself, which I think you can.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Dash plug-in

2016-02-10 Thread Rob McBroom
A new plug-in is now available for [Dash](https://kapeli.com/dash).

It works a lot like the web search plug-in, so you can do both

Python 3.5.0 ⇥ Search DocSet for… ⇥ terms

and

terms ⇥ Find in DocSet… ⇥ Python 3.5.0

You can also just jump straight to a DocSet’s index page.

-- 
Rob McBroom
http://www.skurfer.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


1Password Plug-in

2016-02-10 Thread Rob McBroom
Version 3.0.0 of the 1Password plug-in has been released. It adds 
support for 1Password 4… which was a billion years ago, I know. But it 
also works with 5 and the newly released 6, so enjoy. :-)


## Tips ##

### In 1Password: ###

Enable 3rd Party app integration in the Advanced section of the 
preferences.


### In Quicksilver: ###

Go to Preferences → 1Password and locate the JSON file that 1Password 
creates. With my setup, this is `~/Library/Application Support/1Password 
4/3rd Party Integration/bookmarks-default.json`.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: 1Password module can't locate the Agile keychain

2016-02-09 Thread Rob McBroom

On 9 Feb 2016, at 4:55, Leo wrote:

I might be mistaken, but I could not find how to set my 1Pass key 
chain at the indicated URL. Please, let me know whether you have 
further directions.


That was just a discussion of the updates to the plug-in to let you know 
what’s going on. To actually get it working, you’d have to build the 
new version yourself in Xcode.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: 1Password module can't locate the Agile keychain

2016-02-08 Thread Rob McBroom

On 7 Feb 2016, at 14:41, Leo wrote:


I'm new to 1Password. I am using the 6 version. I have:
1) installed the QS plugin.
2) enabled 3rd party apps.
3) saved 1Password.opvault to a folder

However, it seems that QS->1Password->"set your keychain folder" does 
not
recognize .opvault files, just .agilekeychain. I tried in vain to find 
some
command in the 1Password app to export from .opvault to 
.agilekeychain.


The 1Password plug-in hasn’t worked since version 3 or 4. It has been 
updated and works, but needs some small tweaks.


https://github.com/pjrobertson/1Password-Plugin/pull/7

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Email To... (Send Directly) Causes Crash

2016-02-02 Thread Rob McBroom

On 2 Feb 2016, at 14:44, Howard Melman wrote:

From the manual: "The Send Directly variant does get the SMTP 
configuration from the first mail account listed in Mail.app, so make 
sure that is setup correctly. "


That’s no longer true. The Mail, MailMate, and Gmail plug-ins should 
all be capable of supplying their own SMTP settings.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Using "Find With..." Freezes

2016-01-29 Thread Rob McBroom

On 28 Jan 2016, at 17:33, Chris Reidenouer wrote:


Can't figure out what I should do to get this working normally. Delete
caches. Looks like they are from when I used safari or firefox plugin: 
the

searches were bookmarked and some used the ***.


One thing you can do, if you’re not sure why they’re showing up, is 
select one and then find the “Show Source in Catalog” action in the 
second pane and run it. It should open the Catalog preferences and 
highlight the source entry.


Next, check the list under Preferences → Catalog → Plugins and make 
sure the “Web Searches” preset you want is selected. Maybe you 
don’t want the full list. Personally, I disable both presets and just 
create my own list. The process is described on page 94 of the manual.


There seem to be many duplicates too, so it maybe just that the list 
is too long.


I think this is just a general bug with the third pane.

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Quicksilver does not appear in Applications or Launchpad

2016-01-28 Thread Rob McBroom

On 27 Jan 2016, at 15:55, Quabledistocficklepo wrote:

Every other application I've ever loaded, and there have been 
hundreds,
immediately appears in my Applications folder. Quicksilver doesn't. 
Why

not?


Forgive me for asking the obvious, but did you *put it* in the 
Applications folder?


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Netflix bug

2016-01-27 Thread Rob McBroom

On 27 Jan 2016, at 9:28, Woody wrote:


Monday (1/25) when logging into Netflix I encountered an
upgrade-with-no-alternatives requirement to upgrade Quicksilver.


That’s odd. You should always have the option to cancel Quicksilver 
updates. And activity in another app (like a browser) shouldn’t 
trigger an update notification, but it’s always possible that it just 
happened to pop up then.



How would I back out the upgrade?


The most recent official release can be downloaded from 
https://qsapp.com/ if you want to be sure that’s what you’re 
running. If you see an update notice again, it’s probably because 
you’re checking for Developer Previews (under Preferences → Extra). 
If that’s not what you want, you can change it there.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Safari History catalog is empty.

2016-01-24 Thread Rob McBroom

On 23 Jan 2016, at 23:13, Diego Barros wrote:


Thanks, Rob. Tempting to fire-up Xcode and look in to this.


Both the Firefox and Chrome plug-ins are already using SQLite for 
bookmarks and history, so there are probably some decent examples to 
work from.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Safari History catalog is empty.

2016-01-23 Thread Rob McBroom

On 22 Jan 2016, at 19:31, Diego Barros wrote:

My Safari History catalog contents are always empty. I've tried a 
refresh
(re-sacan), also deleting and reinstalling the plugin. Nothing seems 
to

work. I am on the latest QS, OS X and Safari versions.


They’ve moved the history into a SQLite database, but the plug-in 
hasn’t been updated to check there.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Quicksilver Selection Proxy Object missing

2016-01-06 Thread Rob McBroom

On 6 Jan 2016, at 9:49, 1.61803 wrote:

But there must be somewhere a boolean for the tick in the Contents 
pane, right?


I thought you meant the configuration for what fills up the list. Yes, 
user-disabled things are stored on disk.


Look in `~/Library/Application Support/Quicksilver/Catalog.plist` under 
omittedItems.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Open a URL in a private/incognito window

2016-01-04 Thread Rob McBroom

On 28 Dec 2015, at 6:52, Jonathan Levi wrote:


It would be so much faster if we could either add an action "Open in
Private Window" or "Open With..." (tab) "Safari Private Window"


The existing actions (Open URL and Open URL in Background) just hand the 
URL to the OS and your preferences (default browser, tab vs. window, 
etc.) take over from there.


Since the private modes of various browsers were all developed 
independently, I don’t think there’s any standard way to tell the OS 
to open a private window.


It should be possible to add an action to each browser’s Quicksilver 
plug-in to handle this, though.


Until then, you’ll need to create an AppleScript action as described 
by others.


Then, from there, I could pretty easily make a custom trigger so that 
it

took my clipboard contents and automatically opened in a private url.
Something like Option + Command + Control + N.


Better yet, skip the steps of selecting and copying the URL. Just use 
the “Current Web Page” proxy.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Actions error

2016-01-04 Thread Rob McBroom

On 27 Dec 2015, at 10:12, Ian Overton wrote:


Then, I opened the gear to go into my Preferences. The number one
preference is to run whatever app is referenced. Number 11 was to 
display
as large text. After unchecking that box, now the default action 
becomes to
create a new text file with the words I typed in QS. Uncheck that one, 
and
now it's to show the contents of the word in a menu. All this while 
the
number one default action selected in my preferences is to do what the 
app
has always done for years, which is run the program. In fact, I even 
went
though and unchecked ALL the possible actions EXCEPT to Run/Execute 
the

selected app, and now there's no possible action to take at all!!


An action only appears in the second pane if it can be used on the thing 
in the first pane. So, for example, the Open URL action won’t appear 
when you select a text file.


It sounds like applications and other files aren’t being correctly 
identified when Quicksilver adds them to the catalog. Maybe.


Are the files you’re looking for actually being selected? Or are you 
just seeing text as you type? If it’s the latter, you’re starting in 
text-entry mode for some reason. Hitting ⎋ should take it back to 
normal, but you probably don’t want it to start that way. If this is 
the case, which interface are you using? (Check under Preferences → 
Appearance)


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: QS not using global mapping for log out shortcut

2015-12-22 Thread Rob McBroom

On 18 Dec 2015, at 13:19, 1.61803 wrote:

But QS (1.2.0) doesn't allow this use, so ⇧⌘Q still calls Log Out 
USER…Is it hard-coded?


Sounds like the OS is hanging onto the old shortcut in addition to 
setting the new one. You might be stuck with the “hard” way: ⇥ Q 
↩


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Enhanced "Contents" Tab

2015-12-15 Thread Rob McBroom

On 15 Dec 2015, at 14:20, Peet wrote:

When your catalog depth is pretty high, the Contents tab becomes 
useless. A

completely unmanageable list of folders and files with no structure.

Are there any plans to improve the Contents page to allow for more
structured exclusion and inclusion of the catalog?


None that I’m aware of, but there are already many ways to control 
inclusion in the catalog besides the depth slider.


Generally, you shouldn’t increase the depth very high for performance 
reasons. If you just index a few top-level folders, you can navigate 
deeper down by selecting one and hitting → or /. Only if you find 
yourself going to the same folder over and over should you think about 
adding it to the catalog, and in that case, a separate entry makes more 
sense than cranking up the depth on its parent.


As for ways to trim down the noise, you can

  * add specific files or folders to the catalog by listing their paths 
in a text file
  * add specific files or folders to the catalog based on tags 
(requires the File Attributes plug-in)
  * add files to the catalog based on a Spotlight query (requires the 
Spotlight plug-in)

  * specify file types to include or exclude in an entry’s settings

If you can tell us the specific reason you increased the depth, we can 
probably find a better way.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: WTF? Two (Count 'em!) Two QS open at once — sort of.

2015-12-09 Thread Rob McBroom

On 8 Dec 2015, at 13:55, Dennis Cline wrote:

The icon on the left responds as expected, but clicking the icon on 
the

right fails to render the expected drop down menu.

So I opened Activity Monitor and see QS listed twice there as well, 
both

seemingly operating within normal parameters.

Thing is, I don't know which to quit. Obviously I don't want to quit 
the

one in the menu bar that's working properly, and there's no indication
which QS is the inoperative version in Activity Monitor. Weird.


The easiest thing would be to kill them both and just start it again 
from /Applications. Is it like that when you log in? If so, it sounds 
like there are two copies somewhere, both set to start at login.


In Activity Monitor, if you select an application and hit the Info 
button, there should be a tab for Open Files and Ports. That should help 
you figure out where each of them is. Assuming they’re in different 
places, you probably want to trash one of them.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Documents in Catalog: Source Options Dimmed; No Depth Levels Available.

2015-12-07 Thread Rob McBroom

On 6 Dec 2015, at 21:31, Kailasa wrote:

I am back with QuickSilver... which I used ten years ago... set to 
re-scan once an hour... 


Note that the schedule you set in Quicksilver tells it how often to 
check all the catalog entries to see if they *need* a rescan. Most of 
the time, the answer is “no” and nothing happens. I’d stick with 
“Every 10 minutes” unless you see noticeable activity.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Browsing objects opened by right-arrowing in application

2015-11-24 Thread Rob McBroom

On 21 Nov 2015, at 14:22, 1.61803 wrote:

I do the following — select an application, right-arrow, select 
first file
by pressing comma, then down-arrow to next file, hit tab and open 
them. Now
select a random object in first pane and open it, next command+[ to 
browse
past objects. Those 2 files are not revealed in the interface as an 
object,
but they do appear 3 times in the Recent Objects catalogue. I use 
Bezel,

but it also happens in Primer. Can anyone reproduce it? QS 1.2.0, OS X
10.8.5.


I tried to fix a lot of that in 
[#2092](https://github.com/quicksilver/Quicksilver/pull/2092), but 
following the steps you describe, I can see that it still needs some 
work.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: How can I remap option + right arrow?

2015-11-16 Thread Rob McBroom

On 16 Nov 2015, at 10:45, 1.61803 wrote:

Anyway, since / works also for moveRight: in DefaultBindings.qskeys 
and the modifier is verified later, ⌥/ works also. Curiously, 
⌥⌃L doesn't.



Can you point me to the code that checks for the modifier? I think 
it's [this 
one](https://github.com/quicksilver/Quicksilver/blob/66effe80e48fa6f1ee43989699ba4309592e3857/Quicksilver/Code-QuickStepInterface/QSSearchObjectView.m#L1743), 
but I'm not sure.


Scroll down a bit to line 1765. Note that it checks modifiers for *only* 
Option, which is why ⌥⌃L isn’t working.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Return of the Cube

2015-11-16 Thread Rob McBroom
On 16 Nov 2015, at 16:54, Lucas Garron wrote:

> In case you'd like a bug report:
> While rotating, the animated seems jump to twice the original y height
> (from the top of the screen) when using a Retina screen.
> (A shadow still remains in the original location.)

I know. I guess the Pet Sematary reference was too obscure. :-)

-- 
Rob McBroom
http://www.skurfer.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: How can I remap option + right arrow?

2015-11-15 Thread Rob McBroom

On 14 Nov 2015, at 9:47, 1.61803 wrote:

I want to map option + right arrow to backslash or semicolon — they 
seem to

have no function in the first pane.


I think you have that backwards, which is why I didn’t understand at 
first. You want to leave ⌥→ alone and map another key to do what it 
does.


Like I said, there’s no method that just shows alternate children. 
There’s one that shows children, and it checks to see if ⌥ is being 
pressed in order to decide what to show.


Without changing the code, the only thing I can think of is an 
AppleScript that “presses” ⌥→. You could then create a trigger 
scoped only to QS that runs that script. I don’t know if it would 
actually work though.


You could also use something like Karabiner, but I think that would 
change they key in every application.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: How can I remap option + right arrow?

2015-11-14 Thread Rob McBroom

On 13 Nov 2015, at 22:35, 1.61803 wrote:


I checked
/Applications/Quıcĸsıɩⅴεʀ.app/Contents/Frameworks/QSInterface.framework/Versions/A/Resources/DefaultBindings.qskeys
and QSBindableActions.strings and cannot find it. I neither know the 
name

of the action, but I guess it could be altDescend:.


Right arrow calls `moveRight:` (I assume - couldn’t find the actual 
binding), which then calls `browse:`. Inside `browse:`, it checks to see 
if Option is held down and acts accordingly.


What are you trying to map it to? Creating a trigger scoped only to 
Quicksilver might work.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Return of the Cube

2015-11-14 Thread Rob McBroom
It may have spent too long in the [Pet Sematary][1], but it functions. :-)

You can thank Etienne.

[1]: https://en.wikipedia.org/wiki/Pet_Sematary_(film)

-- 
Rob McBroom
http://www.skurfer.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Preview interfering with Quicksilver

2015-11-09 Thread Rob McBroom

On 9 Nov 2015, at 0:10, Jon Stovell wrote:

You can configure the space-bar behaviour to your liking in 
Quicksilver's

preferences. To find the setting, just open Quicksilver's preferences
window, go to the main preferences pane, and then choose Command in 
the

sidebar.


And the behavior you’re asking about is labeled “Normal”.

But honestly, typing everything out ignores Quicksilver’s best 
feature. If you want to launch “VMware Fusion”, you can just type 
“vmf”.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: setting the clipboard to a function key?!

2015-11-05 Thread Rob McBroom

On 5 Nov 2015, at 5:09, Jeff wrote:

yes, Run is at number 1, yet when i try to set the trigger to just 
Run, run

applescript is all that will show?!


Are you sure the right thing is selected in the first pane? It should 
say “Show Clipboard” exactly and if you run “Show Source in 
Catalog” on it, it should take you to “Internal Commands”.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Clipboard plugin issue

2015-11-05 Thread Rob McBroom

On 4 Nov 2015, at 11:06, Howard Melman wrote:

I keep this information on the shelf so it's always ready to paste 
into bug reports. :)


I’ve wanted to create a proxy object called “System Information” 
or something like that for a long time. Then, we could just ask people 
to run System Information ⇥ Paste in their mail client. And since it 
would be generated in real-time, there’s no need to update the shelf 
by hand.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Clipboard plugin issue

2015-11-05 Thread Rob McBroom

On 4 Nov 2015, at 9:08, Timothy Lawson wrote:


Sorry Rob  and I know so well to tell you all that too!

OS X 10.11.1
QS 1.3.2 (4014)
Bezel (Built in)


Yeah, it’s helpful, but all it tells me in this case is that I have no 
idea what’s wrong. 


I wonder if there’s something in your history causing a problem. Try 
trashing `~/Library/Application 
Support/Quicksilver/Shelves/QSPasteboardHistory.qsshelf` and restarting 
Quicksilver.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: setting the clipboard to a function key?!

2015-11-04 Thread Rob McBroom

On 4 Nov 2015, at 8:29, Jeff wrote:

now i cant remember how i set it up!! i have installed the plugin, set 
the
trigger, typed in show clipboard, but then in the middle (second from 
top)

window the only run option i get is run applescript?


Go to Preferences → Actions and make sure “Run” is enabled. There 
are several, and you probably want them all, but the one that matters 
here is the one with the generic action (gear) icon.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: new update (4014) on Snow Leopard?!?

2015-10-27 Thread Rob McBroom

On 25 Oct 2015, at 4:20, zen wrote:


in this case why version 4014 is notified to Snow Leopard users?


The correct OS version is set in the update system, but it’s possible 
older versions of Quicksilver aren’t checking for that.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: new update (4014) on Snow Leopard?!?

2015-10-27 Thread Rob McBroom

On 27 Oct 2015, at 9:36, zen wrote:


Something else must be wrong then, cause i'm using the latest version
available for Snow Leopard (build 4000).


I was including that when I said “older versions”, but I have a 
Python script that should be able to simulate update checks from various 
older versions.


Checking as if I had build 4000 on OS X 10.6.8, it tells me 4000 is the 
latest version.


If you want to send me your IP (privately), I can check the logs and see 
why it might be advertising the wrong version to you.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: new update (4014) on Snow Leopard?!?

2015-10-24 Thread Rob McBroom
On 24 Oct 2015, at 2:53, zen wrote:

> just received this notification on "Snow Leopard" (10.6.8) and cannot
> finish the upgrade procedure.
>
> the update failed and all the plugins become inactive, so i had to recover
> my QS settings and the plugins from a previous backup.

The latest version that works on Snow Leopard is 1.0.0 (build 4000).

http://qsapp.com/download.php

-- 
Rob McBroom
http://www.skurfer.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Nostromo interface long file name display on El Capitan.

2015-10-22 Thread Rob McBroom

On 22 Oct 2015, at 20:26, R wrote:


Yes, they get closer, not narrower.


If they’re just closer together, but not overlapping, then I stand by 
my indifference to the initial report. But they obviously overlap for 
some people, so I’ll look into that.


BTW, I tried uninstalling, deleting and then reinstalling Nostromo, 
but QS

tells me 'Download failed' every time I try downloading it again.


What version of Quicksilver? You may have missed the other threads, but 
1.3.1 is unable to connect to the update system and will never tell you 
that 1.3.2 is available. You’ll need to download and install it 
manually (from qsapp.com) and then updates/installs should work as 
before. Sorry about that.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Nostromo interface long file name display on El Capitan.

2015-10-21 Thread Rob McBroom

On 5 Oct 2015, at 18:07, R wrote:


I am using the Nostromo interface. While displaying long file names
(including path) on El Capitan, (when the ellipses appear in the body 
of
the long name), the text looks weird because the letters crowd up on 
each

other. This happens irrespective of the chosen font name and size.


Wait, do you mean they actually overlap, as shown in a recent GitHub 
issue?


https://github.com/quicksilver/Quicksilver/issues/2133

That’s a different story. I’ve only ever seen them get thinner and 
closer together.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: QS ready for 10.11 ?

2015-10-21 Thread Rob McBroom

On 20 Oct 2015, at 20:49, Howard Melman wrote:

FYI, I don't think I have this problem. I installed 10.11 the first 
day and I know I've used = to do calculations a lot.


Try it in Primer. As [detailed on the GitHub issue][1], it only affects 
a few interfaces (but one of them is the default).


[1]: 
https://github.com/quicksilver/Quicksilver/issues/2111#issuecomment-145318313


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: cannot contact server to check for updates

2015-10-20 Thread Rob McBroom

On 20 Oct 2015, at 10:38, Jeff Ramnani wrote:


So, I should change the base of the download URL from:

"http://cdn.qsapp.com/;

To:

"https://qs0.qsapp.com/;

Do I understand you correctly?  Just want to be sure before I send a 
PR to Homebrew.


I’d use the one we talked about the other day.

https://qs0.qsapp.com/plugins/download.php?qsversion=16404

The CDN URLs are the reason we were giving out janky filenames for so 
long. A necessary evil in that case, but not any more. Maybe it 
doesn’t matter with Homebrew, since the user might not ever see the 
DMG, but still…


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: QS ready for 10.11 ?

2015-10-20 Thread Rob McBroom

On 20 Oct 2015, at 15:02, David Boag wrote:

Has anyone figured this out?  Since El Capitan, QS crashes on = or . 
or

anything text related.


I can reproduce it easily, but what I see in the debugger doesn’t help 
much. I think it’s an OS bug, but I’m not sure how to prove that in 
order to file a report. Any help from experienced Cocoa people would be 
appreciated.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: cannot contact server to check for updates

2015-10-20 Thread Rob McBroom

On 19 Oct 2015, at 18:32, Jeff Ramnani wrote:


Looks like someone else beat me to it.

https://github.com/caskroom/homebrew-cask/commit/569cf7a0f0df2db012464832ac0045be48e71ae0

Turns out all I needed was the build number in decimal.  The rest of 
the
download URL stayed the same.  I'll try and remember that in the 
future.


They’re still using the `cdn` hostname, though. I’d change that.

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: How do I do a web search?

2015-10-18 Thread Rob McBroom

On 18 Oct 2015, at 11:56, Patrick Robertson wrote:

Before I forget, the networking plugin probably also needs updating 
(current IP address proxy)


Did that one a few days ago.

The Web Search lists in the catalog should populate correctly now. You 
might want to manually refresh.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: How do I do a web search?

2015-10-18 Thread Rob McBroom

On 18 Oct 2015, at 1:45, Tim Richardson wrote:

The manual says "The built-in web search list is pretty large, but it 
can
be extended if needed. The list is at this web page (link). 
Quicksilver

reads this web page when it updates the catalog."
The link to the web page
is http://docs.blacktree.com/quicksilver/web_search_list
but it gives a 404
Perhaps this is the problem?


Ah, I’ll bet the web search lists are still being pulled down with 
HTTP, which will be blocked by Apple’s App Transport Security. I’ll 
update the plug-in.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: cannot contact server to check for updates

2015-10-16 Thread Rob McBroom

On 16 Oct 2015, at 12:18, Jeff Ramnani wrote:


Can someone help me update the Homebrew Cask for Quicksilver?


I’ll try.

I'm trying to find the download URL for version 1.3.2 of the disk 
image

file, and can't seem to find it.  Specifically I don't know what
"qsversion" parameter to pass to, "http://qsapp.com/download.php;.


That’s the HTML page for humans. Hitting the update system (without 
any parameters), I end up with the latest version:


% http -h https://qs0.qsapp.com/plugins/download.php
HTTP/1.1 200 OK
Connection: keep-alive
Content-Disposition: attachment; filename="Quicksilver 1.3.2.dmg"
Content-Length: 6472731
Content-Type: application/octet-stream
Date: Fri, 16 Oct 2015 17:09:16 GMT
Server: nginx/1.8.0
X-Powered-By: PHP/5.6.14


Version 1.3.2 is also not listed in the "All Downloads" link,
http://github.qsapp.com/


We’re serving the download directly from the hosting server now, so it 
doesn’t *need* to be listed there right away. Though we will continue 
the practice of posting old versions there when they’re no longer on 
the main download site.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Version 1.3.2 releases (download manually)

2015-10-15 Thread Rob McBroom

Quicksilver 1.3.2 is now available.

If you’re on El Capitan (OS X 10.11), you’ll need to download and 
install it manually. Version 1.3.1 is not allowed to connect to the 
update server and will never see the new version automatically.


http://qsapp.com/download.php

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: cannot contact server to check for updates

2015-10-15 Thread Rob McBroom

On 4 Oct 2015, at 21:51, Chuck Keil wrote:

2015-10-04 7:42:45.188 PM Quicksilver[6446]: App Transport Security 
has

blocked a cleartext HTTP (http://) resource load since it is insecure.
Temporary exceptions can be configured via your app's Info.plist file.


Quicksilver version 1.3.2 is now available to fix this issue.

You’ll need to download and install it manually, as 1.3.1 is unable to 
connect and realize there’s an update.


http://qsapp.com/download.php

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Nostromo interface long file name display on El Capitan.

2015-10-14 Thread Rob McBroom

On 14 Oct 2015, at 23:08, R wrote:


Rob, could you please please fix it?


I don’t think it’s a problem. I’d consider a pull request if 
anyone disagrees strongly enough to look into it.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: cannot contact server to check for updates

2015-10-13 Thread Rob McBroom

On 13 Oct 2015, at 6:39, Chuck Keil wrote:


basically you put this code


NSAppTransportSecurity

    NSAllowsArbitraryLoads
    



at the top of /Applications/Quicksilver.app/Contents/Info.plist in 
the spot identified by flingbob.


Be aware that this will probably make Gatekeeper angry if you have it 
enabled (and you should).


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: SUGGESTION FOR PLUGIN: Google Keep

2015-10-09 Thread Rob McBroom
On 9 Oct 2015, at 2:30, | Alaska Jack wrote:

> GK is a simple and very handy cross-platform notepad. A plugin would be
> logical and much appreciated!

http://projects.skurfer.com/QuicksilverPlug-inReference.mdown

We’re always happy to answer questions. :-)

-- 
Rob McBroom
http://www.skurfer.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: cannot contact server to check for updates

2015-10-06 Thread Rob McBroom

On 4 Oct 2015, at 21:51, Chuck Keil wrote:

2015-10-04 7:42:45.188 PM Quicksilver[6446]: App Transport Security 
has

blocked a cleartext HTTP (http://) resource load since it is insecure.
Temporary exceptions can be configured via your app's Info.plist file.

no idea how to do this


That message is aimed at developers, not users. You could make the 
change, but then Gatekeeper would refuse to launch Quicksilver because 
it would appear tampered with. :-)


It’s because OS X is now preventing certain connections if they 
don’t use HTTPS.


We can fix this in the next release, but you might not be notified about 
it automatically if Quicksilver can’t contact the update system.


We’ll announce the next release in this group for sure.

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot see plugins list

2015-10-06 Thread Rob McBroom

On 4 Oct 2015, at 6:18, Timothy Roes wrote:

Just reinstalled QS but cannot see the list of plugins. Only three 
plugins

are mentioned (and installed): Bezel Interface, Keyboards Triggers and
Primer Interface.


It’s because OS X is now preventing certain connections if they 
don’t use HTTPS (and this is one of them).


We can fix this in the next release, but you might not be notified about 
it automatically if Quicksilver can’t contact the update system.


We’ll announce the next release in this group for sure.

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: rename in el capitan causes quicksilver to error

2015-10-05 Thread Rob McBroom

On 2 Oct 2015, at 6:32, Chuck Keil wrote:


I often have to rename a file or folder.

using 10.11 I select the file, tab, type in rename, tab to pane 3 and
quicksilver dumps.


Probably the same thing described at 
https://github.com/quicksilver/Quicksilver/issues/2111


Only some interfaces are affected. I’ve looked at it briefly, but 
interface stuff is not my strongest area.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Nostromo interface long file name display on El Capitan.

2015-10-05 Thread Rob McBroom

On 5 Oct 2015, at 18:07, R wrote:


I am using the Nostromo interface. While displaying long file names
(including path) on El Capitan, (when the ellipses appear in the body 
of
the long name), the text looks weird because the letters crowd up on 
each

other. This happens irrespective of the chosen font name and size.


I noticed that too, but I Wasn’t 100% sure if it was new, or if I’d 
just never noticed. The system is probably just trying to show as much 
text as possible. It doesn’t really bother me personally.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: 1Password Not Working

2015-10-03 Thread Rob McBroom

On 2 Oct 2015, at 22:58, Proggie wrote:


Couple of questions:
1) Do you have to sync with Dropbox or will it also work with iCloud 
(I
just changed it to sync from Dropbox to iCloud because I didn't like 
how

Drobox kept notifying me of 1Password file changes).


There are places it checks for the data by default, but you can change 
it in Quicksilver’s prefs if that doesn’t work automatically.


2) I can't seem to download the 1Password QS Plugin. Download keeps 
failing.


Not sure what that’s about, but the version currently available 
doesn’t work with 1Password 4+ anyway. We’re pretty close to an 
update that works with the latest regular and App Store versions.


You can follow the progress at 
https://github.com/pjrobertson/1Password-Plugin/pull/7


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: QS ready for 10.11 ?

2015-10-02 Thread Rob McBroom

On 30 Sep 2015, at 22:41, Sam K wrote:

I'm compiling a list of 3rd party apps and their 10.11 readiness, 
curious

on QS's status ??  Running 1.3.0 (b 4012)


There were only two known issues. One was an OS bug that Apple fixed in 
one of the early betas. The other was fixed in 1.3.1, which was released 
last night.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Triggering disabled item

2015-09-17 Thread Rob McBroom
On 17 Sep 2015, at 6:42, John Xiao wrote:

> When I bind F6 to two open app action, and one is temporarily disabled.
> When I press down F6, they all be triggered no matter one of them is
> disabled.

I can confirm this.

https://github.com/quicksilver/Quicksilver/issues/2103

-- 
Rob McBroom
http://www.skurfer.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: can't run AppleScripts under ~/Library/Scripts

2015-09-16 Thread Rob McBroom

On 16 Sep 2015, at 0:21, Ben Rosengart wrote:

I have a set of AppleScripts under ~/Library/Scripts. I have added 
them

to the catalog.


Unrelated to your problem, but there’s a catalog preset for that. If 
you look under Scripts (instead of Custom), and enable “Scripts 
(User)”, that should add them to the catalog.


I can even run them from the catalog -- see screenshot. Yet I can't 
get them by invoking QS and then typing their names.


You mean if you find the catalog entry and right-arrow into it?

In any case, it’s odd. Are you sure it’s just not far down on the 
results list? If not, I suppose the first thing I’d try is clearing 
caches.


  1. Quit Quicksilver
  2. In Terminal, run `rm -r ~/Library/Caches/Quicksilver`
  3. Start Quicksilver

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Moved over to Safari (from Chrome, then Firefox) and now want to use Safari's KeySearch extension

2015-09-16 Thread Rob McBroom

On 14 Sep 2015, at 21:20, Mike Petonic wrote:

On thing that is frustrating is that I've lost the "auto-history" 
function that Web Search + "Search For ..."  gave me. 


I think you mean the way Quicksilver uses the system-wide shared search 
terms feature. (No idea what it’s actually called.)


I don’t really understand what you’ve come up with (or why), but if 
you’re doing everything via AppleScript and shell scripts, you should 
be able to replicate the feature by adding this in somewhere:


echo "search terms" | pbcopy -pboard find

There might be a native AppleScript way to interact with the pasteboard 
if you don’t want to use the command.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: 1Password Not Working

2015-09-14 Thread Rob McBroom

On 14 Sep 2015, at 19:05, quefac...@gmail.com wrote:

Yet, I still don't have my 1Password web site logins in the 
QuickSilver

catalog.


I think the current plug-in only works with 1Password 3.

I have:

  1. Submitted a fix that should get it working with 4 and 5 - 
https://github.com/pjrobertson/1Password-Plugin/pull/6
  2. Very publicly poked the owner of the plug-in to take a look (…in 
this e-mail. I’m doing it right now! )


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: lastpass catalog

2015-09-14 Thread Rob McBroom

On 14 Sep 2015, at 3:13, Beery Holstein wrote:

HI ... I'm looking for a way to catalog lastpass entries, and the 
performa

actions on them (opening lastpass vault with that selection). Anything
available?


Nothing yet, as Patrick said. I use it at work, but don’t really like 
it so I’m not motivated to work on a plug-in. I’d be happy to answer 
a billion questions for anyone that takes it on, though.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: My Contact card's detail not available when sending emails.

2015-09-10 Thread Rob McBroom

On 9 Sep 2015, at 20:59, Diego Barros wrote:

When I try and send an email to myself -- entering text, then 
selecting
"Email to... (Send directly) -- QS does not return my own Contacts 
card for

selection. Other contacts are there.


All of my contacts (including myself) are there *twice*. Sounds like we 
need to review the code that populates the third pane with contacts.


Would you be able to create an issue so we don’t forget?

https://github.com/quicksilver/Quicksilver/issues

Thanks.

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Single modifier activation not working on right side of keyboard

2015-09-03 Thread Rob McBroom

On 3 Sep 2015, at 16:08, 1.61803 wrote:

I wish the devs could automate compiling QS for unsupported OSs, 
without
guaranties of course. AFAIR Henning Jungkurth used to do beta builds 
using

Jenkins.


There’s a script for building. It’s used by Travis CI, for what 
it’s worth.


https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/Tools/qsrelease

I don’t know what would be different on an unsupported OS, other than 
it might not build at all.


I keep a copy of that script outside the repo with some local changes. 
That’s what I use for my day-to-day builds.


In your case, you’ll probably want to:

  * Comment out the tests (if you don’t want to install `xctool`)
  * Comment out the `codesign` steps (if you don’t have a developer 
key)

  * Comment out the DMG creation

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Clipboard history and Mail.app

2015-08-31 Thread Rob McBroom

On 28 Aug 2015, at 12:30, John Muccigrosso wrote:


For the past few months, if I try to paste RTF text from the clipboard
history into a Mail.app message, it doesn't work and I get a beep.
Sometimes other text won't work either.


It’s a known issue.

https://github.com/quicksilver/Quicksilver/issues/2068

FYI, I always get a beep when pasting from Clipboard History and I 
haven’t been able to figure out where it’s coming from. The paste 
operation usually works though (except in Mail and Firefox, where it 
will crash the entire browser).


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Single modifier activation not working on right side of keyboard

2015-08-27 Thread Rob McBroom

On 27 Aug 2015, at 6:18, 1.61803 wrote:

Mine is CFBundleVersion 4008, that from the website is 400F. Mine is 
from
2013, the other seems to have come a year later — if I believe the 
file

creation dates.


I think 4008 was a pre-release of 1.2.0. 400F is the final.

4008 doesn't work with right side ⇧ , ⌥ and ⌘, 400F does work 
but

interferes with a gesture I configured with Jitouch (see Quicksilver 
JITouch conflict?


So it was fixed long ago.

That is, if I do the gesture 'close window or ⌘W' in 400F, window 
closes

and QS interface activates, which just makes things worse.


Yes, I have single Control set to activate Quicksilver, and ever since a 
clean install of the IntelliPoint software, hitting the middle button 
for Mission Control activates QS. It’s annoying and it makes me sad 
and it never even crossed my mind to blame it on Quicksilver.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Single modifier activation not working on right side of keyboard

2015-08-26 Thread Rob McBroom

On 26 Aug 2015, at 7:07, 1.61803 wrote:


Any workaround?


Etienne later corrected himself and showed that the code is handling 
those keys correctly, so there’s nothing to work around.



I just checked this problem in a test account and right ⇧ ,
⌥ and ⌘ don't work either — but they do in a VM (same versions).


I don’t know what this could be, but I don’t think it’s 
Quicksilver. It works for me, left and right side, on the MBP built-in 
keyboard, as well as the external one I have connected.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Quicksilver Lockup ?

2015-08-26 Thread Rob McBroom

On 26 Aug 2015, at 8:22, Sam K wrote:

After years of solid performance, QSilver now does two aberrant 
things: the
app launches without a hot key, randomly while I'm working in other 
apps,
and then is unresponsive/no access to the menu bar icon.  Sometimes 
solved
with a restart, sometimes not.  I'd uninstall and re-install by have a 
slew
of trigger key commands for apps, and obviously don't want to lose 
these.


What versions of Quicksilver and OS X are you running?

Did this start with the update to 1.3.0 or is that unrelated?

There are a number of ways to activate QS. There’s the main shortcut, 
there’s ⌘⎋, there’s modifier-only activation, and of course an 
unlimited number of trigger possibilities (including Event Triggers). Is 
it possible you’ve got a trigger you’re accidentally hitting, or 
that the application you’re interacting with is “typing” one of 
the shortcuts that activate QS?


Does the main interface hang, or just the menu bar icon? In any case, 
when it happens, try “Sample Process” in Activity Monitor.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Recent update seems to always have file searching problems

2015-08-21 Thread Rob McBroom

On 21 Aug 2015, at 10:01, Simon Gilmurray wrote:

I think I might have just fixed it by changing my Preferences of 
Searching
when using Space bar from Smart to Normal...seems to be functioning 
better.

Perhaps that was the issue?


Ah, I’m sure that was it. The default spacebar behavior is now 
“Smart”, which won’t affect you if you’ve ever chosen a 
behavior, but if you were always using the default, it will get changed 
on you. Sorry about that.


Stick with what you like, of course, but one of the nice things 
(probably my favorite thing) about Quicksilver is that it doesn’t make 
you type absolutely every character when searching for something. For 
instance, to find “Joe Stone”, I would just type “js”. You can 
just type the characters that are meaningful to your brain and skip 
things like spaces. I highly encourage you to try this out. It saves a 
lot of typing/time.


If you get used to searching that way, you can use spacebar for 
something cooler. :-)


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: 1.3.0 only English language app names

2015-08-20 Thread Rob McBroom

On 20 Aug 2015, at 12:17, Daniel Persson wrote:

When updating to 1.3.0, QS stopped recognising local language app 
names.


Trying to open Anteckningar (Swedish) by typing ant doesn't work,
instead I have to type not to trigger Notes.

I have previously implemented the advice from the wiki FAQ to make all
commands in QS in English, however up until now QS has still 
recognised the
local names for apps (and folders for that matter) as they appear on 
my

system.

Any fix? Is it a bug?


Sounds like a bug. I can’t think of what changed that would explain 
this, though.


Patrick, when we switched to using NSURL stuff, are also using that to 
grab names?


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Recent update seems to always have file searching problems

2015-08-20 Thread Rob McBroom

On 20 Aug 2015, at 16:02, Simon Gilmurray wrote:


Recently QS has been updated a few times (now 1.3.0)


That’s a good thing, right? :-)

When I used to search for a song name that was in my downloads, it 
would

always find it and snap pretty much straight to it.

Following these recent updates, it always seems to want to snap to an
application of some kind, then when I continue typing and it doesn't 
like

the text it opens up an About window for the app.


Would it be possible for you to record a video of this? (QuickTime has 
this ability built-in.) Maybe also run 1.2.2 and record the way it was 
working before.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Google Chrome Canary - Open Web Pages

2015-08-17 Thread Rob McBroom
On 20 Jul 2015, at 22:03, Troy D. White wrote:

 I installed Andreas Johansson's Canary plugin.

 Whenever Canary is the only browser open, I can't get Open Web Pages to
 show. Everything else works (Search Engines, History, etc).

An updated version of the plug-in is out. Open Web Pages should be fixed.

-- 
Rob McBroom
http://www.skurfer.com/

-- 
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Quıcĸsıɩⅴεʀ 1.3.0 problems

2015-08-12 Thread Rob McBroom

On 11 Aug 2015, at 4:03, 1.61803 wrote:


You might want to update the download page and changelog.


We did update the download page. You said it yourself in the other 
thread: Mountain Lion isn’t listed for 1.3.0.



Is dropping support for 10.8 a developers decision or would the source
eventually compile and work in ML?


Our general policy is always to support the current OS and the one 
before it, but we never drop an OS just because we can.


I don’t remember anything specific that requires 10.9+. If you built 
from the current source on 10.8, it would probably work. We’ve just 
seen that plug-ins built on 10.10 don’t work on 10.8, so it’s safe 
to assume the same is true for an application built on 10.10. That’s 
the only reason we don’t claim support for 10.8.


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Create shortcut - New finder window from any app

2015-08-06 Thread Rob McBroom

On 6 Aug 2015, at 6:39, oliviavand...@gmail.com wrote:

I'd like to create a new shortcut - New finder window from any 
application.

Any ideas about how I would approach this?


In Preferences → Triggers, create a new Keyboard trigger.

In the first pane, type

tell application Finder to make new Finder window

and then select “Run as AppleScript” as the action.

If you don't see that action (it should be the default for anything 
starting with “tell”), go to the Actions section of the prefs and 
make sure it’s enabled (checked).


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


<    1   2   3   4   5   6   7   8   9   10   >