Skip to content

Commit c7aaf2f

Browse files
jpvajdaelvis kahoro
andauthored
adds a workflow for macOS spotlight indexing (#127)
* 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>
1 parent 12deb42 commit c7aaf2f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Starts or stops the MacOS Spotlight indexing process mds_stores.
3+
command: |-
4+
sudo mdutil -a -i {{switch}}
5+
tags:
6+
- MacOS
7+
- mds_stores
8+
description: mds_stores is a CPU intensive process that runs for Spotlight indexing. This command will enable or disable that process.
9+
arguments:
10+
- name: switch
11+
description: can be set to on or off.
12+
default_value: off
13+
source_url: "https://electrictoolbox.com/disable-spotlight-indexing-mac-osx/"
14+
author: The Electric Toolbox
15+
author_url: "https://electrictoolbox.com/contact/"
16+
shells: []

0 commit comments

Comments
 (0)