An open API service indexing awesome lists of open source software.

https://github.com/jiro4989/nimsh

nimsh is a simple implementation of a shell in pure Nim.
https://github.com/jiro4989/nimsh

cli nim sh shell

Last synced: 14 days ago
JSON representation

nimsh is a simple implementation of a shell in pure Nim.

Awesome Lists containing this project

README

        

=====
nimsh
=====

nimsh is a simple implementation of a shell in pure Nim.
nimsh is inspired by `lsh `_.

|image-demo|

.. contents:: Table of contents
:depth: 3

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

.. code-block:: shell

nimble install -Y https://github.com/jiro4989/nimsh

or

Download binary from `Release `_.

Usage
=====

.. code-block:: shell

nimble build
./nimsh

LICENSE
=======

MIT

.. |image-demo| image:: ./doc/demo.gif