summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* core.actions: use `cp` for copyinghut2010-04-201-12/+9
* Move loader.py from ranger.fsobject to ranger.corehut2010-04-204-3/+2
* ext.shutil_generatorized: fixed __all__hut2010-04-201-1/+1
* ext.shutil_generatorized: little optimizationhut2010-04-201-2/+2
* ext.shutil_generatorized: remove unused functions/importshut2010-04-201-36/+0
* defaults.commands: bugfixhut2010-04-191-1/+1
* defaults.keys: quit pager with F3hut2010-04-191-2/+2
* Added midnight commander-like function keyshut2010-04-192-1/+23
* ranger.api: import common variableshut2010-04-196-2/+7
* Turn keycomb ".term" into command ":terminal"hut2010-04-193-1/+13
* Clean uphut2010-04-1915-53/+39
* Use "/" for root in tabname if "dirname_in_tab" is truehut2010-04-191-1/+1
* added option "dirname_in_tabs"hut2010-04-193-3/+16
* ext.keybinding_parser: added aliases for common special keyshut2010-04-191-0/+3
* ext.keybinding_parser: fixed function keyshut2010-04-192-1/+4
* defaults.apps: added fceuxhut2010-04-191-0/+6
* defaults.keys: updated hint, added "zm"hut2010-04-191-2/+3
* defaults.keys: fixed "%", default percentage back to 50hut2010-04-191-1/+1
* defaults.keys: added "zs"hut2010-04-191-0/+1
* defaults.keys: fixed "zd"hut2010-04-191-1/+1
* defaults.apps: run ff/opera detached, dont open swf in elinkshut2010-04-191-1/+5
* defaults.apps: harmless typohut2010-04-191-1/+1
* core.actions: abstracted searching strings in filenameshut2010-04-192-5/+8
* api.commands: fixed python3 compatibiliy errorhut2010-04-191-4/+4
* ext.command_parser: bugfix in tab completionhut2010-04-181-0/+1
* defaults.keys: added zP keyhut2010-04-181-0/+1
* shared.settings: Bugfix, read the options properlyhut2010-04-181-0/+3
* gui.ui: fixed <C-c> keyhut2010-04-181-2/+2
* defaults.keys: added <Enter> mapping in browserhut2010-04-181-0/+1
* Merge branch 'devel'hut2010-04-1830-1119/+1667
|\
| * ranger.main: Added compatibility warninghut2010-04-182-0/+6
| * removed code for backwards compatibiltyhut2010-04-184-69/+0
| * defaults.keys: another examplehut2010-04-181-1/+2
| * ranger.defaults.keys: added documentationhut2010-04-181-1/+18
| * container.keymap: removed __getitem__ from KeyManagerhut2010-04-182-2/+1
| * Rename context "general" to "browser" for less ambiguityhut2010-04-183-5/+5
| * gui.displayable: always move when resizinghut2010-04-181-3/+1
| * defaults.keys: Allow typing in numbershut2010-04-181-0/+6
| * use command.quick() rather than command.quick_open()hut2010-04-182-3/+3
| * default.commands: add documentationhut2010-04-181-0/+41
| * defaults.commands: reduced it to only what's necessaryhut2010-04-183-171/+207
| * Merge branch 'master' into develhut2010-04-182-15/+14
| |\
| * | ranger.main: formattinghut2010-04-181-4/+4
| * | defaults.keys: add movement keys to taskviewhut2010-04-181-0/+2
| * | Merge branch 'master' into develhut2010-04-1811-82/+109
| |\ \
| | * | main: added load_settings(). Store apps/keys in fm now.hut2010-04-187-43/+57
| * | | core.actions: avoid exceptionhut2010-04-162-3/+8
| * | | core.actions.hint(): relocation, more abstractionhut2010-04-161-3/+3
| * | | container.keybuffer: use set for digitlisthut2010-04-161-1/+1
| * | | Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into develhut2010-04-165-17/+21
| |\ \ \
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