summary refs log tree commit diff stats
path: root/ranger.py
Commit message (Expand)AuthorAgeFilesLines
* Small simplification of ranger.pyhut2010-09-291-3/+2
* Don't write any bytecode with --clean optionhut2010-09-291-0/+10
* ranger.py: Return 0 on success in embedded scripthut2010-09-221-1/+1
* simplify ranger.pyhut2010-09-221-25/+11
* ranger.py Fixed embedded shellscript (quotes for bash)hut2010-09-111-2/+2
* ranger.py: fixed escape in embedded shellscripthut2010-09-111-1/+1
* Changed default config dir to $XDG_CONFIG_HOME/rangerhut2010-08-281-1/+5
* main: catch SystemExit and return the exit valuehut2010-06-181-2/+3
* renamed "--fail-if-run" to the more accurate "--fail-unless-cd"hut2010-06-091-1/+1
* Reverted hashbang for ranger.py.hut2010-06-091-1/+1
* Changed hashbang line to "#!/usr/bin/env python"hut2010-06-091-1/+1
* Run python with flag "-O" by defaulthut2010-05-101-1/+1
* Fixed bug #65 by adding flag "--fail-if-run"hut2010-04-261-1/+1
* ranger.py: removed whitespacehut2010-04-121-4/+0
* reverted a part of 45cf5174. Allow "source ranger ranger" againhut2010-04-011-8/+7
* removed the cd-after-exit hackhut2010-03-291-13/+8
* ranger.__init__: don't implicitly import ranger.__main__hut2010-03-261-1/+1
* Changed license to the GNU General Public Licensehut2010-02-281-12/+14
* ranger.py: fixed cd-after-exit with spaces in directoryhut2010-02-241-1/+1
* ranger.py: removed unnecessary codehut2010-02-151-1/+1
* 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
* ranger.py: improved handling of bad importhut2010-01-261-1/+2
* ranger.py: more fixeshut2010-01-121-2/+2
* ranger.py: cleanup/fixhut2010-01-111-9/+8
* fixed #31, cd-after-exit works even after pressing ^Chut2010-01-111-1/+12
* added license informationhut2010-01-081-3/+17
* F1 key (inside console) for viewing information about the commandhut2009-12-291-1/+1
* shorten comment in ranger.pyhut2009-12-261-11/+5
* implemented OpenConsolehut2009-12-251-2/+2
* random updateshut2009-12-251-3/+16
* tons of stuffhut2009-12-171-1/+1
* merged main with __init__hut2009-12-121-1/+1
* restructurationshut2009-12-111-2/+4
* changing implementation of optionshut2009-12-061-3/+6
* structural improvementshut2009-12-011-46/+9
* random improvementshut2009-11-291-2/+2
* implemented colorschemes.hut2009-11-291-10/+10
* started to implement colorschemeshut2009-11-291-6/+11
* restructurationhut2009-11-281-33/+33
* embedded wrapper.sh into ranger.pyhut2009-11-271-0/+12
* cd-after-exithut2009-11-271-4/+17
* general improvementhut2009-11-271-1/+1
* more VROOMhut2009-11-271-0/+38
3' href='#n443'>443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 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