various
This commit is contained in:
18
kitty/open-actions.conf
Normal file
18
kitty/open-actions.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
protocal file
|
||||
ext log
|
||||
action launch --title ${FILE} --type=os-window tail -f ${FILE_PATH}
|
||||
|
||||
protocal file
|
||||
fragment_matches [0-9]+
|
||||
action launch --type=overlay nvim +$FRAGMENT $FILE_PATH
|
||||
|
||||
protocal file
|
||||
mime text/*
|
||||
action launch --type=overlay nvim $FILE_PATH
|
||||
|
||||
protocal file
|
||||
mime image/*
|
||||
action launch --type=overlay kitty +kitten icat --hold $FILE_PATH
|
||||
|
||||
protocal filelist
|
||||
action send_text all ${FRAGMENT}
|
||||
Reference in New Issue
Block a user