about summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Implement the urxvt-based image previewsWojciech Siewierski2016-10-052-10/+48
* manpage: rebuildhut2016-09-032-27/+20
* manpage: Document how to escape macroshut2016-09-032-2/+6
* fix documentation typonightsense2016-08-151-1/+1
* Merge branch 'document-scout-flag-r' of https://github.com/nevimov/rangerhut2016-07-051-0/+1
|\
| * Document -r flag for scout commandnevimov2016-06-271-0/+1
* | Fix misspellingsstepshal2016-06-261-1/+1
|/
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-2/+2
* removed screenshot. It's in the repository `ranger-assets` nowhut2016-06-211-0/+0
* Merge branch 'W931' of https://github.com/stepshal/rangerhut2016-06-181-1/+0
|\
| * Remove blank lines at end of filestepshal2016-06-161-1/+0
* | Add two blank lines where is expectedstepshal2016-06-163-0/+3
|/
* doc/tools/print_colors.py: remove trailing newlinestepshal2016-06-071-1/+0
* merge setting "relative_line_numbers" into "line_numbers"hut2016-05-242-14/+15
* Merge branch 'linum' of https://github.com/mrogalski/rangerhut2016-05-242-1/+17
|\
| * Add man description.Mark Rogalski2016-05-162-1/+17
* | Manpage: added documentation about commands in pluginshut2016-05-242-3/+11
|/
* doc/ranger.pod: fix #544 in man page source file toohut2016-05-131-1/+1
* `draw_progress_bar_in_statusbar' does not existmrogalski2016-05-111-2/+2
* doc/ranger.1: document :source commandhut2016-04-152-1/+20
* rebuilt man pagehut2016-04-061-0/+5
* allow toggling options with `:set <option>!`hut2016-04-032-1/+11
* doc/ranger.1: Added documentation for {yd}{art} key bindingshut2016-03-252-5/+11
* updating docs with 'clear_filters_on_dir_change' flagVitaly Belman2016-03-251-0/+4
* Add %confdir macroCiro Santilli2016-03-211-0/+2
* rebuild man pageshut2016-02-242-6/+14
* doc/ranger.1: add example for setintaghut2016-02-241-0/+5
* added ranger.desktop file, fixes #346hut2016-01-251-0/+9
* ranger.pod: describe that :setlocal path is a regexhut2016-01-012-1/+9
* Added :echo command, disabled :notify commandhut2015-11-142-1/+10
* fixed line widths in commit a090d85 (#400)hut2015-11-141-2/+2
* Added %p macro for full paths of selected files.The Flying Rapist2015-10-181-2/+3
* Fixed that rare bug with the fireballs and explosions v1.7.2hut2015-10-042-3/+3
* doc/tools/print_keys.py: print mouse events toohut2015-10-041-1/+7
* rc.conf: added pP/pO keys for FIFO-queued copying, fixes #345hut2015-10-042-2/+11
* doc/cheatsheet.svg: removed bad "(4)" reference from "g" keyhut2015-05-071-1/+1
* doc/cheatsheet.svg: added text about commandshut2015-05-071-0/+94
* doc/howto-publish-a-release.txt: Use the right key for signinghut2015-05-041-1/+1
* Initial commit v1.7.1hut2015-05-042-2/+2
* cheatsheet: added whitespace in git linkhut2015-05-021-1/+1
* cheatsheet: fix text alignment, add info about d<key> bindingshut2015-04-191-19/+52
* cheatsheet: add reference to ranger's IRC channelhut2015-04-191-4/+18
* cheatsheet: widen the F12 and = keyshut2015-04-191-6/+6
* cheatsheet: change style of textboxeshut2015-04-191-16/+16
* cheatsheet: highlight hjkl in red, not greenhut2015-04-191-5/+3
* cheatsheet: highlight the "?" keyhut2015-04-191-5/+5
* cheatsheet: added three new sectionshut2015-04-191-107/+558
* cheatsheet: added missing "^D"hut2015-04-171-9/+21
* added doc/cheatsheet.svghut2015-04-171-0/+4024
* Should I dual ranger/cleric or wait for the THAC0 bonus? v1.7.0hut2015-04-142-2/+2
='#n557'>557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785