aboutsummaryrefslogtreecommitdiff
path: root/ff.cfg
blob: 59fc6fe18fd019acff3fd2fc76056c630f9b8f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[directories]
a = "$USERPROFILE/AppData"
d = "$USERPROFILE/Desktop"
o = "$USERPROFILE/Documents"
r = "$HOMEDRIVE/"
u = "$USERPROFILE"
w = "$USERPROFILE/Downloads"
x = "$HOMEDRIVE/Dropbox"

[actions]
1.name = "Open selected file in Scite"
1.select = "file"
1.action = "sc1"

7.name = "Open selected file in 7enc"
7.select = "file"
7.action = "7enc"

c.name = "Open Console window in selected directory"
c.select = "dir"
c.action = "cmd /k cd"

e.name = "Open ConEmu cmd shell in selected directory"
e.select = "dir"
e.action = "ConEmu.exe -dir {} -single -run {cmd} -cur_console"

g.name = "Open selection in GUI Vim"
g.action = "gvim"

t.name = "Kill selected process by PID"
t.select = "tasklist /nh"
t.action = "/MIN cmd /c for /f \"tokens=2\" %f in ({}) do taskkill /f /pixd %f"

T.name = "Kill process(es) by Name"
T.select = "tasklist /nh"
T.action = "/MIN cmd /c for /f \"tokens=1\" %f in ({}) do taskkill /f /im %f"

v.name = "Open selection in console Vim"
v.action = "vim"

z.name = "Open selected file in 7-Zip"
z.select = "*.zip"
z.action = "\"c:/Program Files/7-Zip/7zFM.exe\""

k.name = "Open Selected file in VSCode"
k.select = "file"
k.action = "code"