FS-Launch is a powershell script to login, download and run a FirstSpirit config file.
Just copy the script in a folder of your choice.
| const CACHE_TOKEN = 'NRJ14D_TOKEN' | |
| const SPOTIFY_CLIENT_ID = PropertiesService.getScriptProperties().getProperty('CLIENT_ID') | |
| const SPOTIFY_CLIENT_SECRET = PropertiesService.getScriptProperties().getProperty('CLIENT_SECRET') | |
| const REFRESH_TOKEN = PropertiesService.getScriptProperties().getProperty('REFRESH_TOKEN') | |
| const PLAYLIST_ID = PropertiesService.getScriptProperties().getProperty('PLAYLIST_ID') | |
| const ENERGY_HAMBURG_API_URL = 'https://api.nrjnet.de/webradio/playlist/energy/hamburg?day=0&hour=-1'; | |
| // fetch a new Spotify access token | |
| function getSpotifyAccessToken() { | |
| let token = CacheService.getScriptCache().get(CACHE_TOKEN); |
| #!/bin/bash | |
| sed -i -e 's/80/81/' -e 's/443/444/' /usr/syno/share/nginx/server.mustache /usr/syno/share/nginx/DSM.mustache /usr/syno/share/nginx/WWWService.mustache | |
| synosystemctl restart nginx |
A simple Swift CLI tool for macOS that monitors SwitchBot CO2 sensors via Bluetooth. It periodically checks the air quality and sends a system notification if the CO2 level exceeds a defined threshold (default: 1000 ppm), helping you ensure a healthy indoor environment.
xcode-select --install)A lightweight macOS CLI tool for analyzing, extracting, and repackaging clipboard content—specifically designed to handle HTML and Apple's WebArchive format (used by Outlook, Safari, and Mail).
pbhtml solves the common problem of editing email signatures or complex web snippets that contain embedded images.
cid: or file:// references with local file paths.sig-1.png) and bundles them back into a valid binary WebArchive on your clipboard, ready to be pasted back into Outlook or Mail with all images intact.