mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #458] Include completions in the WinGet package #204
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fgimian on GitHub (Jan 4, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/458
Hey there, unfortunately the WinGet package doesn't appear to include completions>
Would you kindly consider including them please?
Thanks a lot
Fotis
@bootandy commented on GitHub (Jan 15, 2025):
This thing ?
https://learn.microsoft.com/en-us/windows/package-manager/package/repository
I'll need to look at winget on linux, as I don't have windows.
https://github.com/microsoft/winget-cli
You are welcome to submit the windows build yourself if you'd like (Might be easier as I don't have windows).
https://github.com/bootandy/dust/releases
@fgimian commented on GitHub (Jan 16, 2025):
Thanks so much @bootandy, yeah WinGet is exclusive to Windows mate. I attempted to start by submitting an updated version of dust myself at https://github.com/microsoft/winget-pkgs/pull/207617 but it kept failing validation so I gave up.
I have decided to just use
cargo installto install it which ensures I get the latest version. The completions also are installed as part of the installation so I can just copy over the one I need.Since the WinGet package for dust is maintained by the community, I'll close this issue now. Moving forward, I am intending to use
cargoto install all my Rust tooling on Windows because I found quite a few packages on WinGet which were out-of-date and not maintained by the software developer (as is the case here too).Huge love and thank you!
Fotis