คำตอบ:
จริงๆแล้วมันเป็น symlink ไม่ใช่นามแฝง Spotlight จัดทำดัชนี symlink ไปยังไฟล์ที่ถือว่าเป็นไฟล์ระบบ แต่จะไม่แสดงใน GUI มันจะแสดงชื่อแทนดังนั้นคุณสามารถเพียงแค่command-option-drag /usr/local/Cellar/macvim/*/MacVim.app ไปยัง / Applications จาก Finder
หรือแปลง symlink เป็นนามแฝง:
brew linkapps; find ~/Applications -type l | while read f; do osascript -e "tell app \"Finder\" to make new alias file at POSIX file \"/Applications\" to POSIX file \"$(/usr/bin/stat -f%Y "$f")\""; rm "$f"; done
หรือถ้าคุณใช้อัลเฟรดมันสามารถตั้งค่าให้รวมแอปพลิเคชันใน / usr / local / Cellar ในผลการค้นหาเริ่มต้น