about summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc/ranger.1: Reorder the settings alphabeticallyWojciech Siewierski2018-03-053-9/+9
* Update the manpageWojciech Siewierski2018-03-041-1/+5
* Add the 'hint_collapse_threshold' that controls when the submaps are collapsedWojciech Siewierski2018-03-041-0/+5
* elaborated on how to tag a commithut2018-02-221-1/+3
* Added chapter about preparing the stable branch before releasehut2018-02-221-0/+23
* Please do not turn off your phone while upgrading...Wojciech Siewierski2018-02-222-5/+5
* removed redundant directive in howto-publish-a-release.mdhut2018-02-211-1/+0
* update howto-publish-a-release.mdhut2018-02-211-2/+4
* change website URLS to HTTPShut2018-02-053-12/+12
* update homepage referenceshut2018-01-283-8/+8
* core.main: rearranged command line itemshut2018-01-282-4/+4
* Merge branch 'master' into v1.9.0hut2018-01-282-4/+73
|\
| * manpage: document `viewmode` settinghut2018-01-282-0/+11
| * manpage: document `vcs_backend_svn` settinghut2018-01-282-3/+3
| * manpage: documented `show_selection_in_titlebar` settinghut2018-01-282-0/+7
| * manpage: documented `preview_images_method` settinghut2018-01-282-0/+9
| * manpage: documented `open_all_images` settinghut2018-01-282-0/+9
| * manpage: documented `iterm2_font_{width,height}` settingshut2018-01-282-0/+18
| * manpage: documented `global_inode_type_filter` settinghut2018-01-282-1/+16
* | WIP of version bumphut2018-01-252-2/+2
|/
* Renamed `cd_tab_smart` to `cd_tab_fuzzy`hut2018-01-253-7/+9
* Prefer VISUAL to EDITORtoonn2018-01-234-11/+33
* Merge branch 'master' of https://github.com/jgreco/rangerhut2017-12-202-0/+8
|\
| * Add config opts for iTerm2 font size (for preview)john2017-10-223-2/+10
* | Bump the version in README and the manpageWojciech Siewierski2017-12-072-5/+5
|/
* Merge branch 'one-indexed' of https://github.com/n1amr/rangerhut2017-10-172-0/+15
|\
| * add settings option to use one indexed line numbersAmr Alaa2017-09-173-2/+17
* | Add option 'save_backtick_bookmark', fixes #947hut2017-10-013-2/+11
* | doc/ranger.1: mention that "t" flag uses x-terminal-emulatorhut2017-09-262-4/+4
* | rebuilt man pagehut2017-09-262-5/+5
|/
* doc/tools: Fix shebangnfnty2017-07-302-3/+4
* doc/ranger.1: mention "FROZEN", so people can grep ithut2017-07-162-8/+10
* add "F" key to toggle new "freeze_files" optionhut2017-07-163-2/+26
* fix pylint nagging about performance_test.py on py2hut2017-07-161-0/+1
* add doc/tools/performance_test.pyhut2017-07-161-0/+40
* Update the manpage: add --show-only-dirsWojciech Siewierski2017-06-162-1/+12
* commands: cd: Implement smart tab completion with less typingnfnty2017-03-263-2/+9
* doc: ranger: Reorder some settingsnfnty2017-03-192-18/+18
* commands: Add setting for cd tab completion case sensitivityDmitry Kryukov2017-03-192-0/+17
* Add ability to save/restore tabsVitaly Belman2017-03-193-2/+13
* Beta release 1.9.0b5 v1.9.0b5nfnty2017-02-192-2/+2
* doc: howto-publish-a-release: Add tag stepsnfnty2017-02-191-1/+2
* doc/howto-publish-a-release: Use `*` for bullet listsnfnty2017-02-171-29/+29
* doc: man: Clarify config sourcingnfnty2017-02-163-26/+20
* setup.py: Use distutils by defaultnfnty2017-02-111-1/+1
* Beta release 1.9.0b4 v1.9.0b4nfnty2017-02-102-2/+2
* Beta release 1.9.0b3 v1.9.0b3nfnty2017-02-102-2/+2
* doc/howto-publish-a-release: Change to markdownnfnty2017-02-102-39/+49
* release docs: Add PyPI releasenfnty2017-02-101-4/+16
* Beta release 1.9.0b2 v1.9.0b2nfnty2017-02-102-2/+2
5 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 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042