Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raquentin/entitled.exe
Script kiddies whining about no compiled binaries? Troll them with an exe that opens GitHub.
https://github.com/raquentin/entitled.exe
rust
Last synced: about 2 months ago
JSON representation
Script kiddies whining about no compiled binaries? Troll them with an exe that opens GitHub.
- Host: GitHub
- URL: https://github.com/raquentin/entitled.exe
- Owner: raquentin
- License: mit
- Created: 2024-02-21T15:34:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T20:17:39.000Z (10 months ago)
- Last Synced: 2024-08-09T06:36:20.490Z (5 months ago)
- Topics: rust
- Language: Rust
- Homepage: https://crates.io/crates/entitled-exe
- Size: 3.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://img.shields.io/crates/v/entitled-exe.svg)](https://crates.io/crates/entitled-exe)
![Downloads](https://img.shields.io/crates/dv/entitled-exe/0.3.1)### Quick Links
* [Installation](#installation)
* [crates.io/entitled-exe](https://crates.io/crates/entitled-exe)### Usage
- do `cargo install entitled-exe`
- do `cd `
- run `entitled-exe`
- Enter repository name: ``
- Select compilation targets with `jk` and `space`
- generating binaries...
- zipping binaries...
- done!
- cd `builds`
- upload `builds` to GitHub releases
- script kiddie downloads `-X.Y.Z-.zip`
- extracts to `.exe` or just `` on unix
- runs `./`
- browser opens `https://github.com//`
- *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
```