this post was submitted on 23 Jan 2026
585 points (91.1% liked)
Programmer Humor
29487 readers
589 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Consider the shell itself to be "the IDE"
Everything is interoperable, extensible, scriptable, and more. CLI tools are designed to run fast/instant, have keyboard shortcuts for everything, and be deeply customizable. The openness and variety cannot be overstated, Google "CLI file explorer" and you'll easily find at least 10. Nobody has the same exact setup because it gets molded to match how your brain works. Go for popular tools, niche setups, or both.
Graphical IDEs could also run fast/instant and have keyboard shortcuts for everything, but their users don't demand it. If you wished the file explorer/git integration/debugger/etc worked a bit differently, there might be a plugin, if you're lucky. Many operations can only be invoked manually via sequence of dialog boxes or mouse clicks or both.