bash-prompt-generator icon indicating copy to clipboard operation
bash-prompt-generator copied to clipboard

$PS2

Open Roy-Orbison opened this issue 1 year ago • 2 comments

Feature Description

When a prompt overflows a line (from unclosed strings or \ to deliberately continue a line), bash uses PS2 as the secondary prompt. I colour this as well, which looks a lot better than the default. E.g. if my PS1 ends with \[\e[38;5;131m\]\$\[\e[0m\] , my PS2 will be \[\e[38;5;131m\]>\[\e[0m\] .

Can you add an optional Secondary Prompt section that, if completed adds a PS2='...' line to the Output and its result to the Preview?

Not a duplicate

  • [X] This is not a duplicate

Want to Implement

  • [ ] I want to implement this feature

Roy-Orbison avatar Oct 25 '24 04:10 Roy-Orbison