eget icon indicating copy to clipboard operation
eget copied to clipboard

Easily install prebuilt binaries from GitHub.

Results 61 eget issues
Sort by recently updated
recently updated
newest added

Found via `typos --hidden --format brief`

I configured eget to keep tracking several softwares releasing single jar files up-to-date, but some of them won't work, eget keeps claiming it's up-to-date while it's not. For example, [Anuken/MindustryBuilds](https://github.com/Anuken/MindustryBuilds)...

Basically: `eget caddyserver/caddy -a ".deb"` will return three entries, and thus give me an interactive prompt. But, I use eget in my DevContainer to pull down a few useful tools...

Had a brief look into the source but my go-foo is weak, else I would have loved to provide a patch.

```bash $ uname; arch Linux x86_64 $ eget zyedidia/micro --system darwin/amd64 2 candidates found for asset chain: please select manually (1) micro-2.0.14-linux64-static.tar.gz (2) micro-2.0.14-linux64-static.tar.gz.sha Enter selection number: ``` I would...

If you put the example on README.md into a eget.toml it is unable to automatically install: ```bash 2 candidates found for asset chain: please select manually (1) micro-2.0.14-linux64-static.tar.gz (2) micro-2.0.14-linux64-static.tar.gz.sha...

I accidentally copy-pasted the wrong thing, and stumbled upon this.. Not a big deal, but probably a good FYI or such. 😄 ```toml [global] download_only = true ["VSCodium/vscodium"] asset_filters =...

Any chance to add pre-release as a repo-specific option in `config.toml` ? Usually this is repo/package specific - ie, we have a specific package we run on the cutting edge,...

Took me four tries to figure this out, so I thought I'd save others the trouble. (I wasn't sure how you wanted the markdown wrapped, I just went with what...

It would be a shame (and a burden) if this is no longer maintained. By now, it is becoming an important part of my bash ecosystem... Would be nice to...