-
Last version of tampermonkey [https://www.tampermonkey.net/] script : https://pastebin.com/GkvLgsz9
// ==UserScript== // @name Reddit VO // @namespace http://tampermonkey.net/
// @version 1.0
#!/usr/bin/env bash | |
set -euo pipefail | |
# --- Options parsing --- | |
usage() { | |
cat <<EOF | |
Download a Homebrew bottle (precompiled package) from GHCR for a formula | |
Homebrew Formulae catalog : https://formulae.brew.sh/ |
Last version of tampermonkey [https://www.tampermonkey.net/] script : https://pastebin.com/GkvLgsz9
// ==UserScript==
// @name Reddit VO
// @namespace http://tampermonkey.net/
// @version 1.0
XPipe - connection management
Rancher Desktop
windows, macos, linux
# Useful references: | |
# | |
# https://superuser.com/questions/992511/emulate-a-keyboard-button-via-the-command-line | |
# https://ss64.com/vb/sendkeys.html | |
# https://social.technet.microsoft.com/Forums/windowsserver/en-US/96b339e2-e9da-4802-a66d-be619aeb21ac/execute-function-one-time-in-every-10-mins-in-windows-powershell?forum=winserverpowershell | |
# https://learn-powershell.net/2013/02/08/powershell-and-events-object-events/ | |
# | |
# Future enhancements - use events rather than an infinite loop | |
while (1) { | |
$wsh = New-Object -ComObject WScript.Shell |