⚡ Turn your macOS terminal into a powerful workflow hub
A curated collection of macOS scripts, tools, and terminal utilities designed to boost productivity, automate tasks, and simplify daily workflows.
Most terminal setups are either:
- too minimal → no real productivity gain
- too complex → hard to maintain
macos-scripts sits in the middle:
- simple to install
- powerful in use
- modular by design
- ⚡ mqlaunch — a fast terminal launcher for workflows and tools
- 🧰 reusable scripts for automation and system tasks
- 🖥️ terminal dashboards and utilities
- 📚 practical guides (like macOS terminal setup)
- 🧩 modular structure for easy expansion
git clone https://github.com/MCamner/macos-scripts.git
cd macos-scripts
chmod +x install.sh
./install.shThen run:
mqlaunchMAIN MENU
---------
1. System tools
2. Automation
3. Terminal tools
4. AI tools
5. Git tools
X. Exit
> Fast. Minimal. Powerful.
mqlaunch is the heart of the project.
It acts as:
- a launcher
- a control center
- a workflow engine
Instead of remembering commands, you navigate a structured menu.
macos-scripts/
├── terminal/ # launchers, UI, terminal tools
├── automation/ # workflows and automation scripts
├── system/ # system tweaks and utilities
├── tools/ # reusable tools and guides
│ ├── scripts/
│ ├── cli/
│ └── mac-terminal-guide/
├── ui/ # dashboards and visual tools
└── install.sh # setup script
- bootstrap a new macOS environment
- speed up daily terminal workflows
- build your own CLI toolkit
- learn practical shell scripting
- create a personal productivity system
- simplicity over complexity
- practical tools over theory
- fast workflows over perfect setups
- modular building blocks
- improve mqlaunch UI/UX
- add more automation scripts
- expand terminal dashboards
- create plug-and-play tool packs
Ideas, improvements, and experiments are welcome.
Mattias Camner