first commit

This commit is contained in:
2024-07-06 09:21:36 -04:00
commit cad13e0186
29 changed files with 2123 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Open any file with a fragment in vim, fragments are generated
# by the hyperlink_grep kitten and nothing else so far.
protocol file
fragment_matches [0-9]+
action launch --type=overlay --cwd=current vim +${FRAGMENT} ${FILE_PATH}
# Open text files without fragments in the editor
protocol file
mime text/*
action launch --type=overlay --cwd=current ${EDITOR} ${FILE_PATH}