summary refs log tree commit diff stats
path: root/doc/ranger.pod
Commit message (Expand)AuthorAgeFilesLines
* ranger.1: mention that some commands are based on :scouthut2013-06-211-0/+14
* ranger.1: more exhaustive documentation for :open_withhut2013-06-211-2/+7
* doc/ranger.1: put a list of resources at the tophut2013-04-301-13/+23
* ext.img_display: allow using W3MIMGDISPLAY_PATH env varhut2013-03-241-0/+5
* manpage: renamed example/ to /usr/share/doc/ranger/hut2013-03-091-4/+5
* settingobject: remove complexity of shorten_title settinghut2013-03-011-2/+2
* doc/ranger.1: removed obsolete reference to fm.envhut2013-03-011-1/+1
* doc/ranger.1: documented :scout commandhut2013-03-011-0/+24
* doc/ranger.1: Fixed --copy-config documentationhut2013-02-281-1/+1
* Merge branch 'master' into vcshut2013-02-221-54/+54
|\
| * core.main: added RANGER_LOAD_DEFAULT_RC environment variablehut2013-02-221-0/+6
| * doc/ranger.1: update ENVIRONMENT sectionhut2013-02-221-4/+2
| * doc/ranger.1: typohut2013-02-221-1/+1
| * doc/ranger.1: added chmod key bindings to man pagehut2013-02-221-0/+5
| * doc/ranger.1: remove midnight commander bindings from man pagehut2013-02-221-38/+0
| * doc/ranger.1: update KEY BINDINGS sectionhut2013-02-221-10/+27
| * doc/ranger.1: updated the CONCEPTS sectionhut2013-02-221-1/+13
* | Merge branch 'master' into vcshut2013-02-191-0/+7
|\|
| * doc/rifle.1: Added man page for riflehut2013-02-181-0/+7
* | Merge branch 'master' into vcshut2013-02-181-41/+49
|\|
| * README: removed bash dependencyhut2013-02-181-1/+1
| * ranger.1: update list of ranger optionshut2013-02-181-9/+20
| * ranger.1: added missing docs of settingshut2013-02-181-1/+10
| * ranger.__init__: change [path/filename] to [path] in USAGEhut2013-02-181-1/+1
| * ranger.1: update doc of :open_withhut2013-02-181-3/+2
| * doc/ranger.1: update doc of :chmod, :delete, :find, :save_copy_bufferhut2013-02-181-12/+9
| * doc/ranger.1: added :travel to man pagehut2013-02-171-0/+9
| * core.main: made --mode and --flag deprecatedhut2013-02-171-13/+1
| * core.main: made --fail-unless-cd deprecatedhut2013-02-171-6/+1
* | document config options for vcs on the man pageAbdo Roig-Maranges2013-02-171-3/+6
* | Adds config settings and documentation for the vcs featureAbdo Roig-Maranges2013-02-121-0/+9
|/
* removed all trailing whitespaceshut2013-02-101-1/+1
* 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
* 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
href='#n260'>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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512