Discussion:
[Fluxbox-users] menu search
gmaxfl
2011-11-06 16:22:38 UTC
Permalink
Hi,

is it possible to make a search in fluxbox menus, not binding the
pattern to the start of line?
For example, it's difficult to find skype in windows menu, because skype
puts some additional arbitrary information to it's windows title.

It would be very useful, if I can search the pattern in the middle of
the strings, or at least be able to use
glob characters (*,^) or regexp patterns (.+).

Is it possible?

regards,
Maxim Gonchar
Mathias Gumz
2011-11-06 16:55:52 UTC
Permalink
Post by gmaxfl
is it possible to make a search in fluxbox menus, not binding the
pattern to the start of line?
only by implementing regexp search or kind of levenshtein distance on
the whole string. feel welcome to provide a patch :)

o/
--
  [uid] mathias gumz [mail] akira at fluxbox dot org [pgp] 1024D/F6F6B18C
  [www] http://www.darkshed.net/ [irc] ak|ra (#fluxbox at freenode.org)
Mathias Gumz
2015-01-28 15:37:10 UTC
Permalink
Post by gmaxfl
is it possible to make a search in fluxbox menus, not binding the
pattern to the start of line?
For example, it's difficult to find skype in windows menu, because skype
puts some additional arbitrary information to it's windows title.
It would be very useful, if I can search the pattern in the middle of
the strings, or at least be able to use
glob characters (*,^) or regexp patterns (.+).
implemented:

http://git.fluxbox.org/fluxbox.git/commit/?id=03ce82a4737b834767c03341db9362ada24c775a
--
[uid] mathias gumz [www] http://www.fluxbox.org/
[pgp] 1024D/F6F6B18C [irc] ak|ra at freenode.org
Loading...