From 3c42bffc76c61ac11405316655c68e97e3bf3690 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Thu, 13 Mar 2025 19:11:03 -0500 Subject: system changes --- macos.local/flake/home/scripts/core.nix.org | 4 ---- macos.local/flake/home/scripts/yt-to-rss.org | 8 -------- 2 files changed, 12 deletions(-) delete mode 100644 macos.local/flake/home/scripts/yt-to-rss.org (limited to 'macos.local/flake/home') diff --git a/macos.local/flake/home/scripts/core.nix.org b/macos.local/flake/home/scripts/core.nix.org index 51c637f..e53c38c 100644 --- a/macos.local/flake/home/scripts/core.nix.org +++ b/macos.local/flake/home/scripts/core.nix.org @@ -18,10 +18,6 @@ Import various scripts useful on my system. executable = true; source = ./remove-quarantine; }; - "./.local/bin/yt-to-rss" = { - executable = true; - source = ./yt-to-rss; - }; }; } #+end_src diff --git a/macos.local/flake/home/scripts/yt-to-rss.org b/macos.local/flake/home/scripts/yt-to-rss.org deleted file mode 100644 index afe31da..0000000 --- a/macos.local/flake/home/scripts/yt-to-rss.org +++ /dev/null @@ -1,8 +0,0 @@ -#+title: YouTube Channel to RSS Link - -Quick script to get the RSS link for a YouTube channel so I don't have to visit the website. -#+begin_src sh - #!/bin/sh - - /usr/bin/curl "$1" 2> /dev/null | /usr/bin/env pup 'link[title="RSS"] attr{href}' -#+end_src -- cgit v1.2.3