summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-1016-42/+13
* fsobject.directory: Update dir size when content changeshut2011-10-091-1/+4
* widgets.console: Improved command historyhut2011-10-092-10/+19
* Removed example files for nowhut2011-10-094-383/+0
* Revert "core.main: Automatically copy config files"hut2011-10-093-27/+30
* defaults.apps: updatedhut2011-10-091-3/+4
* data/apps.py: updatedhut2011-10-091-4/+16
* api.apps: added test whether X runs or not.hut2011-10-092-13/+28
* data/apps.py: Added dochut2011-10-091-0/+3
* widgets.statusbar: Show mtime, like ls -l, not ctimehut2011-10-091-1/+1
* core.helper: fixed crashhut2011-10-081-3/+0
* core.helper: finally removed obsolete option --fail-if-runhut2011-10-081-2/+0
* mv ranger/data/config_examples/* ranger/data/hut2011-10-085-4/+4
* gui.ui: Fall back to "linux" terminal when $TERM failshut2011-10-081-1/+6
* ranger.__init__: changed ranger.LOGFILEhut2011-10-081-1/+1
* ranger.__init__, ranger.1: updated rangers descriptionhut2011-10-081-3/+3
* Write "ranger" with a lowercase "r"hut2011-10-085-6/+6
* defaults/options: disable use_preview_script, unicode_ellipsishut2011-10-081-2/+2
* data/config_examples/rc.conf: Fixed bad commandhut2011-10-081-2/+2
* data/config_examples/rc.conf: Added extra hashes in commentshut2011-10-081-9/+9
* data/config_examples/rc.conf: Typohut2011-10-081-1/+1
* data/config_examples/apps.py: Typohut2011-10-081-1/+1
* defaults/apps: fixed entry for fehhut2011-10-081-1/+1
* config_examples: updated dochut2011-10-082-13/+16
* data/config_examples: added documentationhut2011-10-082-7/+82
* defaults/apps: Removed example code, its now in config_examples/hut2011-10-081-28/+0
* defaults/apps: moved file chooser code to Actions.execute_filehut2011-10-082-5/+5
* updated manpage and config_examples/rc.confhut2011-10-081-1/+15
* data/config_examples/rc.conf: writtenhut2011-10-081-0/+39
* core.main: Automatically copy config fileshut2011-10-084-30/+27
* added data/config_examples/{apps,commands}.pyhut2011-10-082-0/+135
* general updateshut2011-10-085-33/+106
* config_examples/options.py: addedhut2011-10-081-0/+32
* defaults.commands: Dynamically choose editor in :bulkrenamehut2011-10-081-3/+4
* core.action: removed debugging code from dump_keybindingshut2011-10-081-4/+1
* defaults.commands: modified :help to make use of quantifiershut2011-10-082-2/+9
* core.actions: added dump_settings and dump_commandshut2011-10-082-26/+60
* core.actions: added dump_keybindings()hut2011-10-081-1/+36
* ext.keybinding_parser: added <INSERT>hut2011-10-081-0/+1
* defaults/apps: Added mplayer2hut2011-10-081-1/+8
* gui.ansi: Added doctesthut2011-10-081-3/+34
* ext.signals: fixed signals for python3.2hut2011-10-081-4/+4
* ext.iter_tools: Added doctesthut2011-10-081-0/+15
* ext.direction: Added doctesthut2011-10-071-13/+25
* ext.lazy_property: added doctesthut2011-10-071-6/+15
* ext.signals: Fixed hidden bugs, added doctestshut2011-10-071-15/+175
* moved DELETE_WARNING constant from api to api.commandshut2011-10-072-2/+2
* core.actions: Fixed crash when %f/%F macros are undefinedhut2011-10-071-6/+30
* widgets.browserview: Try to fix crashhut2011-10-071-0/+5
* merged ext.keybindings.py into ext.keybindings_parser.pyhut2011-10-073-200/+176
t/tc_displayable.py?h=v1.9.2&id=1159f9ec182496ddc5324f23fb1d5eae73fe63e3'>1159f9ec ^
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
156
157
158
159
160
161