Install
Editors, IDEs & Developer Experience
Code editors, IDEs, terminals, formatting, linting, and the tooling that makes developers fast.
- 6 Subtopics
- 6 Tracked terms
- Last 30 days Feed window
Inside Editors, IDEs & Developer Experience
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Editors, IDEs & Developer Experience
I Love tmux. But I Switched to Something with Themes, Plugins, and a Config That Doesn't Fight Back.
1+ day, 9+ hour ago (421+ words) This story originally appeared on Medium If you've spent any real time in the terminal, you've probably settled into a multiplexer. tmux is the obvious choice — it's battle-tested, endlessly configurable, and runs everywhere. GNU Screen is still kicking for people…...
Terminal-Bench 4.0
2+ day, 6+ hour ago (269+ words) Where Terminal-Bench 2.x was mostly software engineering and system administration, 4.0 is deliberately wide. The tasks span seven categories: We include Terminal-Bench because it is widely reported by model providers, because it reflects the kind of end-to-end terminal work that agentic…...
Finding the right terminal in a room full of agents
3+ day, 1+ hour ago (395+ words) I don't lose terminals when they're running. I lose them when I come back. An hour ago I had five... Tagged with terminal, ai, devtools....
My Weekly Tech Digest: What I Learned in Linux Essentials with Akwannya Hub
3+ day, 14+ hour ago (730+ words) This week, I dove deep into the core concepts of the Linux Essentials course organized by Akwannya Hub. Here is a quick breakdown of everything I covered, from low-level kernel concepts to cloud infrastructure! Fundamentals & System Architecture Open Source & Licensing:…...
What Actually Happens When You Press Enter in a Terminal
3+ day, 18+ hour ago (179+ words) What is mysh? A small POSIX-style shell. It's not a Bash replacement, and I'll be upfront about that. It's a working reference for how a shell turns raw text into running processes. What it handles today: Pipes and redirections: |,, >>, and…...
Linux Terminal Basics: The 20 Commands You Actually Need
3+ day, 14+ hour ago (638+ words) A fresh install ships more than a thousand commands, but twenty do the everyday work — here is what each one does and the trap hiding behind …...
2. Linux Commands - Beginner
4+ day, 8+ hour ago (189+ words) Essential Linux Terminal Commands ls - List files and folders in the current directory. ls -l - Show detailed file information (sizes, permissions, date modified). ls -a - Show hidden files (files starting with a.). pwd - Show your current directory path (Print Working Directory)....
The Art of the Elegant Fix: How a Dev Rewrote the Rules of the Terminal
4+ day, 15+ hour ago (1115+ words) We have all been there. You are staring at your terminal, trying to install a simple utility to get on with your day, and instead, you are sucked into a rabbit hole of broken dependencies, permission errors, and endless compiling…...
Alt-g and Readline shortcuts that make Bash completion a bit more convenient
5+ day, 15+ hour ago (533+ words) Let's say you're using Bash and you have a directory like this: You want to move to this directory, but you only remember bbb in the middle of the name, not the leading aaa. You might be tempted to do:…...
tfm: Modern mouse-first terminal file manager for linux
5+ day, 16+ hour ago (21+ words) I made an opensource terminal file manager on linux. Its fast, intuitive, and super customizable,... Tagged with linux, opensource, tools, typescript....