惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
宝玉的分享
宝玉的分享
博客园 - 【当耐特】
有赞技术团队
有赞技术团队
G
Google Developers Blog
Microsoft Security Blog
Microsoft Security Blog
Apple Machine Learning Research
Apple Machine Learning Research
The Cloudflare Blog
Blog — PlanetScale
Blog — PlanetScale
博客园_首页
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
Last Week in AI
Last Week in AI
Y
Y Combinator Blog
罗磊的独立博客
T
Tailwind CSS Blog
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss
Engineering at Meta
Engineering at Meta
博客园 - 聂微东
博客园 - Franky
B
Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
F
Fortinet All Blogs

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
⚡ I Built a Tool That Saves Me 5 Minutes Every Morning
Mohamed Ismail · 2026-06-12 · via DEV Community
Cover image for ⚡ I Built a Tool That Saves Me 5 Minutes Every Morning

Mohamed Ismail

Every morning I open my laptop, start the backend, start the frontend, open a db tab, open a git tab. Five minutes gone before I've written a single line of code.


Why I made this

I kept writing the same batch script over and over for different projects. Every time I started something new, I'd copy an old one and mess up the paths. Half the time it wouldn't run because I forgot to escape a backslash somewhere.

So I built something to fix that.


Meet WinTerm Pilot

WinTerm Pilot is a free web tool that builds Windows Terminal launch scripts for you.

You tell it what your dev setup looks like — which folders, which commands, which tabs you need open — and it generates a .bat script you can double-click every morning. One click, everything opens exactly how you like it.

No installation. No account. Just open the site, fill in your setup, download the script, done.


How it works

Go to winterm-pilot.netlify.app.

You'll see a simple builder. Add your tabs — give each one a name, a folder path, and the command to run (like npm run dev or dotnet run). You can set which tab opens first, choose split panes if you want, and pick your shell (PowerShell, CMD, or WSL).

Hit generate. Copy or download the script. Run it.

That's it. Your whole dev environment launches in one go.


Who is this actually for?

If you work on Windows and you:

  • Have more than two things running when you code
  • Keep forgetting which folder your backend lives in
  • Wish your terminal just opened the way you want it

...then this is for you.


Try it

👉 winterm-pilot.netlify.app

It's free, it runs in your browser, and your data never leaves your machine. If it saves you even two minutes a day, that's over ten hours a year back in your pocket.


Built by a developer who was tired of clicking the same things every morning.