Skip to content

Commit

Permalink
Merge branch 'main' into elasticsearch_workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
elvis kahoro authored Sep 5, 2023
2 parents d74f112 + 4274456 commit 572ef74
Show file tree
Hide file tree
Showing 5 changed files with 31 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: []
15 changes: 15 additions & 0 deletions specs/shell/make_a_dir_and_change_into.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Make a directory and change into it
command: mkdir {{dirname}} && cd $_
tags:
- shell
description: Runs `mkdir` followed by `cd`. Generated by Warp AI.
arguments:
- name: dirname
description: The directory name to make and get into
source_url: "https://www.craft.do/s/1BYQC2mvGK82DC"
author: blinpete
author_url: "https://github.com/blinpete"
shells:
- Zsh
- Bash
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 572ef74

Please sign in to comment.