- commit
- d8240ce
- parent
- 3855955
- author
- xxwhirlpool
- date
- 2026-04-07 19:53:31 -0400 EDT
plexclip conf, sfzf, etc
4 files changed,
+22,
-3
+0,
-1
1@@ -34,6 +34,5 @@ config/.local/bin/pylsp
2 config/.local/bin/kaomoji.sh
3 config/.local/bin/quote
4 config/.local/bin/quoterandom
5-config/.config/plexclip/config.toml
6 config/.local/bin/discord_timest
7 scripts/Scripts/plex/playlists/*
+13,
-0
1@@ -0,0 +1,13 @@
2+[auth]
3+token_cmd = { cmd = "pass show api/plex" }
4+
5+[[servers]]
6+name = "katflix"
7+url = "http://192.168.1.219:32400"
8+default = true
9+
10+[defaults]
11+format = "mp4"
12+resolution = "1280x720"
13+bitrate = 8000 # kbps
14+quality = 100 # 0-100
+7,
-0
1@@ -0,0 +1,7 @@
2+#!/usr/bin/env bash
3+#
4+# https://kaeruct.github.io/posts/2024/10/10/ssh-config-hostnames/
5+
6+server=$(grep -E '^Host ' ~/.ssh/config | awk '{print $2}' | sort -n | fzf)
7+
8+[[ -n "$server" ]]; ssh "$server" || exit 1
+2,
-2
1@@ -1,3 +1,3 @@
2-# /etc/ files
3+# `/etc` files
4
5-for files that go in `/etc/`
6+for files that go in `/etc`