summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'add_tests' of https://github.com/charignon/rangerhut2016-02-283-16/+13
|\
| * bookmark: replace delete by __delitem__ for consistency with other methodsLaurent Charignon2016-01-312-10/+8
| * bookmarks: add __delitem__ implementationLaurent Charignon2016-01-311-0/+3
| * bookmarks: add missing initialization of original_dictLaurent Charignon2016-01-311-0/+1
| * history: fix logic error and add test for all the methodsLaurent Charignon2016-01-311-1/+1
| * history: cleanup two unused methodsLaurent Charignon2016-01-311-6/+0
| * history: fix maxlen is defined as an optional argument even if it is not oneLaurent Charignon2016-01-311-0/+1
* | python2 compatibility for previous commithut2016-02-241-1/+6
* | ranger.__init__: avoid crashing when opening LOGFILEhut2016-02-241-1/+5
* | config/rc.conf: fix yp/yn/yd keybindingshut2016-02-141-3/+3
* | config.commands: removed defunct "less %f" shortcuthut2016-02-111-2/+0
* | config.commands: removed doubled macro expansion in :shellhut2016-02-111-2/+0
* | ext.rifle: don't complain about empty lines in rifle.confhut2016-02-101-2/+2
* | ext.rifle: fix line numbers in error messageshut2016-02-101-2/+2
|/
* bookmarks: fix issue #447 Bookmarks aren't updated on renamingLaurent Charignon2016-01-301-0/+8
* core.actions: added "COMPAT" comment to stick to conventionshut2016-01-241-1/+1
* Restore :delete backward compatiblityWojciech Siewierski2016-01-241-1/+4
* Move some :delete logic to fm.delete, further refactoringWojciech Siewierski2016-01-242-23/+19
* :delete refactoringWojciech Siewierski2016-01-242-28/+20
* core.actions: in delete(), renamed "narg" to "files"hut2016-01-241-3/+3
* Allow :delete to take argumentsWojciech Siewierski2016-01-242-21/+46
* config/commands.py: Reduce code duplication in :deleteWojciech Siewierski2016-01-231-9/+9
* img_display: added TODO entry about removing FileManagerAwarehut2016-01-181-0/+2
* ext.img_display: Autodetect w3mimgdisplay locationhut2016-01-181-28/+41
* config/rc.conf: keybinding 'zi' now toggles preview_imageshut2016-01-081-1/+2
* widgets.pager: fix 'G' key in streams, fixes #74hut2016-01-041-4/+13
* ranger.pod: describe that :setlocal path is a regexhut2016-01-011-1/+1
* core.main: Check XDG_CACHE_HOME, fixes #442hut2016-01-012-7/+12
* gui.iu: better dochut2015-12-211-5/+5
* container.tags: handle more py3 encoding errorshut2015-12-051-1/+5
* core.main: moved 'must run ranger in terminal' messagehut2015-12-051-4/+4
* core.main: handle py3 encoding errors in --list-tagged-fileshut2015-12-051-1/+4
* ext.openstruct: removed redundant "__" suffix for argumentshut2015-12-011-7/+4
* Merge branch 'shift_tab' of https://github.com/nfnty/rangerhut2015-11-204-26/+33
|\
| * commands.py: Pass number to tab()nfnty2015-11-174-26/+33
* | Merge branch 'vifon/root-preview-disable-info' of https://github.com/Vifon/ra...hut2015-11-201-0/+1
|\ \
| * | core.main: Log the fact of disabling the file previews for rootWojciech Siewierski2015-11-181-0/+1
| |/
* / config/commands.py: fixed off-by-one in :rename_appendhut2015-11-171-3/+4
|/
* config/rc.conf: do s/%/%%/ in filenames for a/A/I keyshut2015-11-162-4/+4
* Revert "config.commands: don't resolve macros in :rename/:touch"hut2015-11-161-4/+0
* Added :echo command, disabled :notify commandhut2015-11-142-1/+11
* fixed line widths in commit a090d85 (#400)hut2015-11-141-3/+6
* Merge branch 'p_macro' of https://github.com/NoSuck/rangerhut2015-11-141-2/+8
|\
| * Added %p macro for full paths of selected files.The Flying Rapist2015-10-181-2/+8
* | ext.rifle: slight efficiency improvement over last commithut2015-11-141-5/+6
* | Merge branch 'rifle_ext_condition' of https://github.com/NoSuck/rangerhut2015-11-141-3/+5
|\ \
| * | Rifle's ext condition now handles fringe cases.The Flying Rapist2015-10-241-3/+5
* | | Merge branch 'imv' of https://github.com/autrimpo/rangerhut2015-11-141-1/+6
|\ \ \
| * | | open_all_images support for imvMichal Koutenský2015-11-131-1/+6
* | | | config.rifle: consistent prioritization of audio/video fileshut2015-11-061-2/+2
enario) DSL' href='/akkartik/mu/commit/subx/016index_addressing.cc?h=main&id=4a943d4ed313eff001504c2b5c472266e86a38af'>4a943d4e ^
83c67014 ^
c82d149b ^
4a943d4e ^







d1df4aca ^


4a943d4e ^





83c67014 ^
4a943d4e ^



83c67014 ^
c82d149b ^
4a943d4e ^








d1df4aca ^







4a943d4e ^





83c67014 ^
4a943d4e ^



83c67014 ^
c82d149b ^
4a943d4e ^








d1df4aca ^




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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155