browsh
browsh copied to clipboard
Add option to navigate line-wise
Blind users are using a screen reader with synthetic speech and optionally a
braille display to read the contents of the terminal. The navigation happens
line-wise and the synthetic speech reads text from left to right.
It would be therefore very beneficial if the arrow keys (and j,k
in the future
Vi mode) would only move the cursor position by a line. This could be a
configuration option, if changing the default behaviour is not desired. As a
reference, this behaviour is default in w3m.
Additionally, the cursor should be positioned at the beginning of the text buffer.
Thanks
Don't see a reason why we couldn't add a configuration option for this.
This issue will be mostly resolved once vim like navigation arrives. I'm working on it right now. #31
Vim-like navigation is more than I was hoping for, thanks!
@humenda It's in the vim-mode-experimental branch. Please try it.
I would like to avoid installing all the required dependencies. Can I use docker to build from source as well? If so, how would that work? The README only details the general development workflow.
Thanks
@humenda For now you'll have to follow the guides linked to in the README to build and test the new branch.
@tobimensch I now tried several times to build Browsh on my machine, but I'm hitting too many errors with NPM for which I don't have the time to figure out the cause for, sorry.
@humenda Which OS are you using? Maybe I can provide a build for you.
@tombh Could we provide builds for development branches? Maybe with special development branch tags?
@tobimensch x86_64 GNU/Linux. Thanks
What's the state of this (and the vim-navigation branch)?
I'm not actively working on Browsh at the moment. But as ever, I do to still have plans for Browsh, and I very much hope to fix those things.