We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many users (as well as me) like to have current time in terminal when running commands.
What about possibility that we extend this with another prompt but for current time and which should be configurable as well.
Currently, PS1 is defined like: PS1="${prompt_user}${prompt_symbol}${prompt_path} "
PS1="${prompt_user}${prompt_symbol}${prompt_path} "
My proposal is to have something like this:
PS1="${prompt_time}${prompt_user}${prompt_symbol}${prompt_path} "
Then, we could have in app_config configured for example like this:
app_config
show-time: true time-format: \D{%H:%M:%S}
If this proposal makes sense I'm more than glad to open PR for this.
The text was updated successfully, but these errors were encountered:
Hi @jtrupina
Thank you a lot for your suggestion. I'll be happy to review your PR! Please submit it! Let's make Fancygit even better!
Sorry, something went wrong.
@diogocavilha Here is the PR ready for review: #92
Thanks @jtrupina.
I'm closing this thread once the feature has been merged already.
No branches or pull requests
Many users (as well as me) like to have current time in terminal when running commands.
What about possibility that we extend this with another prompt but for current time and which should be configurable as well.
Currently, PS1 is defined like:
PS1="${prompt_user}${prompt_symbol}${prompt_path} "
My proposal is to have something like this:
PS1="${prompt_time}${prompt_user}${prompt_symbol}${prompt_path} "
Then, we could have in
app_config
configured for example like this:If this proposal makes sense I'm more than glad to open PR for this.
The text was updated successfully, but these errors were encountered: