about summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc/ranger.1: fix paths in RESOURCES sectionhut2015-04-132-6/+6
* moved "doc/examples" to "examples" for more visibilityhut2015-04-1313-223/+2
* doc/ranger.1: updated RESOURCES sectionhut2015-04-132-4/+14
* doc/ranger.1: added entries for :help and :setintaghut2015-04-132-1/+23
* ranger.1: added documentation for %rangerdir and %space macroshut2015-04-103-2/+18
* examples/bash_automatic_cd.sh: use mktemphut2015-04-091-1/+1
* new linemode with the information from file(1)Wojciech Siewierski2015-03-302-2/+7
* Merge branch 'add-iterm2-image-preview-support' of git://github.com/kattrali/...hut2015-03-182-8/+32
|\
| * Consolidate image preview method preferencesDelisa Mason2015-03-092-4/+4
| * Update documentationDelisa Mason2015-03-082-8/+32
* | Merge branch 'linemode_api' of https://github.com/Vifon/rangerhut2015-03-091-0/+3
|\ \ | |/ |/|
| * doc/ranger.1: updated the linemode description in the man pageWojciech Siewierski2015-02-221-0/+3
* | add setting for sorting by unicode characterhut2015-03-032-1/+10
|/
* doc/ranger.1: updated man page to reflect --copy-config changeshut2015-02-182-3/+26
* doc/ranger.1: clarify vifon's man page changehut2015-02-062-11/+13
* doc/ranger.1: added some information about the config file loading processWojciech Siewierski2015-02-042-1/+21
* Fix typovimeitor2015-02-021-1/+1
* doc/ranger.1: updated man page entry for "sort" optionhut2015-01-292-6/+6
* add .paperinfo->.metadata.json conversion scripthut2015-01-171-0/+69
* updated documentation of :paper/:meta commandshut2015-01-172-72/+57
* doc/ranger.1: added doc for "rename_append"hut2015-01-012-1/+12
* rebuilt man pagehut2014-12-111-3/+3
* doc: match the default configuration for untag mapBen Boeckel2014-12-111-1/+1
* Fixed references to doc/HACKING (for real)Dorien Snake2014-12-102-2/+2
* Fixed references to doc/HACKINGDorien Snake2014-12-102-5/+5
f='#n553'>553 554 555 556 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 786 787 788 789 790 791 792 793 794 795