nano-for-windows icon indicating copy to clipboard operation
nano-for-windows copied to clipboard

Winget?

Open sebtech33 opened this issue 1 year ago • 4 comments

Would it be possible to add this to winget for easy installation natively? There is one in winget (GNU.nano) but this is using a old build and does not work.

I know i can install it with scoop, but for me I would only install scoop to install this which i would prefer not to do.

sebtech33 avatar Aug 04 '23 21:08 sebtech33

Related to https://github.com/microsoft/winget-pkgs/issues/95161

rasa avatar Aug 05 '23 05:08 rasa

Related to microsoft/winget-pkgs#95161

Well, this is a port, right? If it's not under the official listing then it would likely have to be added to winget separately, likely under okibcn.Nano instead of the current official (albeit archaic and broken) GNU.Nano

Adam-Kay avatar Jan 24 '24 22:01 Adam-Kay

Is there any opposition to getting Nano for Windows submitted to winget as okibcn.Nano? If not, I would volunteer to go ahead and file a PR with the winget-pkgs repo. Not having any modern nano version in winget has been driving me slightly insane for years

AdrianDeWinter avatar Jul 07 '24 18:07 AdrianDeWinter

Not having any modern nano version in winget has been driving me slightly insane for years

I think that's a great idea. I'd say go for it.

But note that if you're willing to pollute your path with all that git offers, you can install a recent nano with WinGet:

winget install --id Git.Git
set "path=%path%;C:\Program Files\Git\usr\bin"
nano --version
 GNU nano, version 8.0
 (C) 2024 the Free Software Foundation and various contributors
 Compiled options: --enable-utf8

But that nano doesn't have all the features of this build.

rasa avatar Jul 07 '24 19:07 rasa