https://github.com/k4m4/esolangs-cli
Detect and execute esoteric programming language code, right from your terminal.
https://github.com/k4m4/esolangs-cli
cli esoteric esoteric-interpreter
Last synced: about 1 year ago
JSON representation
Detect and execute esoteric programming language code, right from your terminal.
- Host: GitHub
- URL: https://github.com/k4m4/esolangs-cli
- Owner: k4m4
- License: mit
- Created: 2019-01-12T18:27:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:38:17.000Z (over 3 years ago)
- Last Synced: 2025-04-15T10:45:13.760Z (about 1 year ago)
- Topics: cli, esoteric, esoteric-interpreter
- Language: JavaScript
- Homepage:
- Size: 495 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# esolangs-cli [](https://travis-ci.org/k4m4/esolangs-cli)
> Detect and execute esoteric programming language code, right from your terminal.
---
## Install
```
~ ❯❯❯ npm install -g esolangs-cli
```
## Usage
```
~ ❯❯❯ esolangs --help
Detect and execute esoteric programming language code, right from your terminal.
Usage
~ ❯❯❯ esolangs
~ ❯❯❯ echo | esolangs
~ ❯❯❯ cat | esolangs
Options
-p, --plain Display output without log symbols
Example
~ ❯❯❯ esolangs '++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>>---.+++.+++++++++.----.+++++.'
✔ admin
```
## Supported Esoteric Programming Languages
- [`brainf*ck`](https://esolangs.org/wiki/brainfuck)
- [`ook!`](https://esolangs.org/wiki/ook!)
- [`pikalang`](https://esolangs.org/wiki/pikalang)
- [`solbofuck`](https://esolangs.org/wiki/solbofuck)
- [`triplet`](https://esolangs.org/wiki/triplet)
## Related
- [esolangs](https://github.com/k4m4/esolangs) - API for this module
## License
MIT © [Nikolaos Kamarinakis](https://nikolaskama.me)