noice.nvim
noice.nvim copied to clipboard
feature: notify-send progressbar
Did you check the docs?
- [x] I have read all the noice.nvim docs
Is your feature request related to a problem? Please describe.
Would it be possible to support a notify-send progress bar? When I push a commit with fugitive.nvim, I currently just get a single large notification at the end instead of a proper progress bar:
Enumerating objects: 141, done.
Counting objects: 0% (1/141)
Counting objects: 100% (141/141), done.
Delta compression using up to 8 threads
Compressing objects: 100% (137/137), done.
Writing objects:
Writing objects:
Writing objects:
MiB/s
Writing objects:
MiB/s
Writing objects:
MiB/s
Writing objects:
MiB/s
Writing objects:
MiB/s
Writing objects:
MiB/s
80% (113/141)
84% (119/141)
84% (119/141), 5.30 MiB | 4.80
84% (119/141), 15.46 MiB | 6.54
84% (119/141), 17.54 MiB | 5.08
84% (119/141), 19.52 MiB | 4.38
84% (119/141), 20.54 MiB | 4.06
84% (119/141), 22.57 MiB | 3.97
Describe the solution you'd like
To have a notify-send progress bar. Pseudocode:
notify-send "Git commit {COMMIT_MESSAGE}" "Enumerating objects..." -h int:value:15
notify-send "Git commit {COMMIT_MESSAGE}" "Counting objects..." -h int:value:25
notify-send "Git commit {COMMIT_MESSAGE}" "Compressing objects..." -h int:value:50
notify-send "Git commit {COMMIT_MESSAGE}" "Writing objects..." -h int:value:100
Describe alternatives you've considered
None
Additional context
No response
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
bump