Stefan Holderbach
Stefan Holderbach
That sounds like a nice addition. Would probably best be implemented as an additional tooltip/status bar widget with a corresponding trait to make the language specific feature implementable.
This idea is similar to #236. There is certainly some interest to be able to have some background process/thread/task printing without disrupting the layout of the prompt. Currently we certainly...
Awesome @GrxE, we would be happy to take a look!
MVP landed in #467.
Do you want to use it with nushell or in a separate project? For solutions in pure nu @fdncred is probably the prompt maestro, getting the different prompt plugins like...
I don't know if the `PROMPT_COMMAND` currently supports dynamic resizing. (i.e. execute nu code once or frequently/whenever necessary) Reedline is using crossterm to listen via terminal raw mode for those...
Yeah it would be great to have more options to hook in there (like using an external comamnd to fill the line buffer with certain content as well). There might...
# Current voting Vote for the topic(s) you care about by selecting the corresponding emoji. (No judgement based on the emojis sentiment!) - :+1: Ability to have popups for things...
Do you happen to know an alternative light weight crate for that task? In this case it is just needed for the basic timestamp in the example Prompt and now...
For the time-stamping in the db that should be fine (if timezone or strict ordering concerns are not an issue). I don't recall the std library directly providing the formatting...