summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* ranger.py: fixed cd-after-exit with spaces in directoryhut2010-02-241-1/+1
* actions: use str() in fm.notifyhut2010-02-191-1/+1
* commands: added an eval function + documentationhut2010-02-192-0/+35
* help: finished to write all planned chaptershut2010-02-161-2/+56
* Added documentation (mainly ranger/help/console.py)hut2010-02-165-12/+256
* commands: improved stylehut2010-02-161-1/+1
* incremented version number and updated pydoc html files v1.0.3hut2010-02-1678-1983/+1419
* test/tc_commandlist: removed obsolete testhut2010-02-161-4/+6
* defaults/apps: added documentationhut2010-02-151-0/+27
* typoshut2010-02-151-1/+1
* data/generate.py: allow spaces as seperators in mimetypeshut2010-02-151-1/+1
* readme: normalized letter casing in headingshut2010-02-151-2/+2
* added guidelines on code modificationhut2010-02-151-0/+84
* updated READMEhut2010-02-151-29/+40
* commands: fixed cd command in quickconsolehut2010-02-151-3/+2
* ranger.py: removed unnecessary codehut2010-02-151-1/+1
* browsercolumn: do not preview dmg fileshut2010-02-151-1/+1
* ui: catching exception from curs_sethut2010-02-153-4/+18
* ui: display the correct hostnamehut2010-02-151-1/+8
* options: add the option to show the cursor all the timehut2010-02-143-2/+4
* console: Ensure that cursor is hidden after closing consolehut2010-02-141-3/+6
* actions: improved copying/movinghut2010-02-146-27/+74
* doc/cd-after-exit: updatedhut2010-02-141-21/+15
* ranger.py: reverted cd-after-exit to the old wayhut2010-02-141-10/+1
* ranger.py: more simple '--debug' flag checkhut2010-02-141-1/+1
* fixed #46: wrong username displayed when using suhut2010-02-132-3/+6
* statusbar: display number of marked fileshut2010-02-121-0/+1
* browsercolumn: bugfixhut2010-02-111-10/+7
* doc/pick.sh: corrected commit orderhut2010-02-091-1/+1
* implemented #61: show sum of size of marked fileshut2010-02-092-6/+14
* use is_(file|directory) rather than class checkhut2010-02-092-14/+7
* fsobject: added is_directory/is_file attributeshut2010-02-093-2/+4
* browsercolumn: ignore .part extension in PREVIEW_BLACKLISThut2010-02-091-2/+2
* fixed #54: max_dirsize_for_autopreview option not workinghut2010-02-094-13/+3
* todo: added goals for next minor versionhut2010-02-091-0/+8
* ui: formatting of docstringshut2010-02-091-2/+4
* doc: what breaks cd-after-exit support in zshhut2010-02-091-0/+2
* implemented #58: update terminal titlehut2010-02-094-2/+6
* todo: added #60hut2010-02-051-0/+1
* pick.sh: added -m to checkout commadshut2010-02-051-3/+3
* commands: keep pointer on the file when renaminghut2010-02-052-1/+6
* todo: added #58hut2010-02-041-0/+2
* pick.sh: added variables for easier customizationhut2010-02-041-7/+8
* added doc/pick.shhut2010-02-041-0/+24
* added some safety checkshut2010-02-042-1/+5
* apps: add D flag to elinks handlerhut2010-02-021-0/+1
* Revert "apps: changes in order"hut2010-01-301-1/+1
* todo: added #56, #57hut2010-01-301-0/+2
* actions: implemented numerical argument for mark()hut2010-01-301-8/+9
* browsercolumn: Indent marked itemshut2010-01-281-0/+2
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