a1ive / grub2-filemanager

GRUB2-based file manager
https://a1ive.github.io/grub2-filemanager/
GNU General Public License v3.0
524 stars 106 forks source link

search.sh not in latest build? #294

Closed steve6375 closed 3 years ago

steve6375 commented 3 years ago

F10 not working. /boot/grubfm/search.sh missing?

a1ive commented 3 years ago

https://github.com/a1ive/grub2-filemanager/commit/bf4f7d2e658b535399ac9a33749690d2260866cb

steve6375 commented 3 years ago

search.lua missing?

a1ive commented 3 years ago

I haven't written it yet.

steve6375 commented 3 years ago

New search is only 2 levels deep? e.g. start at _ISO it does not find files at _ISO\WINDOWS\WIN10 folder only searches _ISO and _ISO\XXXX
is this by design?

a1ive commented 3 years ago

New search is only 2 levels deep?

Yes, to avoid crashing in some directories.

steve6375 commented 3 years ago

Can you count the level and stop if level = 5 say ???

a1ive commented 3 years ago

No, GRUB2 is fragile.This is likely to result in stack overflow.

steve6375 commented 3 years ago

bug - grubfm_open path does not have doublequotes ??? image

steve6375 commented 3 years ago

I added user defined search all searches now search for (string) - e.g. iso also improved back menu and added a few more menu items image image

search.zip

It would be nice if the search would go 4 or 5 levels deep?

a1ive commented 3 years ago

It would be nice if the search would go 4 or 5 levels deep?

Not under consideration.

深度截图_选择区域_20201201205801 I don't think it's correct. grubfm does not support imgptn and some other extensions. You can put your own modifications of search.sh and search.lua on a USB stick.

steve6375 commented 3 years ago

OK. no problem. Thanks for the new functions. :-)