-
-
Notifications
You must be signed in to change notification settings - Fork 650
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
Add username@hostname #7
Comments
Please do, but it should work on windows too ;) |
Please do! if on windows, it should just be "whoami" intsead of "whoami"@"hostname" |
I would try to implement this feature, but I have a few questions before I start: Is this just a one-time read of the current user/group? |
I think this can be query once when the page is loaded. It is very unlikely that the information change during the use of the terminal. I just do not know if it is very useful as most of the time the user will be |
Then I'll create a PR about it, even if it's just a small feature, it's a nice gimmick. |
Implemented in v2023.05.22 :) |
@flozz - what do you think about implementing this:
That screenshot shows how it looks using https://github.com/Arrexel/phpbash
If you're interested, I could put together a PR.
The text was updated successfully, but these errors were encountered: