Vladimir-csp / xdg-terminal-exec

Proposal for XDG Default Terminal Execution Specification and shell-based reference implementation.
GNU General Public License v3.0
77 stars 12 forks source link

xdg-terminal-exec: Simplify entry search #42

Closed fluvf closed 10 months ago

fluvf commented 10 months ago

Should have similar, if not better, performance Also removes the unnecessary guard around alias, as find was made stricter in a previous commit, and prunes any paths that would result in an invalid ID

This seems like the "correct" way of doing something like this, so I hope there's no performance regressions for you either