Files
dotfiles/kitty/kitty-open-helper.sh
2025-08-13 21:46:48 +02:00

4 lines
58 B
Bash

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