2. Is it possible to save the zoom level in the preview panel? the font is too small and can be fixed by zooming using Ctrl+scroll however it resets itself back each time
The system is responsible for showing the preview.
If this is a plain text file, like .txt, change the font size in Notepad ( Menu:Edit => Font ). That same fontsize will be used for previews.
TheOtherLad wrote: Sun Dec 17, 2023 4:06 pm
1. Is it possible to somehow right click on the file >> context menu >> copy file content to clipboard?
Not without using external tools. Alternative:
Add the following to your search query:
regex:dotall:fromdisk:content:(.*) addcol:A A-label:="Content" A:=regmatch1:
So your search would look something like
Code: Select all
"c:\phone numbers\" ext:txt size:<10kb regex:dotall:fromdisk:content:(.*) addcol:A A-label:="Content" A:=regmatch1:
An extra column will be shown, named Content.
Hovering the mouse above a Content entry -- for example 1548 -- will show the entire file (as far as it fits on your screen; no scroll option)
Right-clicking this entry will give a context menu entry
Copy Column A. Selecting this will put the content on the clipboard.
This search can be saved as a Filter or Bookmark to make it easy accessible without re-typing the entire search query.
2023-12-20 00_08_59-c_ ext_m3u regex_dotall_fromdisk_content_(._) addcol_A A-label__Content_ .png
You do not have the required permissions to view the files attached to this post.