about summary refs log tree commit diff stats
path: root/ranger.rb
Commit message (Expand)AuthorAgeFilesLines
* modified TODO and added commentshut2009-07-181-0/+3
* removed double clickhut2009-07-171-1/+3
* added mouse supporthut2009-07-151-0/+2
* added Option.bookmark_filehut2009-07-061-0/+1
* request a confirmation on deletionhut2009-07-041-12/+18
* option to show ascii only and replace non-ascii with *hut2009-07-031-0/+1
* --cd switchhut2009-07-031-0/+3
* dynamically reload file types when typing ^Rhut2009-07-031-2/+0
* put options where they belong. in a config filehut2009-07-031-1/+18
* removed unused ERROR_STREAMhut2009-07-031-3/+0
* added :file option to debug setuphut2009-07-031-1/+1
* new experimental version v0.2.4hut2009-06-221-2/+2
* requirehut2009-06-131-6/+0
* new experimental version v0.2.3hut2009-06-131-1/+1
* fixing & cleaning uphut2009-06-131-5/+9
* rewrite of the way files are executed, easier confighut2009-06-131-2/+4
* small changeshut2009-06-121-2/+0
* fixed "ranger.rb -k"hut2009-06-121-1/+1
* implementing colorschemes, work in progresshut2009-06-121-0/+1
* renamed Interface module to CLI, cleanupshut2009-06-121-14/+8
* moved screensaver, cleanupshut2009-06-121-14/+5
* clearing uphut2009-06-111-1/+1
* mooohut2009-06-111-1/+3
* new version number v0.2.2hut2009-06-111-1/+1
* fixed.hut2009-06-111-1/+1
* more generic require systemhut2009-06-111-24/+8
* poopoohut2009-06-041-0/+1
* Initial commithut2009-06-041-0/+103
-0400 committer Ben Morrison <ben@gbmor.dev> 2019-06-06 02:22:56 -0400 deduplicated duplicate deduplication functions' href='/gbmor/getwtxt/commit/svc/query.go?h=v0.4.5&id=eca8525e5811cad371e407507594fa95d8db98c1'>eca8525 ^
efa99ed ^


fc49c57 ^
efa99ed ^

90638ac ^
efa99ed ^
efa99ed ^

90638ac ^

6c1b09b ^
90638ac ^
efa99ed ^









3c5dd59 ^
37be25f ^
37bf8b0 ^
efa99ed ^

37be25f ^
3c5dd59 ^
efa99ed ^


90638ac ^


3c5dd59 ^
efa99ed ^
37be25f ^




efa99ed ^


90638ac ^
37bf8b0 ^
efa99ed ^
fc49c57 ^
efa99ed ^

90638ac ^
fc49c57 ^
efa99ed ^
a6f47c0 ^

efa99ed ^
a6f47c0 ^
efa99ed ^
fc49c57 ^
bce5265 ^
efa99ed ^
90638ac ^





90638ac ^
eca8525 ^
90638ac ^

















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