Skip to content

πŸ₯ Access the rust playground right in your terminal

License

Notifications You must be signed in to change notification settings

bytehunt/rustycli

Folders and files

NameName
Last commit message
Last commit date
Jul 27, 2023
Jul 26, 2023
Aug 21, 2023
Jul 27, 2023
Jul 27, 2023
Oct 31, 2024
Aug 21, 2023
Jul 16, 2023
Jul 26, 2023
Jul 27, 2023

Repository files navigation

rustycli β€” πŸ¦€ Access the rust playground right in your terminal πŸ₯

Crate Release GitHub top language MIT LICENSE ko-fi


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. -----------------------------------------------------

Installation πŸ“©

  • Binary: You can directly download binary of your arch and run it.

  • Source:

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

    $ cargo install rustycli
  • Aur:

    $ paru/yay -Sy rustycli
  • METIS Linux (based):

    $ sudo/doas pacman -Syyy rustycli
    

Usages 🎠

  • Everything is under help menu. The most required flag is -r or --run to pass your code. The below is a small demo β€οΈβ€πŸ©Ή

img

Copyright © 2023 pwnwriter xyz ☘️