summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* done #32hut2010-01-194-1/+18
* TODO: added stuffhut2010-01-191-0/+2
* settings: allow to toggle flushinputhut2010-01-195-4/+7
* human_readable: slight improvement of output formathut2010-01-191-1/+1
* done #35: display disk usage of files in current directoryhut2010-01-193-2/+13
* done #34: display free disk spacehut2010-01-196-4/+29
* typohut2010-01-191-1/+1
* titlebar: red hostname if logged in with roothut2010-01-193-4/+11
* generate: fixedhut2010-01-192-4/+4
* fixed #43: bookmark ` = 'hut2010-01-183-5/+11
* typohut2010-01-181-1/+1
* stuffhut2010-01-182-1/+2
* actions: bookmark old dir in ` when using :cdhut2010-01-184-20/+25
* options: allow to specify how to recognize "hidden files"hut2010-01-183-3/+18
* fsobject: recognize capital letter file extensionshut2010-01-182-2/+3
* commands: added tabcompletion for :edithut2010-01-181-3/+5
* commands: fixed :e aliashut2010-01-181-1/+1
* added .gitignorehut2010-01-171-0/+4
* apps: use "apvlv" to view pdfs rather than evincehut2010-01-171-3/+3
* TODO: added entrieshut2010-01-171-0/+5
* keys: fixed typohut2010-01-161-1/+1
* console: adjusted docstring formattinghut2010-01-141-2/+5
* just noticed that TODO entry #28 has been done alreadyhut2010-01-141-1/+1
* keys: added/changed directories for g<X> keycombinationshut2010-01-141-2/+6
* keys: remove J/K as default binding for half-page-up/downhut2010-01-142-7/+9
* keys: s runs $SHELL instead of "bash"hut2010-01-142-1/+2
* loader: reduced "seconds_of_work_time"hut2010-01-141-1/+1
* commands: added touch, improved mkdirhut2010-01-141-4/+27
* keyapi: added commentshut2010-01-141-1/+7
* commands: added :edit commandhut2010-01-142-3/+21
* keyapi: allow bind to act as a function decoratorhut2010-01-141-1/+7
* 1.0.2! v1.0.2hut2010-01-1434-90/+130
* readme: added part "customizing ranger"hut2010-01-141-0/+16
* readme: removed ugly sentencehut2010-01-141-3/+1
* added install instructionshut2010-01-141-0/+30
* main: allow to set flags/mode for directly started fileshut2010-01-142-8/+12
* ranger.__init__: fixed wrong license informationhut2010-01-141-1/+1
* keys: added vimlike aliases to taskviewhut2010-01-141-0/+1
* keys: improvementshut2010-01-142-60/+99
* settings: removed (buggy) auto_load_previewhut2010-01-144-16/+6
* commandlist: bugfixhut2010-01-142-5/+7
* commandlist: aliases are now references rather than copieshut2010-01-132-10/+35
* commandlist: no error when trying to alias to unexisting keyhut2010-01-131-5/+8
* commandlist: added alias(existing, *new)hut2010-01-132-0/+19
* Restructurization of commandshut2010-01-131-40/+39
* Added error handlers for failed commandshut2010-01-134-5/+20
* commandlist: added clear()hut2010-01-132-0/+14
* fsobject.directory: removed __getitem__ (too ambiguous)hut2010-01-133-9/+2
* browserview: hide certain bookmarks in the listhut2010-01-132-2/+4
* defaultui: clear statusbar message when opening consolehut2010-01-131-0/+1
#n513'>513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 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