diff --git a/specs/macOS/spotlight-indexing.yaml b/specs/macOS/spotlight-indexing.yaml new file mode 100644 index 00000000..a9d60e04 --- /dev/null +++ b/specs/macOS/spotlight-indexing.yaml @@ -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: [] \ No newline at end of file diff --git a/specs/turborepo/workflows/Cargo.toml b/workflows/Cargo.toml similarity index 100% rename from specs/turborepo/workflows/Cargo.toml rename to workflows/Cargo.toml diff --git a/specs/turborepo/workflows/build.rs b/workflows/build.rs similarity index 100% rename from specs/turborepo/workflows/build.rs rename to workflows/build.rs diff --git a/specs/turborepo/workflows/src/lib.rs b/workflows/src/lib.rs similarity index 100% rename from specs/turborepo/workflows/src/lib.rs rename to workflows/src/lib.rs