Skip to content
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

Closed
RichMorin opened this issue Jun 21, 2021 · 5 comments
Closed

notion: web-based interface for nushell #3663

RichMorin opened this issue Jun 21, 2021 · 5 comments
Labels
Stale used for marking issues and prs as stale

Comments

@RichMorin
Copy link

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

@fdncred
Copy link
Collaborator

fdncred commented Jun 21, 2021

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.
open samples/movies.csv
It kind of produces tabular data

@RichMorin
Copy link
Author

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.

@jntrnr
Copy link
Member

jntrnr commented Jun 21, 2021

@RichMorin we'd definitely welcome the help, and we'd be happy to improve the html output or take PRs to improve the output.

@github-actions
Copy link

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.

@github-actions github-actions bot added the Stale used for marking issues and prs as stale label Sep 20, 2021
@github-actions
Copy link

github-actions bot commented Oct 1, 2021

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.

@github-actions github-actions bot closed this as completed Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale used for marking issues and prs as stale
Projects
None yet
Development

No branches or pull requests

3 participants