summary refs log tree commit diff stats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the sxiv workaround to handle spaces and be more POSIX compliant.Pierre Neidhardt2013-03-051-7/+21
* Added version info to exampleshut2013-03-0111-0/+22
* use 4-space-indents in files that had 2-space-indentshut2013-02-221-5/+5
* core.main: added RANGER_LOAD_DEFAULT_RC environment variablehut2013-02-221-9/+0
* examples/plugin_chmod_keybindings.py: fixed crashhut2013-02-221-1/+1
* examples/rifle_sxiv.sh: removed realpath dependencyhut2013-02-181-1/+8
* examples/rifle_sxiv.sh: remove bash dependencyhut2013-02-181-1/+1
* fsobject.directory.accept_file: pass directory, not dirnamehut2013-02-151-3/+3
* examples/README: add instructions on how to install pluginshut2013-02-131-0/+3
* removed all trailing whitespaceshut2013-02-101-1/+1
* replaced tabs with 4 spaces in all python fileshut2013-02-101-7/+7
* added examples/rifle_different_file_opener.confhut2012-12-041-0/+7
* added examples/plugin_hello_world.pyhut2012-12-041-0/+21
* updated man page, improved hookshut2012-12-041-5/+5
* removed options.py, improved plugins. *UPDATE YOUR COMMANDS.PY*hut2012-12-046-1/+69
* examples/rifle_sxiv.sh: fix symlink handlinghut2012-08-071-1/+1
* added the examples from the man page to the examples directoryhut2012-08-065-0/+67
f='#n201'>201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336