Zum Inhalt springen
_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
Referenzen Technologien Blog Know-how Tools
Über uns Zusammenarbeit Karriere
CS EN DE
Lassen Sie uns sprechen

Mac terminal: 20 triků pro power users

24. 06. 2025 1 Min. Lesezeit intermediate

macOS skrývá spoustu power-user nástrojů přímo v terminálu. Tady je 20, které byste měli znát.

pbcopy/pbpaste — clipboard

echo “Hello” | pbcopy
pbpaste > output.txt

open — otevřete cokoliv

open .
open -a “Visual Studio Code” .
open https://google.com

caffeinate — zabraňte uspání

caffeinate -t 3600
caffeinate -w 12345

mdfind — Spotlight z terminálu

mdfind “docker compose”
mdfind -name “config.yml”

say — text to speech

say “Build complete”
say -v Zuzana “Ahoj”

defaults — skryté nastavení

defaults write com.apple.finder AppleShowAllFiles -bool true
defaults write com.apple.dock autohide-delay -float 0

networkQuality

networkQuality

diskutil

diskutil list
diskutil apfs list

Síťové nástroje

lsof -i -P | grep LISTEN
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

Utility

shasum -a 256 file.txt
file mystery_file
log show –last 1h

Závěr

Kombinace Unix základů s Apple-specifickými nástroji dělá z Mac terminálu produktivní prostředí.

macosterminalproduktivita
Teilen:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.