Can I get better update output? (nvim --headless) #1928
Unanswered
MikaelElkiaer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to determine if there are any available updates outside of
nvim
.I was hoping to simply run:
nvim --headless +'lua require("lazy").check({show=false,wait=true})' +qa
and then filter and format, e.g.:
However, it seems that a newline is missing for every new plugin update.
For example:
See below for full output.
While this does not make it impossible to parse, it makes it cumbersome.
Bonus: I would also like a better way to disable color output instead of having to strip of ANSI escape sequences.
Output
Beta Was this translation helpful? Give feedback.
All reactions