contrib/handlr
2023-05-13 16:18:31 +02: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: 0.8.4 -> 0.8.5 2023-05-13 16:18:31 +02:00
Pkgfile handlr: 0.8.4 -> 0.8.5 2023-05-13 16:18:31 +02: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"