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
Keyboard shortcut to copy stem:<filenames> ?
-
therube
- Posts: 5723
- Joined: Thu Sep 03, 2009 6:48 pm
-
void
- Developer
- Posts: 19872
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Keyboard shortcut to copy stem:<filenames> ?
To create a keyboard shortcut to copy the stem:
/copy
- 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: 5723
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Keyboard shortcut to copy stem:<filenames> ?
Quick look says, that will do it
.