Skip to content

Commit

Permalink
adds a workflow for macOS spotlight indexing (#127)
Browse files Browse the repository at this point in the history
* adds a workflow for macOS spotlight indexing

* Update specs/macOS/spotlight-indexing.yaml

removes spotlight

* Update specs/macOS/spotlight-indexing.yaml

remove Apple

---------

Co-authored-by: elvis kahoro <elvis@warp.dev>
  • Loading branch information
jpvajda and elvis kahoro authored Sep 5, 2023
1 parent 12deb42 commit c7aaf2f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions specs/macOS/spotlight-indexing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Starts or stops the MacOS Spotlight indexing process mds_stores.
command: |-
sudo mdutil -a -i {{switch}}
tags:
- MacOS
- mds_stores
description: mds_stores is a CPU intensive process that runs for Spotlight indexing. This command will enable or disable that process.
arguments:
- name: switch
description: can be set to on or off.
default_value: off
source_url: "https://electrictoolbox.com/disable-spotlight-indexing-mac-osx/"
author: The Electric Toolbox
author_url: "https://electrictoolbox.com/contact/"
shells: []

0 comments on commit c7aaf2f

Please sign in to comment.