Keyboard shortcut to copy stem:<filenames> ?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Keyboard shortcut to copy stem:<filenames> ?

Post by therube »

Is there a keyboard shortcut to copy stem:<filenames> ?

abc.dll
123.exe

-> abc|123


Or better, the file name sans the final \.* ?

abc.dll.7z.testing123
123.exe.zip

> abc.dll.7z|123.exe
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Keyboard shortcut to copy stem:<filenames> ?

Post by void »

To create a keyboard shortcut to copy the stem:
  • In Everything, from the Bookmarks menu, click Add to Bookmarks....
  • Change the Name to: Copy Stem
  • Change the Search to:

    Code: Select all

    /copy $stem:
    
  • Set a keyboard shortcut.
  • Click OK.


/copy
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: Keyboard shortcut to copy stem:<filenames> ?

Post by therube »

Quick look says, that will do it :-).
Post Reply