rustycli
— 🦀 Access the rust playground right in terminal 🍥rustycli
is a tool, allowing you to access the rust playground
right in the terminal and retaining all the features available on the web version.
Binary:
You can directly download binary
of your arch and run it.
Source:
bash
$ git clone --depth=1 https://github.com/pwnwriter/rustycli --branch=main
$ cd rustycli
$ cargo build --release
Then go to release
dir and ./rustycli
or move the binary
to your any $PATH
for instant access from anywhere.
Cargo:
bash
$ cargo install rustycli
Aur:
bash
$ paru/yay -Sy rustycli
METIS Linux (based):
$ sudo/doas pacman -Syyy rustycli
-r
or --run
to pass your code. The below is a small demo ❤️🩹https://github.com/pwnwriter/rustycli/assets/90331517/2f5b6d1b-e4eb-4f63-8610-6caccdfc13b0
Copyright © 2023 pwnwriter xyz ☘️