#github #repository #executable #exe #browser #script #binaries

app entitled-exe

Script kiddies whining about no compiled binaries? Troll them with an exe that opens GitHub

6 releases

0.3.1 Feb 21, 2024
0.3.0 Feb 21, 2024
0.2.3 Feb 21, 2024
0.1.0 Feb 21, 2024

#441 in Development tools

43 downloads per month

MIT license

10KB
173 lines

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

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

Dependencies

~7–18MB
~222K SLoC