Compare commits

..
3 Commits
Author SHA1 Message Date
AverageMarcus 55991c13cb Moved some raycast scripts to standard scripts
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-09-17 07:38:45 +01:00
AverageMarcus bf9d4c5089 Switch from raycast to tinycast
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-09-16 20:16:18 +01:00
AverageMarcus 9e36e56bbf Clean up brew tools
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-09-16 06:58:18 +01:00
5 changed files with 66 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/osascript
tell application "BetterTouchTool"
trigger_action "{ BTTPredefinedActionType: 122}" -- Toggle Notification Center (Open)
trigger_action "{ BTTPredefinedActionType: 289}" -- Clear notifications
end tell
delay 1
tell application "BetterTouchTool"
trigger_action "{ BTTPredefinedActionType: 122}" -- Toggle Notification Center (Close)
end tell
+2
View File
@@ -32,9 +32,11 @@ done
if [[ "${POS_ARGS[0]}" == "on" ]]; then
italic "Turning Litra Glow on... "
osascript -e 'display notification "Turning Litra Glow on... " with title "Litra Glow"'
hidapitester --vidpid 046D/C900 --open --length 20 --send-output 0x11,0xff,0x04,0x1c,0x01 &>/dev/null
elif [[ "${POS_ARGS[0]}" == "off" ]]; then
italic "Turning Litra Glow off... "
osascript -e 'display notification "Turning Litra Glow off... " with title "Litra Glow"'
hidapitester --vidpid 046D/C900 --open --length 20 --send-output 0x11,0xff,0x04,0x1c &>/dev/null
else
print_usage
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/osascript
on getMicrophoneVolume()
input volume of (get volume settings)
end getMicrophoneVolume
on disableMicrophone()
set volume input volume 0
log "Microphone turned off 🔴"
display notification "Microphone turned off 🔴" with title "🎙️ Microphone"
end disableMicrophone
on enableMicrophone()
set volume input volume 100
log "Microphone turned on 🟢"
display notification "Microphone turned on 🟢" with title "🎙️ Microphone"
end enableMicrophone
if getMicrophoneVolume() is greater than 0 then
disableMicrophone()
else
enableMicrophone()
end if
+6 -6
View File
@@ -31,7 +31,7 @@ BREW_TOOLS=(
git argocd bandwhich bat danielfoehrkn/switch/switch derailed/k9s/k9s
dive doggo duf dust eza fd fzf git-delta go helm htop jq kind krew curl
kubectl kustomize node procs progress ripgrep rs/tap/curlie rust starship
tektoncd/tools/tektoncd-cli tldr tailscale yq tabby vale jless macchina tz viddy
tektoncd/tools/tektoncd-cli tldr tailscale yq tabby vale jless macchina tz
homeassistant-cli act dnsmasq gh kubebuilder golangci-lint gnu-sed s3cmd
pulumi/tap/pulumi kubeseal fluxcd/tap/flux ical-buddy baobab
watch crane openssh siderolabs/talos/talosctl civo/tools/civo raspberry-pi-imager
@@ -42,11 +42,11 @@ BREW_TOOLS=(
# Brew tools only available / needed on Mac
MAC_BREW_TOOLS=(
pinentry-mac gpg gawk coreutils wget stats font-open-dyslexic-nerd-font
dimentium/autoraise/autoraiseapp the-unarchiver rar mas capcut
mqtt-explorer raycast bettertouchtool calibre kdenlive royal-tsx tableplus
homebrew/cask/todoist ultimaker-cura webtorrent pika pearcleaner spotmenu
jordanbaird-ice utm TheBoredTeam/boring-notch/boring-notch
container orchard
dimentium/autoraise/autoraiseapp the-unarchiver rar mas
mqtt-explorer bettertouchtool calibre kdenlive royal-tsx tableplus
homebrew/cask/todoist ultimaker-cura webtorrent pika pearcleaner
utm TheBoredTeam/boring-notch/boring-notch container orchard fif7y/tap/pelmet
abue-ammar/tinycast/tinycast
)
CARGO_TOOLS=( bottom )
NODE_TOOLS=( git-split-diffs )
+25 -1
View File
@@ -1,4 +1,4 @@
version: 7
version: 8
profiles: []
hotkeys:
copy-current-path: []
@@ -163,6 +163,29 @@ hotkeys:
disconnect-tab: []
command-selector:
- ⌘-Shift-P
debug-save-state:
- Ctrl-Shift-Alt-1
debug-load-state:
- Ctrl-Shift-Alt-2
debug-copy-state:
- Ctrl-Shift-Alt-3
debug-paste-state:
- Ctrl-Shift-Alt-4
debug-save-output:
- Ctrl-Shift-Alt-5
debug-load-output:
- Ctrl-Shift-Alt-6
debug-copy-output:
- Ctrl-Shift-Alt-7
debug-paste-output:
- Ctrl-Shift-Alt-8
scroll-page-up:
- ⌥-PageUp
scroll-page-down:
- ⌥-PageDown
open-sftp: []
group-selectors: {}
pin-tab: []
terminal:
searchOptions: {}
colorScheme:
@@ -194,6 +217,7 @@ terminal:
customColorSchemes: []
background: colorScheme
autoOpen: true
profile: local:binzsh
ssh: {}
configSync:
parts: {}