Copy Filenames only

Discussion related to "Everything" 1.5.
Post Reply
tollyboss
Posts: 18
Joined: Sun Apr 12, 2020 6:55 am

Copy Filenames only

Post by tollyboss »

How to copy Filenames from the Result list (usually Alt+C) without extensions?
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Copy Filenames only

Post by void »

To copy filenames without the extension (stems):
  • Right click the result list column header and click Add Columns....
  • Search for:
    stem
  • Select Stem and click OK.
  • Select your files.
  • Right click the selected files under the Stem column.
  • Click Copy Stem.


To create a keyboard shortcut to copy stems:
  • From the Bookmark menu, click Add to Bookmarks....
  • Change the Name to:
    Copy Stem
  • Change the Search to:
    /copy $stem:
  • Set the keyboard shortcut to: Alt + C
  • Click OK.
tollyboss
Posts: 18
Joined: Sun Apr 12, 2020 6:55 am

Re: Copy Filenames only

Post by tollyboss »

Thank you so much.
Post Reply