chmln / handlr

A better xdg-utils
MIT License
616 stars 24 forks source link

Run 'open' subcommand when handlr is invoked as xdg-open #51

Closed jirutka closed 6 months ago

jirutka commented 3 years ago

This allows to simply symlink handlr to /usr/bin/xdg-open – no wrapper script is needed.

The implementation is a bit hackish – I don’t know how to do it properly with clap.