View previous search results
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 33
- Joined: 2011-04-01, 21:11 UTC
View previous search results
Hello all,
Is there a way to get the last search result back, without searching again?
I carry out a very long search on many files, then I get the results, feed to listbox to be able to work on the first file resulting from the search (I move it, copy it, delete it, view it, and to do so I use both source/destination sides) and then subsequently I would like to get back the previous search to be able to work on the second result, and so on.
It is not efficient to re-run the same search because it takes a long time.
Is there a method? Couldn't the ALT-F7 panel display the result of the last search again until another search is performed?
Or, couldn't the "go back" and "go forward" buttons also retrace the search results previously sent to the listbox?
Thank you.
Is there a way to get the last search result back, without searching again?
I carry out a very long search on many files, then I get the results, feed to listbox to be able to work on the first file resulting from the search (I move it, copy it, delete it, view it, and to do so I use both source/destination sides) and then subsequently I would like to get back the previous search to be able to work on the second result, and so on.
It is not efficient to re-run the same search because it takes a long time.
Is there a method? Couldn't the ALT-F7 panel display the result of the last search again until another search is performed?
Or, couldn't the "go back" and "go forward" buttons also retrace the search results previously sent to the listbox?
Thank you.
Re: View previous search results
Use Shift Feed to listbox.to open the list in a new tab.
You can also use the following buttons after a Feed to listbox
Select all files in the list Ctrl-A and press this button
To restore the saved list, put the cursor on it and press this button
You can also use the following buttons after a Feed to listbox
Select all files in the list Ctrl-A and press this button
Code: Select all
TOTALCMD#BAR#DATA
%comspec% /c copy
"%UL" "%T\%B-0_SelectedFiles.txt"
C:\Tools\Wincmd\WCMICONS48.DLL,46
Selected file names to list in target
1
-1
Code: Select all
TOTALCMD#BAR#DATA
LOADLIST
%P%N
C:\Tools\Wincmd\WCMICONS48.DLL,31
LoadList from file under cursor
0
-1
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
-
- Junior Member
- Posts: 33
- Joined: 2011-04-01, 21:11 UTC
Re: View previous search results
Wow fantastic! Thank you very much!Horst.Epp wrote: 2024-02-19, 13:56 UTC Use Shift Feed to listbox.to open the list in a new tab.
You can also use the following buttons after a Feed to listbox
Select all files in the list Ctrl-A and press this button
Re: View previous search results
Some other ways to keep the search results in a separate tab:
There are probably even more ways to keep a tab more or less static.
Regards
Dalai
- After feeding the search results to the list press Ctrl+T to open a new tab. This duplicates the search results.
- Press Ctrl+CursorUp to open the directory under the cursor in a new tab in the active panel
- Press Ctrl+Shift+CursorUp to open the directory under the cursor in a new tab in the opposite panel
- Press Ctrl+CursorRight (or Ctrl+CursorLeft) to open the directory under the cursor in the opposite panel (active tab)
There are probably even more ways to keep a tab more or less static.
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
-
- Junior Member
- Posts: 33
- Joined: 2011-04-01, 21:11 UTC
Re: View previous search results
I'm personally using Virtual Panel to keep search results organized in folders. I also have VirtualPanel Scripts using ES on top of everything search to re-populate virtual folder in a click for everyday searches.
I use a temporary file to populate VPanel Folder or directly copying from Populated Search Result to VPanel.
I use a temporary file to populate VPanel Folder or directly copying from Populated Search Result to VPanel.
Re: View previous search results
Since we have LOADLIST I stopped using VirtualPanel.nsp wrote: 2024-02-19, 17:38 UTC I'm personally using Virtual Panel to keep search results organized in folders...
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: View previous search results
I use thes em_commands in my extended menu for saving and loading search results
The benefit compared to Horst.Epp's solution is that I avoid using the DOS console.
Code: Select all
[em_ext_savelist0]
cmd=SAVESELECTION "%COMMANDER_INI%\..\SAVEDSEARCH.txt"
[em_ext_savelist]
cmd=cm_SelectAllBoth,em_ext_savelist0,cm_ClearAll
menu=Save search in the file SAVEDSEARCH.txt
button=wcmicons.dll,47
[em_ext_loadlist]
cmd=LOADLIST "%COMMANDER_INI%\..\SAVEDSEARCH.txt"
menu=Load search from the file SAVEDSEARCH.txt
button=wcmicons.dll,47
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
- ghisler(Author)
- Site Admin
- Posts: 50421
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: View previous search results
Another way to keep the search open would be using "Search in separate process". Then "Feed to listbox" doesn't close the search window and can be used repeatedly.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com