summary refs log tree commit diff stats
path: root/ranger/core/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r--ranger/core/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 8ce91396..bb38f11d 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -688,7 +688,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
 		except:
 			self.ui.browser.draw_info = []
 			return
-		programs = self.rifle.list_commands(target.path, target.mimetype)
+		programs = self.rifle.list_commands([target.path], target.mimetype)
 		programs = ['%s | %s' % program[0:2] for program in programs]
 		self.ui.browser.draw_info = programs
 
<vc@akkartik.com> 2018-03-12 23:24:53 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2018-03-12 23:26:10 -0700 4216 - include simpler alternative to build script' href='/akkartik/mu/commit/build1?h=main&id=f0cf7af7d8e28ce957754873cc16c2ac42138466'>f0cf7af7 ^
c912b731 ^
f0cf7af7 ^

34514ae8 ^
f0cf7af7 ^
ecbdc925 ^
f0cf7af7 ^

c912b731 ^


a232af2f ^
11f7f7b8 ^
c912b731 ^
11f7f7b8 ^
5763322b ^
5763322b ^
11f7f7b8 ^
5763322b ^
11f7f7b8 ^

5763322b ^
11f7f7b8 ^
f898ee7a ^
11f7f7b8 ^
c912b731 ^





a232af2f ^
11f7f7b8 ^

5763322b ^


f0f16bdf ^
c912b731 ^
5763322b ^
c912b731 ^
53172ce1 ^
ecbdc925 ^
a232af2f ^


11f7f7b8 ^
c912b731 ^
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
48
49
50
51
52
53
54
55
56
57
58
59