Page 1 of 1

Copy a List of selected Files as Text from the Find-Files Windows

Posted: 15 Jan 2019, 11:15
by m.busch@gmx.net
It is rely a pain to use e.g ClipX-Tool to save a History of Clipboard and extract File-Names.

Re: Copy a List of selected Files as Text from the Find-Files Windows

Posted: 23 Apr 2019, 14:57
by soerentsch
+1 i miss this feature too. Today i use cmd dir w*t*foo.bar > list.txt

Re: Copy a List of selected Files as Text from the Find-Files Windows

Posted: 23 Apr 2019, 17:28
by therube
Everything is great at finding files (names, in particular).

I'll often drop to a prompt (from within Salamander) & use EGO.bat (Everything GO) to find files in a particular tree.

Code: Select all

:: EGO.BAT (Everything Go)
:: From a command prompt, open a new Everything window, searching the current directory, for an (optional) search term:
:: SjB 05/31/2017


START  C:\DEV\Locate\Everything.exe  -newwindow  -path "%cd%"  -search "%1"

Multiple ways to copy file (names) from within Everything.
Tools | Options | Keyboard, filter (Show commands containing) on 'copy'.
And you can assign hotkeys to the (various) copy functions.

I use:
F6, Full name
F5, Path
F12, Name


(I may have even noted a User Menu function... here, Shortcut to search in current folder.)


So two tools to accomplish what you want, a little extra work.
But they're both great, both worth having.

Re: Copy a List of selected Files as Text from the Find-Files Windows

Posted: 24 Apr 2019, 10:41
by tukanos