pFind Addon available

Moderator: BarryK

Post Reply
don570
Posts: 626
Joined: Sat Nov 21, 2020 4:43 pm
Has thanked: 5 times
Been thanked: 98 times

pFind Addon available

Post by don570 »

pFind Addon available for Easy linux only.
Adds a right click menu item to folders and mnt-point

pfind-easy-addon.pet
Type
Compressed Archive
Size
528 bytes

https://drive.google.com/file/d/1TEJa-x ... sp=sharing
___________________________________________________________________________

Warning! There is odd obscure bug in pfind when you search a specific folder.
I discovered that the folder name must not have a '$' character.
I didn't check for other characters. Nothing too serious. :roll:
Here is an example...

screenshot-pfind-bug.png
screenshot-pfind-bug.png (41.33 KiB) Viewed 476 times

______________________________________________________

I noticed that when making a right click script for Easy linux
there was an unusual behaviour that I haven't seen in other versions of puppy linux.
Barry K warned that a pinstall.sh script was necessary.
This worked well .

However a script that my PET package installed
needed "$1" passed to pfind. Apparently a Bash rule.

Code: Select all

#!/bin/sh
pfind -d "$1"

_______________________________________________________
__________________________________________

williams2
Posts: 1023
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 288 times

Re: pFind Addon available

Post by williams2 »

here is odd obscure bug in pfind when you search a specific folder.
I discovered that the folder name must not have a '$' character

For what it is worth,
i have 1462 files and dirs in my ntsf MS Window partition, that have at least one $ in the name.

Code: Select all

# f5 \\\$ | wc 
   1462    4676  163573
#

F5 is my bash script version of slocate. Slocate used to be a shell script.

$ is a special character in bash, and needs to be escaped and you need to be careful that the bash expansions in the script work correctly.

ikt
Posts: 2
Joined: Sat Jul 23, 2022 7:20 pm
Has thanked: 3 times

Re: pFind Addon available

Post by ikt »

don570 wrote: Mon Aug 22, 2022 10:54 pm

pFind Addon available for Easy linux only.

It works in Quirky 8.8.1.
Thank you.

don570
Posts: 626
Joined: Sat Nov 21, 2020 4:43 pm
Has thanked: 5 times
Been thanked: 98 times

Re: pFind Addon available

Post by don570 »

For what it is worth,
i have 1462 files and dirs in my ntsf MS Window partition, that have at least one $ in the name.

In this bug pFind doesn't search in the folder that is designated i.e. the foldername has a "$" character.
Fortunately this is rare.

The filename can have "$" character.
____________________________

don570
Posts: 626
Joined: Sat Nov 21, 2020 4:43 pm
Has thanked: 5 times
Been thanked: 98 times

Re: pFind Addon available

Post by don570 »

It works in Quirky 8.8.1.

Thanks for testing.
I warned about using different versions of puppy because the link is
put in 'OpenWith' folder. Earlier versions of puppy linux used the "SendTo" folder.

.. but it probably doesn't matter.

____________________________________

Post Reply

Return to “EasyOS”