Using Spotter for script

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Using Spotter for script

abergel
Hi!

I have a quick question. In spotter, if I type “Roassal #c” then I get all the classes that match Roassal. If I enter “Roassal #p” then I get all the packages.
How can I get all the scripts contained in the stash folder?

What are the associations between # shortcuts and displayed categories?

I am asking this since I now use Juraj’s setting to share stash playground scripts among my images. This is fantastic…

Cheers,
Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Using Spotter for script

Peter Uhnak
Since I'm already answering everything... :p

my observed behavior is that it's not a shortcut but a filter... so #c is same as #cl and same as #classes ... filtering all categories by name.
So if I want just category implementors I use #i, or menu #m (or #me, #men, #menu).

But I am curious, what is a script stash?

Peter

On Tue, Jul 21, 2015 at 5:22 PM, Alexandre Bergel <[hidden email]> wrote:
Hi!

I have a quick question. In spotter, if I type “Roassal #c” then I get all the classes that match Roassal. If I enter “Roassal #p” then I get all the packages.
How can I get all the scripts contained in the stash folder?

What are the associations between # shortcuts and displayed categories?

I am asking this since I now use Juraj’s setting to share stash playground scripts among my images. This is fantastic…

Cheers,
Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Using Spotter for script

Andrei Chis
In reply to this post by abergel

Like Peter said when using # we match that against the name of a category.
So if the category is 'Classes'  then #c, #cl, #cla etc will match it.

For the playground stash you could use #pl. Now the category is named 'Playground stash pages'

Cheers,
Andrei

On Tue, Jul 21, 2015 at 5:22 PM, Alexandre Bergel <[hidden email]> wrote:
Hi!

I have a quick question. In spotter, if I type “Roassal #c” then I get all the classes that match Roassal. If I enter “Roassal #p” then I get all the packages.
How can I get all the scripts contained in the stash folder?

What are the associations between # shortcuts and displayed categories?

I am asking this since I now use Juraj’s setting to share stash playground scripts among my images. This is fantastic…

Cheers,
Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Using Spotter for script

Juraj Kubelka-5
In reply to this post by Peter Uhnak
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Using Spotter for script

Juraj Kubelka-5
In reply to this post by abergel
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Using Spotter for script

abergel
In reply to this post by abergel
Excellent!

Alexandre


> On Jul 21, 2015, at 5:33 PM, Juraj Kubelka <[hidden email]> wrote:
>
> Hi!
>
>> On Jul 21, 2015, at 12:22, Alexandre Bergel <[hidden email]> wrote:
>>
>> Hi!
>>
>> I have a quick question. In spotter, if I type “Roassal #c” then I get all the classes that match Roassal. If I enter “Roassal #p” then I get all the packages.
>> How can I get all the scripts contained in the stash folder?
>
> The category is called “Playground named pages”. You can write #p, #pl, #pla, or #play. There two categories, the second one is called “Playground cached pages”. So you obtain both categories, not only one.
>
>>
>> What are the associations between # shortcuts and displayed categories?
>
> It is #<prefix of a displayed category>, e.g., for a class category you can write #c, #cl, #cla, #clas, #class. You cannot use space.
>
>>
>> I am asking this since I now use Juraj’s setting to share stash playground scripts among my images. This is fantastic…
>
> Indeed, it is cool to share the named and cached scripts between images.
>
> Cheers,
> Juraj
>
>>
>> Cheers,
>> Alexandre
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Using Spotter for script

Tudor Girba-2
Hi,

Here is a short blog post that documents this behavior:

Cheers,
Doru



On Tue, Jul 21, 2015 at 5:39 PM, Alexandre Bergel <[hidden email]> wrote:
Excellent!

Alexandre


> On Jul 21, 2015, at 5:33 PM, Juraj Kubelka <[hidden email]> wrote:
>
> Hi!
>
>> On Jul 21, 2015, at 12:22, Alexandre Bergel <[hidden email]> wrote:
>>
>> Hi!
>>
>> I have a quick question. In spotter, if I type “Roassal #c” then I get all the classes that match Roassal. If I enter “Roassal #p” then I get all the packages.
>> How can I get all the scripts contained in the stash folder?
>
> The category is called “Playground named pages”. You can write #p, #pl, #pla, or #play. There two categories, the second one is called “Playground cached pages”. So you obtain both categories, not only one.
>
>>
>> What are the associations between # shortcuts and displayed categories?
>
> It is #<prefix of a displayed category>, e.g., for a class category you can write #c, #cl, #cla, #clas, #class. You cannot use space.
>
>>
>> I am asking this since I now use Juraj’s setting to share stash playground scripts among my images. This is fantastic…
>
> Indeed, it is cool to share the named and cached scripts between images.
>
> Cheers,
> Juraj
>
>>
>> Cheers,
>> Alexandre
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev