-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
180 lines (125 loc) · 6.49 KB
/
index.html
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--head-->
<html>
<head>
<title>Ranger — console file manager with VI key bindings</title>
<link rel="icon" type="image/png" href="ranger_logo.png"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="index">
<a href="index.html"><img src="ranger_logo.png" style="max-width: 80%; max-height: 200px;" alt="Logo" /></a>
<br />
<br />
<a href="index.html" class="ranger filetype_text kbnav tagged">README.md</a>
<a href="changelog.html" class="ranger filetype_text kbnav">CHANGELOG.md</a>
<a href="contact.html" class="ranger filetype_text kbnav">contact.html</a>
<a href="documentation.html" class="ranger filetype_text kbnav">docs.html</a>
<a href="https://reddit.com/r/ranger" class="ranger filetype_link kbnav">FAQ.link</a>
<a href="https://github.com/ranger/ranger" class="ranger filetype_link kbnav">github.link</a>
<a href="download.html" class="ranger filetype_targz kbnav">ranger.tar.gz</a>
<a href="screenshots.html" class="ranger filetype_image kbnav">screenshot.png</a>
<a href="https://github.com/ranger/ranger/wiki" class="ranger filetype_link kbnav">wiki.html </a>
</div>
<div class="content">
<!--/head-->
<div class="file" id="intro">
<h1>ranger</h1>
<p>
<a href="https://github.com/ranger/ranger">ranger</a> is a console file manager with VI key bindings.
</p>
</p>
It provides a minimalistic and nice curses interface with a
view on the directory hierarchy. It ships with
<a href="https://github.com/ranger/ranger/blob/master/ranger/ext/rifle.py">rifle</a>, a file launcher that is good at
automatically finding out which program to use for what file
type.
</p>
</div>
<br />
<div class="file" id="screenshot">
<img src="screenshots/screenshot0.png" class="screenshot" />
</div>
<h2>News</h2>
<div class="news">
<!-- run for f in $(ls news/*.md | sort -r); do markdown "$f"; done -->
<div class="metadata date">2024-11-04</div>
<div class="metadata author">hut</div>
<h1>Version 1.9.4 released</h1>
<p>Version 1.9.4 is out, fixing a crash in Python 3.13+ due to the deprecated dependency “imghdr” in the Python standard library.</p>
<div class="metadata date">2021-05-19</div>
<div class="metadata author">toonn</div>
<h1>Moving to Libera.Chat</h1>
<p>On May 19, <a href="https://gist.github.com/joepie91/df80d8d36cd9d1bde46ba018af497409">Freenode staff lost their control of the network</a>.
This has been developing for a while and staffers set up
<a href="https://libera.chat/">Libera.Chat</a> in case it happened. Foss revolves around
people volunteering their time, as did the Freenode network. We have decided to
move the #ranger channel because we believe the volunteer staffers have our
best interests at heart.</p>
<p>The king is dead, long live the king!</p>
<div class="metadata date">2019-12-31</div>
<div class="metadata author">toonn</div>
<h1>Version 1.9.3 released</h1>
<p>Version 1.9.3 is out, fixing some crashes. Introducing Űberzug image previews
and duplicate filters for filter_stack.</p>
<div class="metadata date">2018-09-09</div>
<div class="metadata author">toonn</div>
<h1>Version 1.9.2 released</h1>
<p>Version 1.9.2 is out, fixing some crashes due to python 3.6/3.7. Introducing
native Kitty image previews and a dired-filter inspired filter stack.</p>
<div class="metadata date">2018-04-01</div>
<div class="metadata author">hut</div>
<h1>Dockerfile</h1>
<p>Finally, the much requested feature to integrate ranger with docker has been
implemented! Simply install docker and type:</p>
<pre><code>git clone https://github.com/ranger/ranger.git
cd ranger
docker build -t ranger/ranger:latest ranger .
docker run -it ranger/ranger ranger
</code></pre>
<p>Et voilà! You now can enjoy ranger in a freshly baked docker container! :)</p>
<div class="metadata date">2018-02-22</div>
<div class="metadata author">vifon</div>
<h1>Version 1.9.1 released</h1>
<p>Version 1.9.1 is out, fixing some regressions from 1.9.0 among other things.</p>
<div class="metadata date">2018-01-28</div>
<div class="metadata author">hut</div>
<h1>Version 1.9.0 released</h1>
<p>Version 1.9.0 is out now!</p>
<div class="metadata date">2018-01-24</div>
<div class="metadata author">hut</div>
<h1>New maintainer!</h1>
<p><a href="https://github.com/toonn">Toon Nolten</a> is now helping out to maintain ranger! :D
For that, he was given full git access. We are now a team of four
(<a href="https://github.com/Vifon">Vifon</a>, <a href="https://github.com/nfnty">nfnty</a>,
<a href="https://github.com/toonn">Toon</a> and <a href="https://github.com/hut">hut</a>.)</p>
<div class="metadata date">2018-01-07</div>
<div class="metadata author">hut</div>
<h1>New design</h1>
<p>I changed the website design to resemble the interface of ranger :)</p>
<div class="metadata date">2017-12-13</div>
<div class="metadata author">hut</div>
<h1>Relocated website</h1>
<p>The URL for the ranger website has changed from <a href="http://ranger.nongnu.org">http://ranger.nongnu.org</a> to <a href="https://ranger.github.io">https://ranger.github.io</a>. An automatic redirect has been set up. Reasons for the move are:</p>
<ul>
<li>nongnu.org forces the use of CVS to update the website</li>
<li>With GitHub’s <a href="https://github.com/ranger/ranger.github.io/pulls">pull requests</a>, everybody can contribute more easily to the website</li>
<li>GitHub offers HTTPS</li>
</ul>
<!-- /run -->
</div>
<br />
<div style="font-size: 85%">
<em>Developers: Toon Nolten (toonn), Wojciech Siewierski (vifon), Roman Zimbelmann (hut)</em>
</div>
<!--foot-->
<script type="text/javascript" src="mousetrap_1.6.2.min.js"></script>
<script type="text/javascript" src="mousetrap_1.6.2-bind-dictionary.min.js"></script>
<script type="text/javascript" src="keyboard.js"></script>
</div>
</body>
</html>
<!--/foot-->