I wish to print the lists of files found.
When I am viewing a list, CTRL-P just gets me the options list.
Can any one help me?
Printing lists
Re: Printing lists
Please try the File -> Export function in "Everything" version 1.2.1.451a
You can print the exported file list with Excel, notepad etc..
You can print the exported file list with Excel, notepad etc..
Re: Printing lists
Is there a way to fine tune on what to export? For example, only list the file name with path excluded.
Re: Printing lists
Also an option to strip the file extension too.
Re: Printing lists
CSV gives you name followed by path.
Use some sort of filtering utility/editor; Vim, sed, ...
Or open the CSV in some sort of CSV utility, one that may allow you to select the name columns & copy that out ...
Extension could be more difficult in some circumstances.
C:\TMP\what.is.the.file.name.and.what.is.the.extension.TXT - multiple (.) dots
C:\TMP\whatisthefilenameandwhatistheextension - no extension
Use some sort of filtering utility/editor; Vim, sed, ...
Or open the CSV in some sort of CSV utility, one that may allow you to select the name columns & copy that out ...
Extension could be more difficult in some circumstances.
C:\TMP\what.is.the.file.name.and.what.is.the.extension.TXT - multiple (.) dots
C:\TMP\whatisthefilenameandwhatistheextension - no extension