summary refs log tree commit diff stats
path: root/doc/ranger.pod
Commit message (Collapse)AuthorAgeFilesLines
* config/commands: Added commands 'mark_tag' and 'unmark_tag'hut2013-01-011-0/+12
|
* container.settingobject: added setting "update_tmux_title"hut2012-12-101-0/+4
|
* added setlocal command to handle local settingsAbdó Roig-Maranges2012-12-091-0/+7
|
* config/rc.conf: Added setting "confirm_on_delete"hut2012-12-061-0/+6
|
* doc/ranger.1: typohut2012-12-041-1/+1
|
* doc/ranger.1: add a warning about overwriting hookshut2012-12-041-2/+5
|
* updated man page, improved hookshut2012-12-041-34/+69
|
* update documentation for commandshut2012-12-041-22/+76
|
* update documentation for options, plugins and exampleshut2012-12-041-80/+57
|
* renamed ranger/defaults to ranger/confighut2012-08-021-3/+3
|
* Added $RANGER_LEVEL environment variable (see man page)hut2012-03-051-0/+13
|
* Removed unnecessary spaceshut2012-03-051-1/+1
|
* ranger.1: fix vim script "RangerChooser" when no file is openedhut2012-02-211-1/+1
| | | | https://savannah.nongnu.org/bugs/?35556
* ranger.1: Added entry for --list-tagged-fileshut2012-02-121-0/+5
|
* core.main: Allow multiple --cmd's, add man page entry for --cmdhut2012-02-121-0/+5
|
* new :relink commandM Rawash2012-01-271-0/+4
|
* Added doc for TERMCMD and integrated it in commands.pyhut2012-01-181-0/+7
|
* Added documentation for new flagsM Rawash2011-12-111-0/+5
|
* core.main: added --selectfile optionDavid Pugnasse2011-10-241-0/+4
|
* core.actions: added --choosefiles option + dochut2011-10-211-1/+7
|
* fixed some documentationhut2011-10-101-3/+4
|
* Revert "ranger.1: added doc for --dont-copy-config"hut2011-10-091-3/+4
| | | | This reverts commit b62f5fbe203414521461e30e70af243dc257c49c.
* ranger.__init__, ranger.1: updated rangers descriptionhut2011-10-081-3/+3
|
* Updated man pagehut2011-10-081-12/+6
|
* ranger.1: added doc for --dont-copy-confighut2011-10-081-4/+3
|
* Write "ranger" with a lowercase "r"hut2011-10-081-2/+2
|
* updated manpage and config_examples/rc.confhut2011-10-081-0/+3
|
* general updateshut2011-10-081-4/+9
|
* manpage: updatehut2011-10-051-17/+18
|
* defaults/commands: added cunmap, punmap, tunmaphut2011-10-051-0/+38
|
* doc/ranger.1: updated manpagehut2011-10-011-28/+53
|
* Extended rc.confhut2011-09-301-2/+3
|
* doc/ranger.1: added missing documentationhut2011-09-291-8/+135
|
* core.main: added --list-unused-keys optionhut2011-09-291-0/+6
|
* another correction of the bash wrapper scriptshut2011-09-281-1/+2
|
* sanitized bash wrapper scripts, reformulated BUGS section in manualhut2011-09-281-7/+6
|
* improved bash wrappers in ranger.py and man pagehut2011-09-281-9/+11
|
* documented and improved DaPangus' changeshut2011-09-251-3/+2
|
* extended manpage and fixed {load,save}_copy_buffer commandshut2011-09-251-21/+27
|
* defaults.commands.py: added :bulkrename command from wikihut2011-09-251-0/+9
|
* doc/ranger.pod: extended the man pagehut2011-09-241-58/+461
|
* Overhauled manpage. It's in POD format now.hut2011-09-241-0/+414
'>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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221