Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show installation progress #169

Open
glyh opened this issue Jul 27, 2022 · 1 comment
Open

Show installation progress #169

glyh opened this issue Jul 27, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@glyh
Copy link

glyh commented Jul 27, 2022

Is your feature request related to a problem? Please describe.

As title, It would be nice if I can see the download progress of the program so that I know whether the network is not working, or it's merely taking a long time to download some packages.

Describe the solution you'd like

UI like packer.nvim would be ideal.

Describe potential alternatives you've considered

No response

Additional context

No response

@glyh glyh added the enhancement New feature or request label Jul 27, 2022
@williambotman williambotman added this to Needs triage in Issue Triaging Jul 27, 2022
@williamboman williamboman moved this from Needs triage to Backlog in Issue Triaging Jul 28, 2022
@williamboman
Copy link
Owner

Hello! Yes this is something I'd like to do as well. This is however non-trivial to implement as most asynchronous operations are externalized (file downloads are done via wget, curl, Invoke-WebRequest, Node installations are mostly done via npm etc.). The ability to extract meaningful progress information will vary greatly.

vantaboard pushed a commit to vantaboard/mason.nvim that referenced this issue Jan 10, 2024
* chore(workflows): update dependencies

* style: enforce import order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants