quick-picture-viewer icon indicating copy to clipboard operation
quick-picture-viewer copied to clipboard

Feature request - Chocolatey package

Open protocolist opened this issue 4 years ago • 5 comments

It would be great if you were able to create/maintain a Chocolatey package (https://chocolatey.org/) for automated deployments.

protocolist avatar Dec 09 '20 05:12 protocolist

It is on Scoop https://github.com/lukesampson/scoop-extras/blob/master/bucket/quick-picture-viewer.json And I also made a winget version https://github.com/microsoft/winget-pkgs/tree/master/manifests/m/ModuleArt/QuickPictureViewer

Witchilich avatar Dec 19 '20 14:12 Witchilich

I have uploaded the Quick Picture Viewer package on the Chocolatey. I'm waiting for the request to be accepted.

Beelink avatar Feb 22 '21 13:02 Beelink

It is on Scoop https://github.com/lukesampson/scoop-extras/blob/master/bucket/quick-picture-viewer.json

image

I would like to install it using Scoop. Can you help me?

Beelink avatar Feb 24 '21 15:02 Beelink

It is on Scoop https://github.com/lukesampson/scoop-extras/blob/master/bucket/quick-picture-viewer.json

image

I would like to install it using Scoop. Can you help me?

You need to install git(or mingit or mingit-busybox, which I used) and 7zip and then add the extras bucket. You have installed git, but not installed 7zip and added the extras bucket after that. After that you can install Quick Picture viewer The steps I used are(I installed them globally so you have to always use admin powershell or Scoop's own sudo command).

Set-ExecutionPolicy RemoteSigned -scope CurrentUser -Force
iwr -useb get.scoop.sh | iex
$env:SCOOP_GLOBAL='C:\Scoop'
[environment]::setEnvironmentVariable('SCOOP_GLOBAL',$env:SCOOP_GLOBAL,'Machine')
scoop install mingit-busybox 7zip sudo -g
[environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'Machine')
scoop bucket add extras
scoop install quick-picture-viewer -g

Witchilich avatar Feb 24 '21 15:02 Witchilich

I have uploaded the Quick Picture Viewer package on the Chocolatey. I'm waiting for the request to be accepted.

Hey, @Beelink! Was the package accepted? I can't find it in either Chocolatey's CLI or Web package search.

paanvaannd avatar Sep 16 '21 21:09 paanvaannd