summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* defaults.commands: bugfixhut2010-04-191-1/+1
|
* defaults.keys: quit pager with F3hut2010-04-191-2/+2
|
* TODO: updatedhut2010-04-191-1/+2
|
* Added midnight commander-like function keyshut2010-04-192-1/+23
|
* ranger.api: import common variableshut2010-04-196-2/+7
|
* Turn keycomb ".term" into command ":terminal"hut2010-04-193-1/+13
|
* Clean uphut2010-04-1915-53/+39
| | | | | Mostly remove unused imports and move imports from functions to the module level
* Use "/" for root in tabname if "dirname_in_tab" is truehut2010-04-191-1/+1
|
* added option "dirname_in_tabs"hut2010-04-193-3/+16
|
* ext.keybinding_parser: added aliases for common special keyshut2010-04-191-0/+3
|
* ext.keybinding_parser: fixed function keyshut2010-04-192-1/+4
|
* defaults.apps: added fceuxhut2010-04-191-0/+6
|
* README: Removed finished parts of roadmaphut2010-04-191-2/+0
|
* defaults.keys: updated hint, added "zm"hut2010-04-191-2/+3
|
* defaults.keys: fixed "%", default percentage back to 50hut2010-04-191-1/+1
|
* defaults.keys: added "zs"hut2010-04-191-0/+1
|
* defaults.keys: fixed "zd"hut2010-04-191-1/+1
|
* defaults.apps: run ff/opera detached, dont open swf in elinkshut2010-04-191-1/+5
|
* defaults.apps: harmless typohut2010-04-191-1/+1
|
* core.actions: abstracted searching strings in filenameshut2010-04-192-5/+8
|
* api.commands: fixed python3 compatibiliy errorhut2010-04-191-4/+4
|
* ext.command_parser: bugfix in tab completionhut2010-04-181-0/+1
|
* defaults.keys: added zP keyhut2010-04-181-0/+1
|
* shared.settings: Bugfix, read the options properlyhut2010-04-181-0/+3
|
* gui.ui: fixed <C-c> keyhut2010-04-181-2/+2
|
* defaults.keys: added <Enter> mapping in browserhut2010-04-181-0/+1
|
* Merge branch 'devel'hut2010-04-1838-1244/+2388
|\
| * ranger.main: Added compatibility warninghut2010-04-182-0/+6
| |
| * removed code for backwards compatibiltyhut2010-04-184-69/+0
| |
| * defaults.keys: another examplehut2010-04-181-1/+2
| |
| * ranger.defaults.keys: added documentationhut2010-04-181-1/+18
| |
| * container.keymap: removed __getitem__ from KeyManagerhut2010-04-182-2/+1
| |
| * Rename context "general" to "browser" for less ambiguityhut2010-04-183-5/+5
| |
| * gui.displayable: always move when resizinghut2010-04-181-3/+1
| | | | | | | | To fix bug #73 which re-emerged :S
| * tc_displayable: improved (but not fixed) test_boundarieshut2010-04-181-6/+8
| |
| * tc_displayable: test_boundaries fails if you run it more often!hut2010-04-181-20/+21
| |
| * defaults.keys: Allow typing in numbershut2010-04-181-0/+6
| |
| * use command.quick() rather than command.quick_open()hut2010-04-182-3/+3
| | | | | | | | name could be confused with quickopenconsole
| * default.commands: add documentationhut2010-04-181-0/+41
| |
| * defaults.commands: reduced it to only what's necessaryhut2010-04-183-171/+207
| |
| * Fixed unittestshut2010-04-183-3/+5
| |
| * Merge branch 'master' into develhut2010-04-182-15/+14
| |\
| * | ranger.main: formattinghut2010-04-181-4/+4
| | |
| * | defaults.keys: add movement keys to taskviewhut2010-04-181-0/+2
| | |
| * | Merge branch 'master' into develhut2010-04-1811-82/+109
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/ui.py ranger/gui/widgets/console.py ranger/gui/widgets/pager.py ranger/gui/widgets/taskview.py ranger/shared/settings.py
| | * | main: added load_settings(). Store apps/keys in fm now.hut2010-04-187-43/+57
| | | | | | | | | | | | | | | | Also, commands are now loaded from ~/.ranger/commands.py if available
| * | | core.actions: avoid exceptionhut2010-04-162-3/+8
| | | |
| * | | core.actions.hint(): relocation, more abstractionhut2010-04-161-3/+3
| | | |
| * | | container.keybuffer: use set for digitlisthut2010-04-161-1/+1
| | | |
| * | | Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into develhut2010-04-166-17/+23
| |\ \ \
ef='#n911'>911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 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 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211