diff options
| author | 2020-01-20 08:38:20 +0530 | |
|---|---|---|
| committer | 2020-01-20 08:38:20 +0530 | |
| commit | d0f26e7c302fddd5ec4cd9e02b49cbe18053c601 (patch) | |
| tree | 80e8f2a9eb8e0c1f5d1bc013a0dccc9c253cd766 | |
| parent | 3d98daaf27a0ac20dc4914e756faeb9da77f0b7a (diff) | |
| download | nnn-d0f26e7c302fddd5ec4cd9e02b49cbe18053c601.tar.gz | |
Revert "Update badges"
This reverts commit 3d98daaf27a0ac20dc4914e756faeb9da77f0b7a.
| -rw-r--r-- | README.md | 43 |
1 files changed, 20 insertions, 23 deletions
@@ -1,12 +1,13 @@ <h1 align="center">nnn - <i>supercharge your productivity!</i></h1> <p align="center"> -<a href="https://github.com/jarun/nnn/releases/latest"><img src="https://img.shields.io/github/release/jarun/nnn.svg?maxAge=600&style=flat-square" alt="Latest release" /></a> -<a href="https://travis-ci.org/jarun/nnn"><img src="https://img.shields.io/travis/jarun/nnn/master.svg?label=travis&style=flat-square" alt="Travis Status" /></a> -<a href="https://circleci.com/gh/jarun/workflows/nnn"><img src="https://img.shields.io/circleci/project/github/jarun/nnn.svg?label=circleci&style=flat-square" alt="CircleCI Status" /></a> -<a href="https://en.wikipedia.org/wiki/Privacy-invasive_software"><img src="https://img.shields.io/badge/privacy-✓-crimson?style=flat-square" alt="Privacy Awareness" /></a> -<a href="https://github.com/jarun/nnn/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-BSD%202--Clause-yellow.svg?maxAge=2592000&style=flat-square" alt="License" /></a> -<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q"><img src="https://img.shields.io/badge/PayPal-donate-1eb0fc.svg?style=flat-square" alt="Donate via PayPal!" /></a> +<a href="https://github.com/jarun/nnn/releases/latest"><img src="https://img.shields.io/github/release/jarun/nnn.svg?maxAge=600" alt="Latest release" /></a> +<a href="https://repology.org/project/nnn/versions"><img src="https://repology.org/badge/tiny-repos/nnn.svg" alt="Availability"></a> +<a href="https://travis-ci.org/jarun/nnn"><img src="https://img.shields.io/travis/jarun/nnn/master.svg?label=travis" alt="Travis Status" /></a> +<a href="https://circleci.com/gh/jarun/workflows/nnn"><img src="https://img.shields.io/circleci/project/github/jarun/nnn.svg?label=circleci" alt="CircleCI Status" /></a> +<a href="https://en.wikipedia.org/wiki/Privacy-invasive_software"><img src="https://img.shields.io/badge/privacy-✓-crimson" alt="Privacy Awareness" /></a> +<a href="https://github.com/jarun/nnn/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-BSD%202--Clause-yellow.svg?maxAge=2592000" alt="License" /></a> +<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q"><img src="https://img.shields.io/badge/PayPal-donate-1eb0fc.svg" alt="Donate via PayPal!" /></a> </p> <p align="center"><a href="https://www.youtube.com/watch?v=U2n5aGqou9E"><img src="https://i.imgur.com/MPWpmos.png" /></a></p> @@ -116,23 +117,19 @@ A curses library with wide char support (e.g. ncursesw), libreadline (optional) Install `nnn` from your package manager. If the version available is dated try an alternative installation method. -<details> - <summary> - Packaging status - <sub> - <a href="https://repology.org/project/nnn/versions"><img src="https://repology.org/badge/tiny-repos/nnn.svg" alt="Availability"></a> - </sub> - </summary> - <p><br> - <a href="https://repology.org/project/nnn/versions"><img src="https://repology.org/badge/vertical-allrepos/nnn.svg" alt="Packaging status"></a> - </p> - Unlisted packagers: - <p><br> - ● CentOS (<code>yum --enablerepo=epel install nnn</code>)<br> - ● <a href="https://notabug.org/milislinux/milis/src/master/talimatname/genel/n/nnn/talimat">Milis Linux</a> (<code>mps kur nnn</code>)<br> - ● <a href="https://www.nutyx.org/en/?type=pkg&branch=rolling&arch=x86_64&searchpkg=nnn">NuTyX</a> (<code>cards install nnn</code>)<br> - ● <a href="http://codex.sourcemage.org/test/shell-term-fm/nnn/">Source Mage</a> (<code>cast nnn</code>)<br> - </p> +<details><summary>Packaging status (expand)</summary> +<p> +<br> +<a href="https://repology.org/project/nnn/versions"><img src="https://repology.org/badge/vertical-allrepos/nnn.svg" alt="Packaging status"></a> +</p> +Unlisted packagers: +<p> +<br> +● CentOS (<code>yum --enablerepo=epel install nnn</code>)<br> +● <a href="https://notabug.org/milislinux/milis/src/master/talimatname/genel/n/nnn/talimat">Milis Linux</a> (<code>mps kur nnn</code>)<br> +● <a href="https://www.nutyx.org/en/?type=pkg&branch=rolling&arch=x86_64&searchpkg=nnn">NuTyX</a> (<code>cards install nnn</code>)<br> +● <a href="http://codex.sourcemage.org/test/shell-term-fm/nnn/">Source Mage</a> (<code>cast nnn</code>)<br> +</p> </details> #### Release packages |