forked from ranger/ranger.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
94 lines (86 loc) · 4.55 KB
/
documentation.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--get head from index.html-->
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=0.5" />
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
<script src="jquery2.min.js"></script>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="index">
<a href="index.html" class="ranger filetype_text tagged">README.md</a>
<a href="changelog.html" class="ranger filetype_text">CHANGELOG.md</a>
<a href="contact.html" class="ranger filetype_text">contact.html</a>
<a href="documentation.html" class="ranger filetype_text">docs.html</a>
<a href="https://github.com/ranger/ranger" class="ranger filetype_link">github.link</a>
<a href="download.html" class="ranger filetype_targz">ranger.tar.gz</a>
<a href="screenshots.html" class="ranger filetype_image">screenshot.png</a>
<a href="https://github.com/ranger/ranger/wiki" class="ranger filetype_link">wiki.html </a>
</div>
<div class="content">
<!--/get-->
<h1>Documentation</h1>
<h2>Links</h2>
<ul>
<li><a href="https://github.com/ranger/ranger/wiki">The official ranger wiki</a></li>
<li><a href="ranger.1.html">ranger(1) manpage</a></li>
<li><a href="pydoc/">Source code documentation</a> generated with pydoc</li>
<li><a href="https://github.com/ranger/ranger/blob/master/README.md">README</a>, <a href="https://github.com/ranger/ranger/blob/master/HACKING.md">HACKING</a>, <a href="https://github.com/ranger/ranger/tree/master/doc">doc/*</a></li>
<li><a href="http://wiki.archlinux.org/index.php/Ranger">Arch Linux Wiki</a></li>
<li>Running "<b>make options</b>" will inform you about how to generate documentation yourself</li>
</ul>
<h2>Cheat sheet</h2>
<p>
The cheat sheet for version 1.7.0: (<a href="cheatsheet.png">png</a>, <a href="cheatsheet.svg">svg</a>)
</p>
</p>
<a href="cheatsheet.png"><img src="cheatsheet_thumb.png" /></a><br />
</p>
<h2>Features</h2>
<ul>
<li>UTF-8 Support</li>
<li>Multi-column display</li>
<li>Preview of the selected file/directory</li>
<li>Common file operations (create/chmod/copy/delete/...)</li>
<li>VIM-like console and hotkeys</li>
<li>Renaming multiple files at once</li>
<li>Automatically determine file types and run them with correct programs</li>
<li>Change the directory of your shell after exiting ranger</li>
<li>Tabs, Bookmarks, Mouse support</li>
<li>True Color Image previews [<a href="https://github.com/ranger/ranger/wiki/Image-Previews">How to enable</a>]</li>
<li>Video thumbnails [<a href="https://github.com/ranger/ranger/wiki/Video-Previews">How to enable</a>]</li>
</ul>
<h2>Dependencies</h2>
<ul>
<li><a href="http://python.org">Python</a> (tested with version 2.7, 3.1, 3.2, 3.3, 3.4) with support for ncurses and (optionally) wide-unicode.</li>
<li>A pager (<a href="http://www.gnu.org/software/less/">less</a> by default)</li>
</ul>
<p>
Optional:
</p>
<ul>
<li><a href="http://www.darwinsys.com/file/">file</a> for determining file types</li>
<li>The python module <a href="http://pypi.python.org/pypi/chardet">chardet</a>, in case of encoding detection problems</li>
<li>"sudo" to use the "run as root"-feature</li>
<li><a href="http://w3m.sourceforge.net/">w3m</a> for <a href="screenshots/w3mimgpreview.png">previewing images in "true color"</a>.</li>
</ul>
<p>
Optional, for enhanced file previews (with "scope.sh"):
</p>
<ul>
<li>img2txt (from <a href="http://caca.zoy.org/wiki/libcaca">caca-utils</a>) for previewing images in <a href="screenshots/ranger-screenshot_large-image-preview.png">ASCII-art</a></li>
<li><a href="http://www.andre-simon.de/doku/highlight/en/highlight.html">highlight</a> for syntax highlighting of code</li>
<li><a href="http://www.nongnu.org/atool/">atool</a> for previews of archives</li>
<li><a href="http://lynx.browser.org">lynx</a>, <a href="http://w3m.sourceforge.net/">w3m</a> or <a href="http://elinks.or.cz/">elinks</a> for previews of html pages</li>
<li>pdftotext for pdf previews</li>
<li><a href="http://www.transmissionbt.com/">transmission-show</a> for viewing bit-torrent information</li>
<li><a href="http://mediainfo.sourceforge.net/en">mediainfo</a> or exiftool for viewing information about media files</li>
</ul>
<!--get foot from index.html-->
</div>
</body>
</html>
<!--/get-->