[GH-ISSUE #458] Include completions in the WinGet package #204

Closed
opened 2026-06-08 11:26:07 +03:00 by zhus · 2 comments
Owner

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>

C:\Program Files\WinGet\Packages\bootandy.dust_Microsoft.Winget.Source_8wekyb3d8bbwe🔒
🕙 [ 02:56:18 PM ] ❯ fd -t file
dust-v1.0.0-x86_64-pc-windows-gnu/LICENSE
dust-v1.0.0-x86_64-pc-windows-gnu/README.md
dust-v1.0.0-x86_64-pc-windows-gnu/dust.exe

Would you kindly consider including them please?

Thanks a lot
Fotis

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> ``` C:\Program Files\WinGet\Packages\bootandy.dust_Microsoft.Winget.Source_8wekyb3d8bbwe🔒 🕙 [ 02:56:18 PM ] ❯ fd -t file dust-v1.0.0-x86_64-pc-windows-gnu/LICENSE dust-v1.0.0-x86_64-pc-windows-gnu/README.md dust-v1.0.0-x86_64-pc-windows-gnu/dust.exe ``` Would you kindly consider including them please? Thanks a lot Fotis
zhus closed this issue 2026-06-08 11:26:07 +03:00
Author
Owner

@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

<!-- gh-comment-id:2593767153 --> @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
Author
Owner

@fgimian commented on GitHub (Jan 16, 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

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 install to 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 cargo to 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

<!-- gh-comment-id:2594114368 --> @fgimian commented on GitHub (Jan 16, 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 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 install` to 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 `cargo` to 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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#204