https://github.com/bytehunt/rustycli
🍥 Access the rust playground right in your terminal
https://github.com/bytehunt/rustycli
clap pwnwriter rust-cli-apps rust-compiler rust-playground rustlang terminal unixporn
Last synced: 9 months ago
JSON representation
🍥 Access the rust playground right in your terminal
- Host: GitHub
- URL: https://github.com/bytehunt/rustycli
- Owner: bytehunt
- License: mit
- Created: 2023-07-16T17:10:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T12:55:18.000Z (about 1 year ago)
- Last Synced: 2025-03-23T22:37:12.006Z (9 months ago)
- Topics: clap, pwnwriter, rust-cli-apps, rust-compiler, rust-playground, rustlang, terminal, unixporn
- Language: Rust
- Homepage: https://crates.io/crates/rustycli
- Size: 2.27 MB
- Stars: 37
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
rustycli — 🦀 Access the rust playground right in your terminal 🍥
[](https://github.com/pwnwriter/rustycli/search?l=rust;logoColor=white)
[](https://ko-fi.com/pwnwriter)
[`rustycli`](https://github.com/pwnwriter/rustycli) is a tool, allowing you to access the [`rust playground`](https://play.rust-lang.org/) right in the terminal and retaining all the features available on the web version.

## Installation 📩
- **Binary**:
You can directly download [`binary`](https://github.com/pwnwriter/rustycli/releases/) 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](https://metislinux.org) (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 ❤️🩹

Copyright © 2023 pwnwriter xyz ☘️