| Crates.io | handlr |
| lib.rs | handlr |
| version | 0.6.4 |
| created_at | 2020-05-17 20:07:53.41119+00 |
| updated_at | 2021-04-30 00:53:57.391181+00 |
| description | Manage mimeapps.list and default applications with ease |
| homepage | |
| repository | |
| max_upload_size | |
| id | 242770 |
| size | 87,955 |

Manage your default applications with ease using handlr!
rofi/dmenu to pick onetext/*.desktop entries from mimeapps.listlaunch, get --json for your scripting needs# Open a file/URL
handlr open ~/.dotfiles/pacman/packages.txt
handlr open https://google.ca
# Set default handler for png files
handlr set .png feh.desktop
# Set wildcard handler for all text files
handlr set 'text/*' nvim.desktop
# Set default handler based on mime
handlr set application/pdf evince.desktop
# List default apps
handlr list
# Get the handler for a mime/extension
$ handlr get .png
feh.desktop
# Launch a handler with given path/URL
handlr launch x-scheme-handler/https -- https://google.ca
xdg-utilsget, set, list.desktop filesTerminal=true entriesUnfortunately, there isn't an XDG spec and thus a standardized way for handlr to get your default terminal emulator to run Terminal=true desktop entries. There was a proposal floating around a few years ago to use x-scheme-handler/terminal for this purpose. It seems to me the least worst option, compared to handling quirks of N+1 distros or using a handlr-specific config option.
Now if x-scheme-handler/terminal is present, handlr will use it.
Otherwise, handlr will:
TerminalEmulator categoryx-scheme-handler/terminalOn the upside, Terminal=true entries will now work outside of interactive terminals, unlike xdg-utils.
Open ~/.config/handlr/handlr.toml and set enable_selector = true. Optionally, you can also tweak the selector to your selector command (using e.g. rofi or dmenu).
Add a second/third/whatever handler using handlr add, for example
handlr add x-scheme-handler/https firefox-developer-edition.desktop

|
|
yay -S handlr-bin
Optionally you can also install xdg-utils-handlr to replace xdg-open:
yay -S xdg-utils-handlr
cargo install handlr
$PATHcurl https://raw.githubusercontent.com/chmln/handlr/master/completions/handlr.fish --create-dirs -o ~/.config/fish/completions/handlr.fish
Icons made by Eucalyp from www.flaticon.com
Cover photo by creativebloq.com