I hereby claim:
- I am FelschR on github.
- I am felschr (https://keybase.io/felschr) on keybase.
- I have a public key whose fingerprint is F954 52E9 4F85 BBBD 69CA 529C F9C2 7684 FF42 B47B
To claim this, I am signing this object:
| #! /usr/bin/env nu | |
| print "This script synchronizes site data & cookie exceptions for Firefox-based browsers with a TOML config file." | |
| let browsers = [ | |
| { name: "Firefox" path: "~/.mozilla/firefox" } | |
| { name: "Tor Browser" path: "~/.tor project/firefox" } | |
| { name: "Mullvad Browser" path: "~/.mullvad/mullvadbrowser" } | |
| ] | |
| let browser = $browsers | input list --display name --fuzzy "Select your browser" |
| #! /usr/bin/env nu | |
| # See format description for `SiteSecurityServiceState.bin`: | |
| # https://gitlab.torproject.org/tpo/applications/tor-browser/-/blob/tor-browser-128.7.0esr-14.5-1/security/manager/ssl/data_storage/src/lib.rs#L349-353 | |
| # Format is [checksum][score][last accessed][key][value] | |
| let browsers = [ | |
| { name: "Firefox" path: "~/.mozilla/firefox" } | |
| { name: "Tor Browser" path: "~/.tor project/firefox" } |
| #! /usr/bin/env nu | |
| let $status = tailscale lock status --json | from json | |
| let $nodes = $status | get FilteredPeers | |
| let $nodes_mullvad = $nodes | where Name =~ ".mullvad.ts.net" | |
| let count_total = $nodes | length | |
| let count_mullvad = $nodes_mullvad | length |
| blueprint: | |
| name: Presence-activated Light | |
| description: Turn on a light when presence is detected. | |
| domain: automation | |
| source_url: https://gist.github.com/felschr/d9864e8f8a892ac9157942810abc8c21 | |
| author: felschr | |
| input: | |
| presence_entity: | |
| name: Presence Sensor | |
| selector: |
| blueprint: | |
| name: Notify & save a camera snapshot when motion is detected | |
| description: Notify & save a camera snapshot with archive when motion is detected | |
| domain: automation | |
| source_url: https://gist.github.com/felschr/6194c361e4cab383c685490beec09e1e | |
| author: felschr | |
| input: | |
| motion_sensor: | |
| name: Motion sensor | |
| description: The sensor wich triggers the snapshot creation |
I hereby claim:
To claim this, I am signing this object: