ScoopInstaller / Main

📦 The default bucket for Scoop.
https://scoop.sh
The Unlicense
1.59k stars 963 forks source link

[Request] Nekofetch #2975

Closed singlekeycap closed 2 years ago

singlekeycap commented 2 years ago

Package Request

Criteria

For a package to be acceptable in the Main bucket, it should be:

Information

Name: nekofetch

Description: This is winfetch, but it uses catgirls as distro icon instead of the regular Windows 10/11 icon.

Homepage: https://github.com/justanobody2107/public-projects/tree/main/nekofetch

Download link(s): https://github.com/justanobody2107/public-projects/blob/main/nekofetch/v1.0.0/nekofetch.ps1

Some indication of popularity/repute: 1 star on GitHub repo, very popular package from a developer named Boba, which has since been deleted for personal reasons. This is simply the Windows port of it.

amreus commented 2 years ago

This is a wrapper script for winfetch that downloads and displays an alternate image. It does not meet the criteria for the Main repo.

This is the entire script:

$url = ((iwr https://nekos.life/api/v2/img/neko).Content | ConvertFrom-Json).url
iwr $url -OutFile neko.jpg
winfetch -image neko.jpg
Remove-Item neko.jpg
rashil2000 commented 2 years ago

@amreus is right.

@justanobody2107 if people want this, they can simply create a function for it in their $Profile.

I'm going to close this and the PR.