local wezterm = require("wezterm") | |
local config = wezterm.config_builder() | |
--local gpus = wezterm.gui.enumerate_gpus[0] | |
-- 렌더링 설정 | |
--config.front_end = "Software" | |
--config.webgpu_preferred_adapter = gpus[0] | |
config.front_end = "WebGpu" | |
config.webgpu_power_preference = "HighPerformance" |
#!/usr/bin/env python3 | |
# pip install scrapetube | |
# for basic operation, use `python -m http.server --cgi` | |
# and access /cgi-bin/yt.py?c={CHANNEL_ID} | |
# Note that due to scrapetube limits, dates are fetched as eg "3 days ago" | |
# so the further in the past a video is, the less precise the date will be. |
#EXTM3U x-tvg-url="https://github.com/MPAndrew/EpgGratis/raw/master/guide.xml.gz" | |
#EXTM3U x-tvg-url="https://github.com/LITUATUI/M3UPT/raw/main/epg/epg-vodafone.xml.gz" | |
#EXTM3U x-tvg-url="https://www.tdtchannels.com/epg/TV.xml" | |
#EXTM3U x-tvg-url="https://raw.githubusercontent.com/vk496/IPTVspain/master/guide.xml" | |
#EXTM3U x-tvg-url="https://raw.githubusercontent.com/davidmuma/EPG_dobleM/master/guia.xml" | |
#EXTM3U x-tvg-url="https://github.com/MPAndrew/EpgGratis/blob/master/guide.xml.gz?raw=true" | |
#EXTM3U x-tvg-url="https://gist.githubusercontent.com/thais0909/2ebcad6ce9e6847df7754b343e13fb75/raw/9374d685fe74ebfc6ea6cefd659cc102f7a94784/guia.txt" | |
#EXTM3U x-tvg-url="https://gist.githubusercontent.com/micdouglas/486f35eefa2274fa8ec0ce2e3362ec8d/raw/4094cdba37830eacab50c531399aaec0f19ba29b/EPG%2520Tv%2520a%2520Cabo.xml" |
Replace all <....> parts with your specific details | |
/network add -nick <nick> libera | |
/server add -network libera -auto -ssl irc.libera.chat 6697 | |
/connect libera | |
/query NickServ | |
register <password> <email> | |
<copypaste line from email> | |
/network add -autosendcmd "" -sasl_username <user> -sasl_password <pass> -sasl_mechanism PLAIN libera | |
/channel add -auto <channel> libera |
You ever have a bunch of console.log
instances you wish you could just expand or collapse at once?
Well this will do that.
You of course need to open your DevTools Console, on a mac that shortcut is ⌘ (Command) + ⌥ (Shift) + J
Now hit ⌘ (Command) + ⌥ (Shift) + J
again to open DevTools for your DevTools.
Then run the code below. If you run it once, it will collapse everything it can. If you run it again, it will expand.
---------------------- | |
-- #example ytdl_preload.conf | |
-- # make sure lines do not have trailing whitespace | |
-- # ytdl_opt has no sanity check and should be formatted exactly how it would appear in yt-dlp CLI, they are split into a key/value pair on whitespace | |
-- # at least on Windows, do not escape '\' in temp, just us a single one for each divider | |
-- #temp=R:\ytdltest | |
-- #ytdl_opt1=-r 50k | |
-- #ytdl_opt2=-N 5 | |
-- #ytdl_opt#=etc |
Unless otherwise noted (either in this file or in a file's copyright section) the contents of this gist are Copyright ©️2020 by Christopher Allen, and are shared under spdx:Creative Commons Attribution Share Alike 4.0 International (CC-BY-SA-4.) open-source license.
If you more tips and advice like these, you can become a monthly patron on my GitHub Sponsor Page for as little as $5 a month; and your contributions will be multipled, as GitHub is matching the first $5,000! This gist is all about Homebrew, so if you like it you can support it by donating to them or becoming one of their Github Sponsors.
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// choose either `'stable'` for receiving highly polished, | |
// or `'canary'` for less polished but more frequent updates | |
updateChannel: "stable", |
[Trigger] | |
Operation = Remove | |
Type = Package | |
Target = * | |
[Action] | |
Description = Clearing cache... | |
When = PostTransaction | |
Exec = /home/<user>/.local/bin/tools/removehook |