about summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
...
* main: allow to set flags/mode for directly started fileshut2010-01-141-7/+11
* ranger.__init__: fixed wrong license informationhut2010-01-141-1/+1
* keys: added vimlike aliases to taskviewhut2010-01-141-0/+1
* keys: improvementshut2010-01-142-60/+99
* settings: removed (buggy) auto_load_previewhut2010-01-144-16/+6
* commandlist: bugfixhut2010-01-141-0/+1
* commandlist: aliases are now references rather than copieshut2010-01-131-8/+22
* commandlist: no error when trying to alias to unexisting keyhut2010-01-131-5/+8
* commandlist: added alias(existing, *new)hut2010-01-131-0/+11
* Restructurization of commandshut2010-01-131-40/+39
* Added error handlers for failed commandshut2010-01-134-5/+20
* commandlist: added clear()hut2010-01-131-0/+5
* fsobject.directory: removed __getitem__ (too ambiguous)hut2010-01-132-7/+2
* browserview: hide certain bookmarks in the listhut2010-01-131-1/+3
* defaultui: clear statusbar message when opening consolehut2010-01-131-0/+1
* commandlist: improvements and test casehut2010-01-131-6/+22
* cleanups + style adjustmentshut2010-01-1313-56/+60
* added tentative tab completion for OpenConsolehut2010-01-131-2/+6
* console: added %s and %f metacharacters to OpenConsolehut2010-01-132-5/+51
* main: changed interrupt signal handlinghut2010-01-122-3/+52
* keys: F1 displays helphut2010-01-121-1/+1
* main: change interrupt handler to curses.ungetch(CTRL_C)hut2010-01-113-3/+8
* keys: make ^C exit the programhut2010-01-112-13/+1
* commands: cleanup, extended docstringhut2010-01-111-0/+16
* added a way to create symlinkshut2010-01-112-1/+18
* actions: added an easier way to display errorshut2010-01-111-0/+3
* keys: changed paste key from 'p' to 'pp' (to avoid mistakes)hut2010-01-101-1/+2
* added chmod commandhut2010-01-101-0/+31
* help: added copyinghut2010-01-101-0/+18
* actions: fixed deletion of symlinks to directorieshut2010-01-091-1/+1
* commands: fixed tabcompletionhut2010-01-091-2/+2
* added license informationhut2010-01-0861-0/+858
* directory: fixed non reloading symlinked directorieshut2010-01-071-2/+2
* applications: fixed bad redirection of stdouthut2010-01-071-1/+1
* random cleanups and fixeshut2010-01-074-8/+8
* directory: fixed wrong mtime comparisonhut2010-01-071-2/+5
* loader: fixed some issues with updating/redrawinghut2010-01-063-63/+81
* loader: don't pop items from queue which were added while loadinghut2010-01-061-1/+1
* actions: added reload_cwd + keybinding + helphut2010-01-063-0/+9
* curses_shortcuts: catch TypeError at addstrhut2010-01-061-2/+2
* help: extendedhut2010-01-062-6/+28
* help: improvedhut2010-01-062-5/+3
* color: added docstringhut2010-01-061-2/+16
* colorscheme: clean uphut2010-01-061-33/+56
* pager/help: added help markuphut2010-01-055-9/+69
* help: extended + reformattedhut2010-01-052-45/+91
* help: extendedhut2010-01-051-14/+54
* pager: open and close it properlyhut2010-01-051-0/+2
* help: fixed typohut2010-01-051-1/+1
* actions: fixed import errorhut2010-01-051-1/+0
s='alt'>
1dc362dcd ^






1dc362dcd ^
cd2c6128d ^
1dc362dcd ^
cd2c6128d ^
1dc362dcd ^
cd2c6128d ^
bea07a2c5 ^

9b465a236 ^








bea07a2c5 ^
9b465a236 ^
bea07a2c5 ^









9b465a236 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144