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.
- Host: GitHub
- URL: https://github.com/jiro4989/nimsh
- Owner: jiro4989
- License: mit
- Created: 2020-02-29T06:24:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T06:41:08.000Z (about 5 years ago)
- Last Synced: 2025-03-31T17:50:58.567Z (about 2 months ago)
- Topics: cli, nim, sh, shell
- Language: Nim
- Homepage:
- Size: 65.4 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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: 3Installation
============.. code-block:: shell
nimble install -Y https://github.com/jiro4989/nimsh
or
Download binary from `Release `_.
Usage
=====.. code-block:: shell
nimble build
./nimshLICENSE
=======MIT
.. |image-demo| image:: ./doc/demo.gif