Skip to content

Update links and add GNU Bash as a hard dependency #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>Links</h2>
<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><a href="https://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>

Expand All @@ -49,7 +49,7 @@ <h2>Features</h2>
<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>VI-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>
Expand All @@ -60,8 +60,9 @@ <h2>Features</h2>

<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>
<li><a href="https://www.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 href="https://www.gnu.org/software/bash/">GNU Bash</a></li>
<li>A pager (<a href="http://www.greenwoodsoftware.com/less/">less</a> by default)</li>
</ul>

<p>
Expand All @@ -79,12 +80,12 @@ <h2>Dependencies</h2>
</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.andre-simon.de/doku/highlight/en/highlight.php">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><a href="http://lynx.invisible-island.net/">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>
<li><a href="https://transmissionbt.com/">transmission-show</a> for viewing bit-torrent information</li>
<li><a href="https://mediaarea.net/en/MediaInfo">mediainfo</a> or <a href="http://owl.phy.queensu.ca/~phil/exiftool/">exiftool</a> for viewing information about media files</li>
</ul>

<!--get foot from index.html-->
Expand Down