Hello , options to copy multi column results instead of one by one
I want to copy file names folder names with filesize or folder size with Modified dates at the same time for
maybe have a check box to choose from from the right click or just click on what we need with more options to choose from beside the column ?
Thank you
options to copy multi column results names
-
Nancy_Widmore
- Posts: 34
- Joined: Mon Aug 07, 2023 10:57 pm
Re: options to copy multi column results names
Not sure what you want and what the output should look like, but ..
Easiest would be to
- add/remove columns fronm the resultlist and when the results show the desired columns:
- Menu => File => Export and choose the CSV format.
- Open the CSV file and
- copy its content
Alternatively, add the following to your search query:
- Select all wanted files/folders
- Right-click in Column A
- Select Copy Column A from the context menu
- Content of Column A is on the clipboard (for the selected files)
Easiest would be to
- add/remove columns fronm the resultlist and when the results show the desired columns:
- Menu => File => Export and choose the CSV format.
- Open the CSV file and
- copy its content
Alternatively, add the following to your search query:
Code: Select all
add-column:A A:=$name:" "$path:" "$size:" "FORMAT_DATETIME($dm:,"YYYY-MM-DD")
- Right-click in Column A
- Select Copy Column A from the context menu
- Content of Column A is on the clipboard (for the selected files)
Re: options to copy multi column results names
Hi,
Set up the columns as required.
Create bookmarks, e.g.
⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺
Name: Name\Copy\/command 41185 <enter> | RESULT_LIST_COPY_CSV_WITH_HEADER (ALT+P)
Search: Custom
Keyboard shortcut: ALT+P
⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺
Name: Name\Copy\/command 41183 <enter> | RESULT_LIST_COPY_TSV_WITH_HEADER
Search: CustomKeyboard shortcut: ALT+K
⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺
Selected(!) entries in the results list are copied to the clipboard after pressing the shortcut.
- OR -
Selected(!) entries in the results list are copied to the clipboard after entering the command /command 41183
in the search box of Everything and pressing ENTER.
You can find more examples in this post:
Copy field contents to clipboard for all columns defined in the bookmark
Command IDs ... search for: RESULT_LIST_COPY | List is not complete...
____________________________________________________________
Windows 11 Pro (x64) Version 24H2 (OS Build 26100.3037) - 2025-01-28
'Everything' 1.5.0.1391a (x64) - "Portable on system drive C:"
Set up the columns as required.
Create bookmarks, e.g.
⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺
Name: Name\Copy\/command 41185 <enter> | RESULT_LIST_COPY_CSV_WITH_HEADER (ALT+P)
Search: Custom
Code: Select all
/command 41185 nop:Mark file(s) ; press ALT+ENTER(!) nop: ... = only comment(!)
⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺
Name: Name\Copy\/command 41183 <enter> | RESULT_LIST_COPY_TSV_WITH_HEADER
Search: Custom
Code: Select all
/command 41183 nop:Mark file(s) ; press ALT+ENTER(!) nop: ... = only comment(!)
⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺
Selected(!) entries in the results list are copied to the clipboard after pressing the shortcut.
- OR -
Selected(!) entries in the results list are copied to the clipboard after entering the command /command 41183
in the search box of Everything and pressing ENTER.
You can find more examples in this post:
Copy field contents to clipboard for all columns defined in the bookmark
Command IDs ... search for: RESULT_LIST_COPY | List is not complete...
____________________________________________________________
Windows 11 Pro (x64) Version 24H2 (OS Build 26100.3037) - 2025-01-28
'Everything' 1.5.0.1391a (x64) - "Portable on system drive C:"
-
Nancy_Widmore
- Posts: 34
- Joined: Mon Aug 07, 2023 10:57 pm
Re: options to copy multi column results names
Hello , Thank you so much for trying to help me out but I think this is way too much complicated , for me maybe easy for others , sometimes works sometimes dont work , I wish there is an easier way