summaryrefslogtreecommitdiff
path: root/rc/modules
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2020-01-15 03:25:35 +0100
committerAlex Leferry 2 <alexherbo2@gmail.com>2020-02-14 16:27:42 +0100
commitd4e3d54e527db0dd81a58ebebb0c92f0df739fa3 (patch)
tree69887a38bc4556cb2348f3bb645c0d32a5e4dba5 /rc/modules
parentb8558bb11694ca636d2a68451355ad817d7340f4 (diff)
Add dolphin module
https://dolphin.kde.org
Diffstat (limited to 'rc/modules')
-rw-r--r--rc/modules/dolphin.kak8
1 files changed, 8 insertions, 0 deletions
diff --git a/rc/modules/dolphin.kak b/rc/modules/dolphin.kak
new file mode 100644
index 0000000..cebe801
--- /dev/null
+++ b/rc/modules/dolphin.kak
@@ -0,0 +1,8 @@
+provide-module connect-dolphin %{
+ require-module connect
+ define-command dolphin -params .. -file-completion -docstring 'Open files with Dolphin' %{
+ connect-shell %{
+ dolphin "${@:-.}"
+ } -- %arg{@}
+ }
+}