entitled-exe

Crates.ioentitled-exe
lib.rsentitled-exe
version0.3.1
sourcesrc
created_at2024-02-21 17:30:36.666051
updated_at2024-02-21 20:13:38.391791
descriptionScript kiddies whining about no compiled binaries? Troll them with an exe that opens GitHub.
homepage
repositoryhttps://github.com/r4c3/entitled-exe
max_upload_size
id1148281
size26,777
Race Williams (r4c3)

documentation

README

entitled.exe

entitled-exe is a CLI tool to programmatically generate executables that open your repository on GitHub in the user's browser.

Crates.io Downloads

Quick Links

Usage

Relevant image
  • do cargo install entitled-exe
  • do cd <dir where you want /builds to go>
  • run entitled-exe
  • Enter repository name: <user/repo>
  • Select compilation targets with jk and space
  • generating binaries...
  • zipping binaries...
  • done!
  • cd builds
  • upload builds to GitHub releases
  • script kiddie downloads <repo>-X.Y.Z-<arch>.zip
  • extracts to <repo>.exe or just <repo> on unix
  • runs ./<repo>
  • browser opens https://github.com/<user>/<repo>
  • cries

Installation

You'll need Rust, Cargo, and rustup to install this. You'll also need the toolchains you choose to compile to; e.g. building for arm-linux-androidabi requires rustup target add arm-linux-androideabi. After that, just install with cargo:

$ cargo install entitled-exe
Commit count: 0

cargo fmt