Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Are CLI tools inherently accessible?


I’d guess not necessarily.

Writing a command for a cli tool is probably reasonably accessible to blind people.

But if I think of a typical workflow with unix tools (less, grep, awk, sed, sort, cut, etc), I feel like it involves a lot of glancing at the shape of a big page of results and deciding what to do. I wonder if this is harder/impossible for blind people? Maybe one just gets better at a different workflow involving eg lots of head, tail, grep -o, and less less.

I also would guess that tab-completion isn’t super accessible but maybe I’m completely wrong.


I guess 99.9% are. However, it is pretty hard to order a pizza or buy your weekly load of groceries with a CLI tool :-) If you want to interact with the rest of the world, you will likely need to use the web...


> However, it is pretty hard to order a pizza [..] with a CLI tool :-)

You’d be surprised. ;) Here’s a classic from 2004:

https://www.slashdot.org/story/45782

(That specific tool probably no longer works, but Domino’s still has an API for ordering pizza… although apparently the new one isn’t officially supported.)


Have you tried Emacs?


Emacs is a GUI tool using curses (or similar). That it runs on a terminal doesn't make it a cli app in any of the regular sense...


Huh. This makes me wonder how many blind people prefer using ed.


Since 23 years now :-)


I often use w3m.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: