Skip to main content

Move imdown into the web folder

ID
f885c50
date
2024-01-13 10:55:24+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
d8393ce
message
Move imdown into the web folder
changed files
2 files, 16 additions, 1 deletion

Changed files

web/README.md (994) → web/README.md (1432)

diff --git a/web/README.md b/web/README.md
index 9bc8402..6a4eab5 100644
--- a/web/README.md
+++ b/web/README.md
@@ -18,6 +18,12 @@ folder_name = "web"
 
 scripts = [
     {
+        "name": "imdown",
+        "description": """
+        I run this when my Internet connection goes down, and it makes an audible "ping" when it comes back up.
+        """
+    },
+    {
         "name": "yt-dlp.py",
         "description": """
         this is a wrapper around <a href="https://github.com/yt-dlp/yt-dlp">yt-dlp</a> that does parallel downloads of videos in playlists.
@@ -30,6 +36,15 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
 ]]]-->
 <dl>
   <dt>
+    <a href="https://github.com/alexwlchan/scripts/blob/main/web/imdown">
+      <code>imdown</code>
+    </a>
+  </dt>
+  <dd>
+    I run this when my Internet connection goes down, and it makes an audible "ping" when it comes back up.
+  </dd>
+
+  <dt>
     <a href="https://github.com/alexwlchan/scripts/blob/main/web/yt-dlp.py">
       <code>yt-dlp.py</code>
     </a>
@@ -38,4 +53,4 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
     this is a wrapper around <a href="https://github.com/yt-dlp/yt-dlp">yt-dlp</a> that does parallel downloads of videos in playlists.
   </dd>
 </dl>
-<!-- [[[end]]] (checksum: b21b8d09c8a474c78ec759b6ef5f23f5) -->
+<!-- [[[end]]] (checksum: ccfcee43f421ad3a8a3409045e8f5250) -->

imdown (751) → web/imdown (751)

diff --git a/imdown b/web/imdown
similarity index 100%
rename from imdown
rename to web/imdown