summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* chmodhut2010-09-111-0/+0
* README: added ranger starting function examplehut2010-09-111-0/+14
* defaults.commands: Removed "quick" method from :cdhut2010-09-111-12/+0
* Sort settings in ranger/shared/settings.pyhut2010-08-301-20/+20
* removed test/__init__.py (not needed)hut2010-08-291-0/+0
* defaults.keys: key pL to create relative symlinkshut2010-08-295-5/+97
* Removed symlink in test/hut2010-08-2919-8/+108
* Tuned versioning scheme to be more intuitive, back to 1.1.2hut2010-08-285-6/+6
* Changed version number to 1.2 (testing) to adhere with versioning schemehut2010-08-285-6/+13
* Fixed new history implementationhut2010-08-284-9/+22
* Changed default config dir to $XDG_CONFIG_HOME/rangerhut2010-08-2813-21/+29
* cleaned up and fine tuned :find commandhut2010-08-281-11/+7
* Integrated new container.history implementationhut2010-08-282-6/+9
* Changed implementation of container.historyhut2010-08-282-67/+80
* Fixed historyhut2010-08-267-27/+56
* widgets.console: removed duplicate importhut2010-08-261-1/+0
* widgets.console: removed unused Console.init() methodhut2010-08-261-4/+0
* more documentation updateshut2010-08-261-14/+21
* core.actions: 12? now opens help chapter 1 subchapter 2hut2010-08-261-2/+16
* Updated documentation for the consolehut2010-08-262-138/+61
* widgets/console: Simplified consolehut2010-08-268-494/+295
* widgets.console: improved delete_word()hut2010-08-251-8/+9
* defaults.keys: added keys gl and gL to resolve linkshut2010-08-252-1/+6
* Fixed exception when using %f macros in special caseshut2010-08-161-2/+4
* defaults.keys: map <backspace> to ^H (since ^H is bugged sometimes)hut2010-08-131-1/+1
* shared.mimetype: look for mimetypes in ~/.mime.typeshut2010-08-121-0/+3
* defaults.keys: added keys da, dr, ya, yr + documentationhut2010-07-233-5/+21
* gui.widgets.console: added %<LETTER> and %<N><letter> macroshut2010-07-172-1/+41
* help.console: typohut2010-07-171-1/+1
* defaults.apps: make pager accept ansi color codeshut2010-07-171-1/+1
* Why did the astrophysicist order three hamburgers? v1.1.2hut2010-07-124-3/+9
* defaults.keys: improved "du" keybindinghut2010-07-051-1/+2
* core.actions: added "execute_console"hut2010-07-031-0/+6
* Fixed default keyword argument value "mode" for fm.open_consolehut2010-07-031-1/+1
* ext.human_readable: fixedhut2010-06-251-5/+5
* tc_human_readable: additional testcase (which fails)hut2010-06-251-0/+4
* ext.human_readable: more efficient implementationhut2010-06-243-19/+120
* README: added design goals sectionhut2010-06-241-0/+9
* README: formatting, cleanuphut2010-06-241-4/+4
* Makefile: simplificationhut2010-06-241-1/+1
* ranger.main: ranger dir1 dir2 [...] opens multiple tabshut2010-06-241-7/+6
* removed pydoc since it can be generated with "make doc" easilyhut2010-06-2146-6669/+0
* make doc: minor cleanup and fixhut2010-06-211-2/+2
* commited pydocs are author agnosticshpelda2010-06-211-1/+2
* core.actions: Fixed indexerror in move_parent()hut2010-06-201-1/+4
* version = version + 1 v1.1.1hut2010-06-187-9/+11
* added CHANGELOGhut2010-06-181-0/+21
* INSTALL: fixed suggested uninstall-commandhut2010-06-181-1/+1
* INSTALL: changed logname from uninstall_info to install_log.txthut2010-06-182-4/+4
* Merge branch 'setup2'hut2010-06-184-84/+67
|\
00d72e3bdaba672b4a7027ab0f2fb431862'>8dbe300d ^
81190251 ^

8dbe300d ^

8dbe300d ^
98676613 ^

8dbe300d ^

e089ffb1 ^

e089ffb1 ^

4bd06a5d ^
e089ffb1 ^
eaf2901b ^
e089ffb1 ^
788fc48b ^
e089ffb1 ^
81190251 ^
e089ffb1 ^
e089ffb1 ^

8dbe300d ^

8dbe300d ^





81190251 ^

8dbe300d ^

8dbe300d ^
98676613 ^

8dbe300d ^



8dbe300d ^



81190251 ^
8dbe300d ^
8dbe300d ^



8dbe300d ^








8b4c7e93 ^
8dbe300d ^
81190251 ^
8dbe300d ^
8dbe300d ^
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