A prompt to boost your lazy "do this" prompts. Install with one of the buttons below.
| {{ states.binary_sensor | |
| | selectattr('attributes.device_class', 'in', ['door','window']) | |
| | selectattr('state', 'equalto', 'on') | |
| | list | count }} |
| // Zed settings | |
| // | |
| // For information on how to configure Zed, see the Zed | |
| // documentation: https://zed.dev/docs/configuring-zed | |
| // | |
| // To see all of Zed's default settings without changing your | |
| // custom settings, run `zed: open default settings` from the | |
| // command palette (cmd-shift-p / ctrl-shift-p) | |
| { | |
| "agent": { // Check docs to enable this feature: https://zed.dev/docs. |
| { | |
| "assistant": { | |
| "default_model": { | |
| "provider": "copilot_chat", | |
| "model": "claude-3-5-sonnet" | |
| }, | |
| "version": "2" | |
| }, | |
| "nightly": { | |
| "enabled": true, |
Content :
| #!/bin/bash | |
| # Color codes | |
| GREEN='\033[0;32m' | |
| YELLOW='\033[1;33m' | |
| BLUE='\033[0;34m' | |
| NC='\033[0m' # No Color | |
| # Header in green | |
| echo -e "${GREEN}IMAGE\t\t\t\t\t\t\tSTATUS${NC}" |
| #!/usr/bin/env perl | |
| ## | |
| ## Easily disable fonts that aren't for your language, or language-specific | |
| ## variants from large font families like Noto -- WITHOUT uninstalling them | |
| ## | |
| ## Authors: Kevin Ernst <ernstki -at- mail.uc.edu>, @wdoekes | |
| ## License: MIT or CC-BY-SA-4.0, at your option | |
| ## Source: https://gist.github.com/ernstki/2ae279ad89888e4099c9852bf0ba5d11 | |
| ## | |
| ## Usage: |