Hacker News new | ask | show | jobs
by archagon 4969 days ago
As a developer, the last point bothers me the most. Why can't I use my standard OS shortcuts with the command line?! It looks just like a text prompt, and yet it doesn't behave like one. (And I'm sorry, but bash shortcuts are ugly.)

For me, at least, the dependency issue has been resolved with automatic build systems like MacPorts. It's been a while since I had to manually seek out the dependencies for a command line program by hand.

Discoverability is very much an issue. I tried to figure out how to get ffmpeg to do something last night, and it took me hours. I find Google to be far more indispensable when using the command line than the man pages.

Despite all these issues, I still find the command line invaluable. :)