contrib/handlr
2023-02-23 18:47:02 +01:00
..
.footprint handlr: added a wrapper to /usr/local/bin to override xdg-open from xdg-utils 2021-07-25 17:12:39 +02:00
.signature handlr: fixed build 2023-02-23 18:47:02 +01:00
Pkgfile handlr: fixed build 2023-02-23 18:47:02 +01:00
README.md handlr: added a wrapper to /usr/local/bin to override xdg-open from xdg-utils 2021-07-25 17:12:39 +02:00
xdg-open.sh handlr: added a wrapper to /usr/local/bin to override xdg-open from xdg-utils 2021-07-25 17:12:39 +02:00

handlr README.md

This package replaces xdg-open from contrib/xdg-utils

To not overwrite files, it requires you to put /usr/local/bin in your PATH before /usr/bin, for example:

export PATH="/usr/local/bin:/bin:/usr/bin"