summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
* core.actions: abstracted searching strings in filenameshut2010-04-192-5/+8
|
* api.commands: fixed python3 compatibiliy errorhut2010-04-191-4/+4
|
* ext.command_parser: bugfix in tab completionhut2010-04-181-0/+1
|
* defaults.keys: added zP keyhut2010-04-181-0/+1
|
* shared.settings: Bugfix, read the options properlyhut2010-04-181-0/+3
|
* gui.ui: fixed <C-c> keyhut2010-04-181-2/+2
|
* defaults.keys: added <Enter> mapping in browserhut2010-04-181-0/+1
|
* Merge branch 'devel'hut2010-04-1830-1119/+1667
|\
| * ranger.main: Added compatibility warninghut2010-04-182-0/+6
| |
| * removed code for backwards compatibiltyhut2010-04-184-69/+0
| |
| * defaults.keys: another examplehut2010-04-181-1/+2
| |
| * ranger.defaults.keys: added documentationhut2010-04-181-1/+18
| |
| * container.keymap: removed __getitem__ from KeyManagerhut2010-04-182-2/+1
| |
| * Rename context "general" to "browser" for less ambiguityhut2010-04-183-5/+5
| |
| * gui.displayable: always move when resizinghut2010-04-181-3/+1
| | | | | | | | To fix bug #73 which re-emerged :S
| * defaults.keys: Allow typing in numbershut2010-04-181-0/+6
| |
| * use command.quick() rather than command.quick_open()hut2010-04-182-3/+3
| | | | | | | | name could be confused with quickopenconsole
| * default.commands: add documentationhut2010-04-181-0/+41
| |
| * defaults.commands: reduced it to only what's necessaryhut2010-04-183-171/+207
| |
| * Merge branch 'master' into develhut2010-04-182-15/+14
| |\
| * | ranger.main: formattinghut2010-04-181-4/+4
| | |
| * | defaults.keys: add movement keys to taskviewhut2010-04-181-0/+2
| | |
| * | Merge branch 'master' into develhut2010-04-1811-82/+109
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/ui.py ranger/gui/widgets/console.py ranger/gui/widgets/pager.py ranger/gui/widgets/taskview.py ranger/shared/settings.py
| | * | main: added load_settings(). Store apps/keys in fm now.hut2010-04-187-43/+57
| | | | | | | | | | | | | | | | Also, commands are now loaded from ~/.ranger/commands.py if available
| * | | core.actions: avoid exceptionhut2010-04-162-3/+8
| | | |
| * | | core.actions.hint(): relocation, more abstractionhut2010-04-161-3/+3
| | | |
| * | | container.keybuffer: use set for digitlisthut2010-04-161-1/+1
| | | |
| * | | Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into develhut2010-04-165-17/+21
| |\ \ \
| | * \ \ Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into develhut2010-04-165-275/+290
| | |\ \ \
| | * | | | console: bugfixhut2010-04-161-1/+1
| | | | | |
| | * | | | console: different prompthut2010-04-162-3/+2
| | | | | |
| | * | | | deleted oldkeys.pyhut2010-04-161-555/+0
| | | | | |
| | * | | | widgets.console: added "prompt" keyword argument for console.open()hut2010-04-153-5/+10
| | | | | |
| | * | | | widgets.statusbar: Use "*" rather than "//" to indicate bold texthut2010-04-152-9/+9
| | | | | |
| * | | | | container.keybuffer: added documentationhut2010-04-161-0/+3
| | | | | |
| * | | | | container.keybuffer: bugfixhut2010-04-161-2/+3
| | | | | |
| * | | | | core.actions: fix hintshut2010-04-161-1/+3
| | | | | |
| * | | | | Merge branch 'master' into develhut2010-04-161-4/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into develhut2010-04-162-1/+3
| |\ \ \ \ \ \
| * | | | | | | ranger.container.keymap: added some documentationhut2010-04-162-2/+20
| | |_|_|/ / / | |/| | | | |
| * | | | | | moved container.keymap.KeyBuffer into seperate modulehut2010-04-164-163/+181
| | | | | | |
| * | | | | | keymap: make lines shorterhut2010-04-161-11/+11
| | | | | | |
| * | | | | | keymap: replace to_string and is_ascii_digit with builtin methodshut2010-04-161-13/+4
| | | | | | |
| * | | | | | keymap: moved simulate_press to where it belongs: tc_newkeyshut2010-04-161-9/+0
| | | | | | |
| * | | | | | use utf8 encoding in keys.pyhut2010-04-161-0/+1
| | | | | | |
| * | | | | | keymap: remove unused codehut2010-04-161-7/+0
| | | | | | |
| * | | | | | keymap: move translate_keys to ranger.ext.keybinding_parserhut2010-04-162-84/+105
| | | | | | |
| * | | | | | Removed ranger/defaults/oldkeys.pyhut2010-04-141-555/+0
| | |_|/ / / | |/| | | |
| * | | | | Merge branch 'newkey' into develhut2010-04-1420-737/+1620
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'dirarg' into newkeyhut2010-04-143-16/+40
| | |\ \ \ \ \
89' href='#n89'>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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177