dotfiles/.config/kitty/kitty-open-helper.sh
2023-12-15 01:10:21 +01:00

3 lines
58 B
Bash

#!/bin/sh
[ "$1" = @selection ] && set -- .
xdg-open "$1"