Skip to content

Instantly share code, notes, and snippets.

@maykar
maykar / plex_assistant_IFTTT.yaml
Last active January 20, 2021 23:38
IFTTT automation for Plex Assistant
blueprint:
name: Plex Assistant IFTTT Automation
description: Cast Plex media with IFTTT and Google Assistant
domain: automation
input:
save:
name: Type anything on this line.
description: HA currently requires you to do this to save.
trigger:
@maykar
maykar / animated_dropdown_window.ahk
Last active June 16, 2020 21:57
[AutoHotkey] Animated Guake-like dropdown visor for any window. By default this script is setup for fman (http://fman.io) with the hotkey F12, but it is configurable by modifying config. Inspired by and modified from this gist by Jon Dolan: https://gist.github.com/jondolan/9eb0a9eefffac3ae67445763973e9f58
; Animated Guake-like dropdown visor for any window.
; By default this script is setup for fman (fman.io) with the hotkey F12,
; but it is configurable by modifying config below.
; Inspired by and modified from this gist by Jon Dolan
; https://gist.github.com/jondolan/9eb0a9eefffac3ae67445763973e9f58
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%