blob: ceb3d12cc037b4958d266c195d19b360666708bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Dolphin
# https://dolphin.kde.org
provide-module connect-dolphin %{
# Modules
require-module connect
# Register our paths
set-option -add global connect_paths "%opt{connect_modules_path}/dolphin/aliases" "%opt{connect_modules_path}/dolphin/commands"
# Commands
define-command dolphin -params .. -file-completion -docstring 'Open files with Dolphin' %{
$ :dolphin %arg{@}
}
}
|