Skip to content

Instantly share code, notes, and snippets.

View Ryther's full-sized avatar

Edoardo Zanoni Ryther

  • Italy
  • 10:33 (UTC +02:00)
View GitHub Profile
@Ryther
Ryther / CB_README.MD
Last active August 10, 2024 09:32 — forked from RichardBronosky/README.MD
cb - A leak-proof tee to the clipboard - Unify the copy and paste commands into one intelligent chainable command.

cb

A leak-proof tee to the clipboard

This script is modeled after tee (see [man tee][2]) and works on Linux, macOS, Cygwin, WSL/WSL2

It's like your normal copy and paste commands, but unified and able to sense when you want it to be chainable.

This project started as an answer to the StackOverflow question: [How can I copy the output of a command directly into my clipboard?][3]

@Ryther
Ryther / low-battery-level-detection-notification-for-all-battery-sensors.yaml
Last active January 18, 2024 15:24 — forked from sbyx/low-battery-level-detection-notification-for-all-battery-sensors.yaml
Home Assistant Blueprint: Low battery level detection & notification for all battery sensors
blueprint:
name: Low battery level detection & notification for all battery sensors
description:
Regularly test all sensors with 'battery' device-class for crossing
a certain battery level threshold and if so execute an action.
domain: automation
input:
threshold_min:
name: Minimum battery threshold to evaluate
description: Battery sensors below threshold will not be included