Page 35 of 38

Posted: Fri 26 Aug 2016, 00:08
by don570
Bulldog finder http://murga-linux.com/puppy/viewtopic.php?t=78592
searches for text in a group of files differently than pfind.

First the files are found ---. for example the extension .txt

Then click the button for search for text inside.

__________________________________________

Posted: Fri 26 Aug 2016, 00:41
by Sailor Enceladus
I also found this, it's working for me in Slacko 6.3:
https://sourceforge.net/projects/docx2txt/files/docx2txt/v1.4/

You just type ./docx2txt.sh yourfile.docx and it converts docx to txt.

No more programs needed to read docx. Now I can read these "saved in unfortunate cryptic format" files in leafpad. :D

Posted: Thu 08 Sep 2016, 23:40
by don570
I use the perl script and pipe it into leafpad

Code: Select all

./docx2txt.pl yourfile.docx  | leafpad 

Posted: Sun 11 Sep 2016, 13:28
by phat7
How does this help to find text in docx file with pfind?

Posted: Mon 12 Sep 2016, 20:49
by don570
Nothing. But I thought that Zigbert should know that piping text into
leafpad is possible. For instance the list of files and their paths could be
piped into leafpad. I find that list valuable sometimes.

__________________________________________________

Posted: Wed 14 Sep 2016, 12:55
by phat7
don570 wrote:Nothing. But I thought that Zigbert should know that piping text into
leafpad is possible. For instance the list of files and their paths could be
piped into leafpad. I find that list valuable sometimes.
OK, didn't notice that you opened a different topic. Do you use that in Bulldog finder?

Posted: Thu 15 Sep 2016, 00:40
by don570
No because I just learned about leafpad abilities :lol:

but it is an interest and useful feature.
Doesn't work properly with arm processor though.

Foreign characters aren't translated properly during the piping.
____________________________________________

Posted: Sat 17 Sep 2016, 16:18
by phat7
don570 wrote:Foreign characters aren't translated properly during the piping.
What is a foreign character? I have no problems with Vietnamese characters.

Posted: Sat 17 Sep 2016, 16:26
by don570
What is a foreign character?
I mean accented characters like German and French.

When I was using barry K quirky arm distro

Code: Select all

./docx2txt.pl yourfile.docx  | leafpad
didn't pipe the accented characters so I made a temporary file instead
then opened with geany

Code: Select all

./docx2txt.pl yourfile.docx  >  temp.txt
geany  temp.txt
I don't think I had this problem in fatdogarm.
There's no problem in Intel 386 machines.

________________________________________

Posted: Mon 19 Sep 2016, 09:58
by phat7
don570 wrote: When I was using barry K quirky arm distro

Code: Select all

./docx2txt.pl yourfile.docx  | leafpad
didn't pipe the accented characters so I made a temporary file instead
then opened with geany

Code: Select all

./docx2txt.pl yourfile.docx  >  temp.txt
geany  temp.txt
I don't think I had this problem in fatdogarm.
There's no problem in Intel 386 machines.

________________________________________
Funny. Did you try leafpad's --codeset option?

Posted: Mon 19 Sep 2016, 22:17
by don570
I'll try that and see what happens.

________________________________

Posted: Mon 08 May 2017, 15:38
by B.K. Johnson
Hello Zigbert
I am using tahr-6.0.5 with pFind-6.1 OOTB.

When pFind is invoked via Menu>Filesystem, the searchbox is populated with "Search text", and changes to blank as the cursor gets there. The purpose I presume is to inform the user to enter the target text in the window. I think a combination of a static "Enter Search text" label below an empty window and code change will achieve the same objective but without the undesirable results described below.

For purposes of "copy/paste" text, I usually highlight the text and use the middle button of the mouse to paste. It is faster and uses fewer mouse clicks than right-click+Copy/Paste [Ctl-C/Ctl-V] which I use less often. If I hightlight a search target somewhere and invoke pFind, the highlighted text buffer is clobbered and replaced with "Search text" and the middle mouse button doesn't work. Would you please consider modifying the code to at least avoid the clobbering? You could retain the hiding "Search text" in the window and modify the code to avoid the clobbering or replace the hiding "Search text" with a static "Enter Search text" label as suggested above and code to not clobber the buffer. Your choice of course.

TIA

Posted: Mon 08 May 2017, 18:44
by zigbert
B.K. Johnson
Thank you for the feedback.
I will consider your suggestion...

Sigmund

Posted: Mon 08 May 2017, 19:37
by disciple
I had an idea you'd found a way to display it there but make it disappear when you click there... am I imagining it?

Posted: Mon 08 May 2017, 23:45
by don570
A suggestion:

When there is more that 500 results, then automatically save a text file
of the paths in /root or $HOME folder and warn user .

Going to home is easier than /tmp

________________________________________

Posted: Tue 16 May 2017, 17:04
by zigbert
disciple wrote:I had an idea you'd found a way to display it there but make it disappear when you click there... am I imagining it?
Yes, that is possible, but the textfield (entry) has the default focus to write your search strings without any clicking...

Posted: Thu 25 May 2017, 23:10
by don570
I made a right click utility (pfind plus) for the distros that don't have a right click available to search in folder.

http://murga-linux.com/puppy/viewtopic.php?t=110596

Use pFind more !

Posted: Mon 31 Jul 2017, 02:56
by Pelo
I am surprised that people don't use pFind more, so efficient..
Files used in july 2017 (choose extension, personal or system, and date range)
atime = access time
ctime = change time
Users complain that not working with personal files ? here

Posted: Mon 31 Jul 2017, 03:18
by bigpup
I am surprised that people don't use pFind more, so efficient..
We do use it!!
It just works, so not much to talk about.
Well, it does everything I want a file search program to do!

Bigpup, i agrrreee.

Posted: Mon 31 Jul 2017, 03:20
by Pelo
Bigpup, i agrrreee. No need to create scripts to do what Pfind does. Never mind..
What would be nice is to sort results by date, or other criteria. I fail with that.