From 5a39578352ec93b3d27fd50b40036bc2c204fa58 Mon Sep 17 00:00:00 2001
From: rjc
Date: Sun, 25 Feb 2018 23:38:13 +0000
Subject: [PATCH] Update links and add GNU Bash as a hard dependency
A several links have been updated, a couple added, plus a tiny `vim` -> `vi`change:
- `http` -> `https` for several websites - saves a redirect.
- use the original URL for `less`, similarly to the `file` under "Optional" dependencies.
- mention `bash` as a hard dependency - it's not available on every system, i.e. on `OpenBSD` it needs to be installed like any other package.
- added a link to `exiftool`.
- it doesn't seem like there's anything `vim`-specific in the keybinding so change it to `vi` - this is simply to avoid any confusion for people who are familiar with `vi` but don't use `vim`.
---
documentation.html | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/documentation.html b/documentation.html
index 8303065..e479204 100644
--- a/documentation.html
+++ b/documentation.html
@@ -31,7 +31,7 @@ Links
ranger(1) manpage
Source code documentation generated with pydoc
README, HACKING, doc/*
-Arch Linux Wiki
+Arch Linux Wiki
Running "make options" will inform you about how to generate documentation yourself
@@ -49,7 +49,7 @@ Features
Multi-column display
Preview of the selected file/directory
Common file operations (create/chmod/copy/delete/...)
- VIM-like console and hotkeys
+ VI-like console and hotkeys
Renaming multiple files at once
Automatically determine file types and run them with correct programs
Change the directory of your shell after exiting ranger
@@ -60,8 +60,9 @@ Features
Dependencies
- - Python (tested with version 2.7, 3.1, 3.2, 3.3, 3.4) with support for ncurses and (optionally) wide-unicode.
- - A pager (less by default)
+ - Python (tested with version 2.7, 3.1, 3.2, 3.3, 3.4) with support for ncurses and (optionally) wide-unicode.
+ - GNU Bash
+ - A pager (less by default)
@@ -79,12 +80,12 @@
Dependencies