Skip to content
New issue

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

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

Already on GitHub? # to your account

Add possibility to style the individual prompt placeholders #502

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sbreakey
Copy link

@sbreakey sbreakey commented Dec 4, 2020

Added the possibility to style the individual prompt placeholders, since I use a few of the placeholders but want the hostname to stand out a bit more.
Uses the prompt_toolkit's HTML() method, as splitting the prompt into a list of tuples seemed overkill.

Ideally I wanted to be able to style the prompt based on a regex or some sort of string matching, so that I could style it as red when I am querying a production database for example, just as a hint not to do anything stupid :)
... but I went for the easier option.

@ghost
Copy link

ghost commented Dec 4, 2020

CLA assistant check
All CLA requirements met.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants