No description
Find a file
2020-07-29 13:06:43 +00:00
.chglog chore: add release workflow 2020-07-29 12:10:24 +00:00
.github chore: add release workflow 2020-07-29 12:10:24 +00:00
src chore: add test condition 2020-07-29 12:50:42 +00:00
tests Replace 2020-05-21 12:48:37 +00:00
tool Replace 2020-05-21 12:48:37 +00:00
.gitignore Initial commit 2020-05-21 21:46:42 +09:00
LICENSE Replace 2020-05-21 12:48:37 +00:00
nmi.nimble chore: remove unused task 2020-07-29 13:06:43 +00:00
README.rst Update README.rst 2020-05-30 20:51:08 +09:00

====
nmi
====

|nimble-version| |nimble-install| |gh-actions|

nmi display animations aimed to correct users who accidentally enter nmi instead of nim.
nmi is heavily inspired by ``sl`` .

|demo_1|

|demo_2|

.. contents:: Table of contents

Usage
=====

.. code-block:: shell

   $ nmi
   $ nmi -c

Installation
============

.. code-block:: shell

   $ nimble install -Y nmi

or

Download from `Releases <https://github.com/jiro4989/nmi/releases>`_

LICENSE
=======

MIT

.. |gh-actions| image:: https://github.com/jiro4989/nmi/workflows/build/badge.svg
   :target: https://github.com/jiro4989/nmi/actions
.. |nimble-version| image:: https://nimble.directory/ci/badges/nmi/version.svg
   :target: https://nimble.directory/ci/badges/nmi/nimdevel/output.html
.. |nimble-install| image:: https://nimble.directory/ci/badges/nmi/nimdevel/status.svg
   :target: https://nimble.directory/ci/badges/nmi/nimdevel/output.html
.. |demo_1| image:: https://user-images.githubusercontent.com/13825004/83327472-1e57b200-a2b7-11ea-80f3-025d5eba2102.gif
.. |demo_2| image:: https://user-images.githubusercontent.com/13825004/83327473-20ba0c00-a2b7-11ea-8fe9-a8f4e6862d01.gif