summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* core.actions: 12? now opens help chapter 1 subchapter 2hut2010-08-261-2/+16
* Updated documentation for the consolehut2010-08-262-138/+61
* widgets/console: Simplified consolehut2010-08-268-494/+295
* widgets.console: improved delete_word()hut2010-08-251-8/+9
* defaults.keys: added keys gl and gL to resolve linkshut2010-08-252-1/+6
* Fixed exception when using %f macros in special caseshut2010-08-161-2/+4
* defaults.keys: map <backspace> to ^H (since ^H is bugged sometimes)hut2010-08-131-1/+1
* shared.mimetype: look for mimetypes in ~/.mime.typeshut2010-08-121-0/+3
* defaults.keys: added keys da, dr, ya, yr + documentationhut2010-07-233-5/+21
* gui.widgets.console: added %<LETTER> and %<N><letter> macroshut2010-07-172-1/+41
* help.console: typohut2010-07-171-1/+1
* defaults.apps: make pager accept ansi color codeshut2010-07-171-1/+1
* Why did the astrophysicist order three hamburgers? v1.1.2hut2010-07-124-3/+9
* defaults.keys: improved "du" keybindinghut2010-07-051-1/+2
* core.actions: added "execute_console"hut2010-07-031-0/+6
* Fixed default keyword argument value "mode" for fm.open_consolehut2010-07-031-1/+1
* ext.human_readable: fixedhut2010-06-251-5/+5
* tc_human_readable: additional testcase (which fails)hut2010-06-251-0/+4
* ext.human_readable: more efficient implementationhut2010-06-243-19/+120
* README: added design goals sectionhut2010-06-241-0/+9
* README: formatting, cleanuphut2010-06-241-4/+4
* Makefile: simplificationhut2010-06-241-1/+1
* ranger.main: ranger dir1 dir2 [...] opens multiple tabshut2010-06-241-7/+6
* removed pydoc since it can be generated with "make doc" easilyhut2010-06-2146-6669/+0
* make doc: minor cleanup and fixhut2010-06-211-2/+2
* commited pydocs are author agnosticshpelda2010-06-211-1/+2
* core.actions: Fixed indexerror in move_parent()hut2010-06-201-1/+4
* version = version + 1 v1.1.1hut2010-06-187-9/+11
* added CHANGELOGhut2010-06-181-0/+21
* INSTALL: fixed suggested uninstall-commandhut2010-06-181-1/+1
* INSTALL: changed logname from uninstall_info to install_log.txthut2010-06-182-4/+4
* Merge branch 'setup2'hut2010-06-184-84/+67
|\
| * Removed built-in support for uninstalling.hut2010-06-182-13/+10
| * added scripts/ranger (simple link to ranger.py)hut2010-06-181-0/+1
| * Rewrote INSTALL and "make (un)install"hut2010-06-182-36/+26
| * Makefile: removed functions which are now handled by setup.pyhut2010-06-181-51/+4
| * added setup.py drafthut2010-06-181-0/+42
* | changed version numbering schemehut2010-06-181-4/+3
* | Don't write bytecode with --clean switchhut2010-06-181-11/+15
* | main: catch SystemExit and return the exit valuehut2010-06-182-2/+7
|/
* all_benchmarks: shortenedhut2010-06-181-9/+8
* core.runner: added "w" flag (wait for enter after process is done)hut2010-06-182-1/+19
* core.actions: fixed move_parent()hut2010-06-181-3/+2
* make snapshot: prefix ranger-$VERSION/ in archiveshut2010-06-141-1/+1
* make install: Fixed script for finding PYTHON_SITE_DESThut2010-06-141-2/+6
* new stable version v1.1.0hut2010-06-094-6/+6
* fsobject.file: blacklist /proc/kcore for previewinghut2010-06-092-2/+4
* updated manpagehut2010-06-091-5/+4
* renamed "--fail-if-run" to the more accurate "--fail-unless-cd"hut2010-06-094-11/+17
* Reverted hashbang for ranger.py.hut2010-06-091-1/+1
'>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