flyingpie / windows-terminal-quake

Enable Quake-style dropdown for (almost) any application.
https://wtq.flyingpie.nl
MIT License
598 stars 39 forks source link

add scoop support #49

Closed Deliganli closed 3 years ago

Deliganli commented 3 years ago

scoop allows windows users to install programs from console, apt-like usage.

I use scoop to install my programs, windows terminal is included. Maybe this configuration can be tweaked better, tried to kickstart.

Also it would be a good idea to apply for main or extras bucket of scoop to appear on searches

Currently how to install with scoop is like below; scoop install https://github.com/Deliganli/windows-terminal-quake/blob/master/scoop/windows-terminal-quake.json

If merged; scoop install https://github.com/flyingpie/windows-terminal-quake/blob/master/scoop/windows-terminal-quake.json

If accepted into main or extras bucket; scoop install windows-terminal-quake

flyingpie commented 3 years ago

@Deliganli Comes along with the next release, thank you!

Deliganli commented 3 years ago

my pleasure, no need to release though, json file existing in master is enough, however on each release version number needs to be updated on that manifest file, along with the hash.

also to let you know, I suggested this program to be added to the scoop-extras bucket but it was rejected, link below https://github.com/lukesampson/scoop-extras/pull/5400

I will open a PR for updating readme regarding the new installation method

flyingpie commented 3 years ago

@Deliganli Thank you. Can you provide a quick command or link to how to generate the hash?

Deliganli commented 3 years ago

On windows: certUtil -hashfile windows-terminal-quake-v0.11-2020-11-02_0001.zip SHA256

Linux: sha256sum windows-terminal-quake-v0.11-2020-11-02_0001.zip

rmobis commented 3 years ago

For some reason I had to use the link to the raw file for scoop to work.

$ scoop install https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/master/scoop/windows-terminal-quake.json

Also, we should probably add this to the README?

Deliganli commented 3 years ago

I believe raw url has been added couple weeks ago in master branch