-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
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
osh: bash prompt special characters #2235
Comments
Line 698 in daa4496
|
Thanks for trying it :) In theory all of these things are in scope, but we are focused more on "batch" scripts (e.g. $IFS incompatibilities) and YSH at the moment So any contributions are welcome Or if you have a specific feature that's blocking a specific program, that's interesting But right now I don't see contributors who are going to implement missing prompt features based on the bash manual The The The
|
The tests for the prompt are here: https://oils.pub/release/0.26.0/test/spec.wwz/osh-py/prompt.html
Writing failing tests is usually about half the work, and we merge failing tests ... if those exist, then other people may be motivated to make them go green (and that has happened before) |
This very well may be out of scope, feel free to close the issue if it is.
https://www.gnu.org/software/bash/manual/html_node/Controlling-the-Prompt.html
the above example does not check
\D
,\nnn
,\[
, or\]
, simply out of laziness on my part.The text was updated successfully, but these errors were encountered: