riju
riju copied to clipboard
Riju CLI
It would be cool to put together a simple CLI application that would allow you to interact with the Riju web service from your terminal. For example, it could look like:
% riju -l python
Python 3.8.10 (default, Jun 2 2021, 10:49:15)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
Or perhaps:
% riju -l hexagony --hello > main.hxg
% cat main.hxg
H ; e ;
l ; d ; *
; r ; o ; w
l ; ; o ; * 4
3 3 ; @ . >
; 2 3 < \
4 ; * /
% riju -l hexagony main.hxg
Hello, world!
Looks like this issue can be closed since a MVP CLI version has been merged
I'm keeping it open for the moment since while there is technically a MVP, it's missing some very important core features such as the ability to run a file :)
Ah I see 😅 sorry