I wanted to bump this idea. Has this been implemented or could it be? It seems like a really useful feature. If you've ever moved your files around and need to reprogram all your shortcuts it would be such a huge time saver to be able to assign multiple abbreviations at once or bump up all the partial spellings so it catches all the possible partial typings.
Right now it's such a huge pain to program all the subsets such as: f, fi, fil, file, filen, filena, filenam, filename This could be made so much easier if you could just type "filename<" in the Assign Abbreviation command and have it bump up the score for all the subsets. On Tuesday, April 14, 2015 at 7:22:49 AM UTC-4, Rob McBroom wrote: > > On 13 Apr 2015, at 16:13, random1destiny wrote: > > > Is it possible to Assign Abbreviation... multiple abbreviations at > > once? > > Not currently, but it wouldn’t be hard to add. > > > Also, an idea I had which I think would be cool is to be able to bump > > up > > the score for an abbreviation and all its subsets starting from the > > left. > > For example: > > > > Pages.app Assign Abbreviation... pages< > > > > The < (less than) symbol would tell quicksilver to carry out the > > assign > > abbreviation for pages, page, pag, pa, and p in one motion. > > That also wouldn’t be too hard. The code in question is at > > https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/PlugIns-Main/QSCorePlugIn/Code/QSObjectActions.m#L70 > > > -- > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
