summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* defaults.apps: open empty files with unknown mimetype in vimhut2010-10-101-1/+1
* ranger.__main__: typohut2010-10-101-1/+0
* CHANGELOG updatedhut2010-09-161-0/+3
* core.actions: Fixed yy/pp bug when yanking multiple directories v1.2.1hut2010-09-164-4/+4
* Beware of low-flying butterflies v1.2.0hut2010-09-135-4/+25
* ranger.main: no file previews when user == roothut2010-09-132-1/+5
* README: Usage Tips sectionhut2010-09-131-0/+6
* fsobject.directory: removed unused attributehut2010-09-131-2/+0
* fsobject.file: Don't preview socketshut2010-09-131-1/+3
* ranger.py Fixed embedded shellscript (quotes for bash)hut2010-09-111-2/+2
* Makefile, setup.py: Fixed `make doc`hut2010-09-112-24/+24
* ranger.py: fixed escape in embedded shellscripthut2010-09-111-1/+1
* chmodhut2010-09-111-0/+0
* README: added ranger starting function examplehut2010-09-111-0/+14
* defaults.commands: Removed "quick" method from :cdhut2010-09-111-12/+0
* Sort settings in ranger/shared/settings.pyhut2010-08-301-20/+20
* removed test/__init__.py (not needed)hut2010-08-291-0/+0
* defaults.keys: key pL to create relative symlinkshut2010-08-295-5/+97
* Removed symlink in test/hut2010-08-2919-8/+108
* Tuned versioning scheme to be more intuitive, back to 1.1.2hut2010-08-285-6/+6
* Changed version number to 1.2 (testing) to adhere with versioning schemehut2010-08-285-6/+13
* Fixed new history implementationhut2010-08-284-9/+22
* Changed default config dir to $XDG_CONFIG_HOME/rangerhut2010-08-2813-21/+29
* cleaned up and fine tuned :find commandhut2010-08-281-11/+7
* Integrated new container.history implementationhut2010-08-282-6/+9
* Changed implementation of container.historyhut2010-08-282-67/+80
* Fixed historyhut2010-08-267-27/+56
* widgets.console: removed duplicate importhut2010-08-261-1/+0
* widgets.console: removed unused Console.init() methodhut2010-08-261-4/+0
* more documentation updateshut2010-08-261-14/+21
* core.actions: 12? now opens help chapter 1 subchapter 2hut2010-08-261-2/+16
* Updated documentation for the consolehut2010-08-262-138/+61
* widgets/console: Simplified consolehut2010-08-268-494/+295
* widgets.console: improved delete_word()hut2010-08-251-8/+9
* defaults.keys: added keys gl and gL to resolve linkshut2010-08-252-1/+6
* Fixed exception when using %f macros in special caseshut2010-08-161-2/+4
* defaults.keys: map <backspace> to ^H (since ^H is bugged sometimes)hut2010-08-131-1/+1
* shared.mimetype: look for mimetypes in ~/.mime.typeshut2010-08-121-0/+3
* defaults.keys: added keys da, dr, ya, yr + documentationhut2010-07-233-5/+21
* gui.widgets.console: added %<LETTER> and %<N><letter> macroshut2010-07-172-1/+41
* help.console: typohut2010-07-171-1/+1
* defaults.apps: make pager accept ansi color codeshut2010-07-171-1/+1
* Why did the astrophysicist order three hamburgers? v1.1.2hut2010-07-124-3/+9
* defaults.keys: improved "du" keybindinghut2010-07-051-1/+2
* core.actions: added "execute_console"hut2010-07-031-0/+6
* Fixed default keyword argument value "mode" for fm.open_consolehut2010-07-031-1/+1
* ext.human_readable: fixedhut2010-06-251-5/+5
* tc_human_readable: additional testcase (which fails)hut2010-06-251-0/+4
* ext.human_readable: more efficient implementationhut2010-06-243-19/+120
* README: added design goals sectionhut2010-06-241-0/+9
528' href='#n528'>528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 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 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