This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ----------------------------------------------------------------------------- | |
| # 🌿 Mindful Terminal | |
| # | |
| # Read more: https://www.devproblems.com/developer-mindfulness | |
| # | |
| # A simple shell script to trigger mindfulness prompts before long-running | |
| # developer commands (npm install, docker build, etc). | |
| # | |
| # HOW IT WORKS: | |
| # This script is SEQUENTIAL. It introduces a deliberate delay (default: 3s) |