Skip to content

Instantly share code, notes, and snippets.

@sowich
Created October 26, 2023 03:30
Show Gist options
  • Save sowich/102a4cab37e1d426c0d7fc41f56f4aff to your computer and use it in GitHub Desktop.
Save sowich/102a4cab37e1d426c0d7fc41f56f4aff to your computer and use it in GitHub Desktop.
macos_spotlight_on_off.txt
# Включмть индексацию Spotlight можно командой:
sudo mdutil -a -i on
# Выключмть индексацию Spotlight можно командой:
sudo mdutil -a -i off
При выключенной индексации не работают теги!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment