summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* help: fixed tagging shortcut descriptionhut2010-01-211-2/+2
* main: ignore errors of setlocalehut2010-01-211-1/+4
* main: added debug modehut2010-01-213-0/+11
* actions: fixed bug in delete()hut2010-01-211-1/+1
* keys: swapped t and b keyshut2010-01-211-8/+8
* directory: get_selection() returns *ordered* marked itemshut2010-01-211-1/+1
* browserview: catch errorhut2010-01-211-2/+8
* cleanuphut2010-01-211-1/+0
* directory: represent selection with list instead of sethut2010-01-211-13/+15
* console: fixed minor bughut2010-01-212-9/+14
* color: added a remove_attr functionhut2010-01-211-0/+6
* colorschemes/default: remove unnecessary lineshut2010-01-211-14/+0
* commands: use deque in find commandhut2010-01-211-5/+8
* ext/flatten: flatten deques too.hut2010-01-211-2/+4
* curses_shortcuts: use flatten instead of _combinehut2010-01-201-15/+5
* added flatten functionhut2010-01-201-0/+27
* ranger/init: fixed usage stringhut2010-01-201-1/+1
* apps: catch a TypeErrorhut2010-01-201-2/+3
* keyapi: fixed Wrapper so that it works with pydochut2010-01-201-0/+2
* apps: added a few application definitionshut2010-01-201-2/+56
* console: slightly improved tab completion for CommandConsolehut2010-01-201-1/+4
* clean uphut2010-01-201-2/+5
* command: fixed abbreviation handlinghut2010-01-191-1/+2
* browsercolumn: bz->bz2hut2010-01-191-1/+1
* browsercolumn: performance improvementhut2010-01-191-2/+2
* browsercolumn: preview more filetypeshut2010-01-191-1/+24
* commands: forbid to abbreviate :delete with :d (to avoid mistakes)hut2010-01-191-1/+6
* implemented #48: abbreviate commandshut2010-01-192-3/+19
* done #32hut2010-01-193-0/+17
* settings: allow to toggle flushinputhut2010-01-194-3/+6
* human_readable: slight improvement of output formathut2010-01-191-1/+1
* done #35: display disk usage of files in current directoryhut2010-01-192-1/+12
* done #34: display free disk spacehut2010-01-195-3/+28
* typohut2010-01-191-1/+1
* titlebar: red hostname if logged in with roothut2010-01-192-4/+10
* generate: fixedhut2010-01-191-3/+3
* fixed #43: bookmark ` = 'hut2010-01-182-4/+9
* actions: bookmark old dir in ` when using :cdhut2010-01-183-19/+24
* options: allow to specify how to recognize "hidden files"hut2010-01-183-3/+18
* fsobject: recognize capital letter file extensionshut2010-01-181-1/+1
* commands: added tabcompletion for :edithut2010-01-181-3/+5
* commands: fixed :e aliashut2010-01-181-1/+1
* apps: use "apvlv" to view pdfs rather than evincehut2010-01-171-3/+3
* keys: fixed typohut2010-01-161-1/+1
* console: adjusted docstring formattinghut2010-01-141-2/+5
* 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
f='#n505'>505 506 507 508 509 510 511 512 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