diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-12-26 23:44:09 +0100 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-12-27 03:13:21 +0100 |
commit | 3d136f870107d8fdb0fcfa550bfcddac4805fc1c (patch) | |
tree | 4c26796e5039ee64ab01f58c4129d07671012f85 | |
parent | aecce4a251910c9da2d58017eccaefbd22edc4cb (diff) | |
download | ranger-3d136f870107d8fdb0fcfa550bfcddac4805fc1c.tar.gz |
Add repology.org badges
-rw-r--r-- | README.md | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/README.md b/README.md index d7ca0493..0ede7390 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ ranger 1.9.2 ============ [![Build Status](https://travis-ci.org/ranger/ranger.svg?branch=master)](https://travis-ci.org/ranger/ranger) +<a href="https://repology.org/metapackage/ranger/versions"> + <img src="https://repology.org/badge/latest-versions/ranger.svg" alt="latest packaged version(s)"> +</a> ranger is a console file manager with VI key bindings. It provides a minimalistic and nice curses interface with a view on the directory hierarchy. @@ -86,7 +89,24 @@ Optional, for enhanced file previews (with `scope.sh`): Installing ---------- Use the package manager of your operating system to install ranger. -Note that ranger can be started without installing by simply running `ranger.py`. +You can also install ranger through PyPI: ```pip install ranger```. + +<details> + <summary> + Check current version: + <sub> + <a href="https://repology.org/metapackage/ranger/versions"> + <img src="https://repology.org/badge/tiny-repos/ranger.svg" alt="Packaging status"> + </a> + </sub> + </summary> + <a href="https://repology.org/metapackage/ranger/versions"> + <img src="https://repology.org/badge/vertical-allrepos/ranger.svg" alt="Packaging status"> + </a> +</details> + +### Installing from a clone +Note that you don't *have* to install ranger; you can simply run `ranger.py`. To install ranger manually: ``` @@ -102,6 +122,7 @@ This also saves a list of all installed files to `install_log.txt`, which you ca use to uninstall ranger. + Getting Started --------------- After starting ranger, you can use the Arrow Keys or `h` `j` `k` `l` to navigate, `Enter` |