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.
Here is an example...
______________________________________________________
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"
_______________________________________________________
__________________________________________