diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-20 08:37:04 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-20 08:37:04 +0530 |
commit | 3d98daaf27a0ac20dc4914e756faeb9da77f0b7a (patch) | |
tree | 594dde6b4791240c6fd852483b3bcad418e3fbd3 | |
parent | 0f1e64803260f09cf4bd2b11bb72dc85b709b341 (diff) | |
download | nnn-3d98daaf27a0ac20dc4914e756faeb9da77f0b7a.tar.gz |
Update badges
-rw-r--r-- | README.md | 43 |
1 files changed, 23 insertions, 20 deletions
@@ -1,13 +1,12 @@ <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" 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> +<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> </p> <p align="center"><a href="https://www.youtube.com/watch?v=U2n5aGqou9E"><img src="https://i.imgur.com/MPWpmos.png" /></a></p> @@ -117,19 +116,23 @@ 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 (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> + <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> #### Release packages |