summary refs log tree commit diff stats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'stable'hut2011-04-261-1/+1
|\ | | | | | | | | Conflicts: ranger.py
| * This gonna be cool once it's finished v1.4.3hut2011-04-051-1/+1
| |
* | Use chardet in case of encoding detection problemshut2011-04-261-0/+1
|/
* Next version will run on pure Lisp Machines only v1.4.2hut2011-03-051-1/+1
|
* Added --choosedir, a more logical alternative to --fail-unless-cdhut2011-02-151-5/+4
| | | | also updated the bash script in README to use the new option
* Moved vimscript to README next to the bash script :)hut2011-02-151-6/+26
|
* If ranger won't run, you still got peanut butter to live for. v1.4.1hut2011-01-041-1/+1
|
* We are not authorized to disclose the commit message v1.4.0hut2010-12-221-1/+1
|
* updated READMEhut2010-12-101-3/+6
|
* Merge branch 'cp+preview'hut2010-10-121-0/+6
|\
| * Merge branch 'master' into previewhut2010-10-081-1/+1
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ranger/__init__.py ranger/core/helper.py ranger/gui/curses_shortcuts.py
| * \ Merge branch 'stable' into previewhut2010-10-051-6/+35
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ranger/shared/settings.py
| | * | core.actions: Fixed yy/pp bug when yanking multiple directories v1.2.1hut2010-09-161-1/+1
| | | |
| * | | data/scope.sh: added lynxhut2010-06-221-0/+1
| | | |
| * | | README: added dependencies for scope.shhut2010-06-221-0/+5
| | | |
* | | | new version: 1.3.1, merge with cp+preview branchhut2010-10-121-1/+1
| |_|/ |/| |
* | | Incremented version number to 1.3 (testing)hut2010-09-131-1/+1
| |/ |/|
* | Beware of low-flying butterflies v1.2.0hut2010-09-131-1/+1
| |
* | README: Usage Tips sectionhut2010-09-131-0/+6
| |
* | README: added ranger starting function examplehut2010-09-111-0/+14
| |
* | Tuned versioning scheme to be more intuitive, back to 1.1.2hut2010-08-281-2/+2
| |
* | Changed version number to 1.2 (testing) to adhere with versioning schemehut2010-08-281-2/+2
| |
* | Changed default config dir to $XDG_CONFIG_HOME/rangerhut2010-08-281-1/+1
| |
* | Why did the astrophysicist order three hamburgers? v1.1.2hut2010-07-121-1/+1
| |
* | README: added design goals sectionhut2010-06-241-0/+9
| |
* | README: formatting, cleanuphut2010-06-241-4/+4
|/
* version = version + 1 v1.1.1hut2010-06-181-2/+2
|
* new stable version v1.1.0hut2010-06-091-2/+2
|
* README: updatedhut2010-05-241-6/+18
|
* README: minor changehut2010-05-151-2/+2
|
* README: rewritehut2010-05-151-115/+47
|
* Fixed bug #65 by adding flag "--fail-if-run"hut2010-04-261-1/+1
|
* README: Removed finished parts of roadmaphut2010-04-191-2/+0
|
* README: slightly improved Roadmaphut2010-04-131-1/+2
|
* README: added Roadmaphut2010-04-131-0/+18
|
* Fixed suggested cd-after-exit-script for zshhut2010-04-131-1/+1
|
* README: updatedhut2010-03-291-1/+1
|
* removed the cd-after-exit hackhut2010-03-291-0/+13
| | | | | | | | | Fear not. You still get the same functionality by using a function like: ranger() { $(which ranger) $@ && cd "$(grep \^\' ~/.ranger/bookmarks | cut -b3-)" }
* README: Removed the reference to code/keys.rb >_<hut2010-03-291-2/+2
|
* incremented verison number v1.0.4hut2010-03-121-2/+2
|
* README: typohut2010-03-121-2/+2
|
* more documentationhut2010-03-121-3/+10
|
* README: slightly changed introductionhut2010-03-121-3/+3
|
* README: changed introductionhut2010-03-121-8/+10
|
* README: updatedhut2010-03-121-16/+19
|
* incremented version number and updated pydoc html files v1.0.3hut2010-02-161-2/+2
|
* readme: normalized letter casing in headingshut2010-02-151-2/+2
|
* updated READMEhut2010-02-151-29/+40
|
* made configuration more simplehut2010-01-251-6/+2
|
* README: corrected bad instructionshut2010-01-241-2/+2
|
n945' href='#n945'>945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090