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
notion: web-based interface for nushell #3663
Comments
|
Sounds cool. This was one of our first attempts at such a thing although it doesn't tick all the boxes you mention. https://www.nushell.sh/demo/ Try this once you get to the site. |
|
That seems like a great start. It might benefit from having some semantic HTML tags added for navigation and such, but it's very much in the right direction. It might be nice to fiddle with the layout to make it easier for a blind person to use. FWIW, I know several blind techies who could try things out, make suggestions, etc. |
|
@RichMorin we'd definitely welcome the help, and we'd be happy to improve the html output or take PRs to improve the output. |
|
This issue is being marked stale because it has been open for 90 days without activity. If you feel that this is in error, please comment below and we will keep it marked as active. |
|
This issue has been marked stale for more than 10 days without activity. Closing this issue, but if you find that the issue is still valid, please reopen. |
I'd like to propose adding a web-based interface to nushell. Although there are other ways this could be useful, my primary motivation is improving accessibility for blind and visually impaired users.
By way of explanation, consider the way that nushell formats tables using monospace characters. This works fine for sighted users, but is completely useless for blind ones. However, if the tables were formatted using HTML, any screen reader could let a blind user navigate the table in two dimensions.
I suspect that there are also opportunities for adding useful menus and other widgets, but I won't try to predict what they might be.
-r
The text was updated successfully, but these errors were encountered: