summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* defaults.commands: replaced introductionhut2011-10-111-52/+73
* defaults.commands: Fixed bug in :find from 2a5a8336hut2011-10-111-1/+1
* moved scripts/ranger to ranger/data/rangerhut2011-10-111-0/+1
* ext.keybinding_parser: shortened construct_keybinding()hut2011-10-111-4/+1
* ext.keybinding_parser: prettier KeyBuffer.__str__hut2011-10-111-1/+1
* ext.keybinding_parser: Prettier key_to_string()hut2011-10-112-3/+10
* core.actions: Pretty list of undocumented commandshut2011-10-111-2/+8
* defaults.commands: updated code of :findhut2011-10-111-1/+1
* defautls/options.py: use_preview_script = True after allhut2011-10-111-1/+1
* Updated copyright headershut2011-10-1056-56/+56
* fsobject.directory: use BAD_INFOhut2011-10-101-1/+2
* container.__init__: removed import shortcutshut2011-10-103-4/+2
* removed completely retarded colorscheme "texas"hut2011-10-102-73/+2
* core.fm: removed old codehut2011-10-101-6/+0
* core.actions: Fixed %t tag in --clean modehut2011-10-101-1/+1
* core.helper: Cleaned up load_settingshut2011-10-102-33/+16
* fixed some documentationhut2011-10-101-1/+1
* api.commands: finished merging ext.command_parser into apihut2011-10-103-175/+60
* core.actions: Don't shell-escape macros for non-shell commandshut2011-10-104-51/+52
* core.actions: shortened long linehut2011-10-101-1/+2
* core.actions: renamed Actions.source_cmdlist to Actions.sourcehut2011-10-102-4/+4
* gui.curses_shortcuts: simplificationshut2011-10-102-35/+7
* fsobject.fsobject: Added fsobject._mark back inhut2011-10-102-5/+9
* widgets.browsercolumn: Removed redundant try/except blockhut2011-10-101-9/+4
* core.actions: Removed fm.search_forward attribute (not used)hut2011-10-101-6/+0
* fsobject.directory: revert change to accept_filehut2011-10-101-2/+2
* Eliminate orphaned functions and argumentsArisu2011-10-104-14/+10
* Repair some unintended variable referencesArisu2011-10-102-4/+1
* Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-1016-42/+13
* fsobject.directory: Update dir size when content changeshut2011-10-091-1/+4
* widgets.console: Improved command historyhut2011-10-092-10/+19
* Removed example files for nowhut2011-10-094-383/+0
* Revert "core.main: Automatically copy config files"hut2011-10-093-27/+30
* defaults.apps: updatedhut2011-10-091-3/+4
* data/apps.py: updatedhut2011-10-091-4/+16
* api.apps: added test whether X runs or not.hut2011-10-092-13/+28
* data/apps.py: Added dochut2011-10-091-0/+3
* widgets.statusbar: Show mtime, like ls -l, not ctimehut2011-10-091-1/+1
* core.helper: fixed crashhut2011-10-081-3/+0
* core.helper: finally removed obsolete option --fail-if-runhut2011-10-081-2/+0
* mv ranger/data/config_examples/* ranger/data/hut2011-10-085-4/+4
* gui.ui: Fall back to "linux" terminal when $TERM failshut2011-10-081-1/+6
* ranger.__init__: changed ranger.LOGFILEhut2011-10-081-1/+1
* ranger.__init__, ranger.1: updated rangers descriptionhut2011-10-081-3/+3
* Write "ranger" with a lowercase "r"hut2011-10-085-6/+6
* defaults/options: disable use_preview_script, unicode_ellipsishut2011-10-081-2/+2
* data/config_examples/rc.conf: Fixed bad commandhut2011-10-081-2/+2
* data/config_examples/rc.conf: Added extra hashes in commentshut2011-10-081-9/+9
* data/config_examples/rc.conf: Typohut2011-10-081-1/+1
* data/config_examples/apps.py: Typohut2011-10-081-1/+1
6'>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