riju icon indicating copy to clipboard operation
riju copied to clipboard

Riju CLI

Open raxod502 opened this issue 2 years ago • 3 comments

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!

raxod502 avatar Jul 18 '21 21:07 raxod502

Looks like this issue can be closed since a MVP CLI version has been merged

Salakar avatar Sep 07 '21 15:09 Salakar

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 :)

raxod502 avatar Sep 07 '21 20:09 raxod502

Ah I see 😅 sorry

Salakar avatar Sep 07 '21 20:09 Salakar