Various scripts that I maintain

Don't group scripts by language

Their file extension already shows what language they are written in, so
grouping them into separate directories was unnecessary.

Signed-off-by: Shiloh Fen <shiloh@shilohfen.com>

+8 -14
+8 -14
README.md
··· 1 Scripts 2 ======= 3 4 - Various scripts and Nushell modules that I maintain or use. 5 - 6 - # Scripts 7 8 - ## Nushell 9 - 10 - ## LyricFetch 11 12 Fetches lyrics from Genius and adds them to your music library's metadata. 13 ··· 18 of the time can't auto-fetch the lyrics anyway. Personally, I just fetch the lyrics 19 manually and save them using Recordbox. 20 21 - ### ADB Auto Connect 22 Automatically find and connect to an Android device with Wireless Debugging over the local network. 23 24 You'll need to create a file at `~/.config/adb-auto-connect.nuon` with the MAC Addresses you want to search for. For example: ··· 29 ] 30 ``` 31 32 - ### Auto Benchmark 33 Set up and run a Blender benchmark on the specified device, then automatically compare your results to the results on [Blender Open Data](https://opendata.blender.org/). 34 35 - ### ln-bin 36 Quickly symlink executable files to `~/.local/bin/` 37 38 - ### yt-rss 39 Get an RSS feed for the specified YouTube channel. 40 41 - ### motoc-continue 42 Simply runs `motoc continue`, so it can be used as an Envision plugin. 43 44 - ## Bash 45 - 46 - ### oscavmgr-launch 47 Slightly modified version of Galister's oscavmgr start script. Launches oscavmgr and VrcAdvert together.
··· 1 Scripts 2 ======= 3 4 + Various scripts that I maintain. 5 6 + # LyricFetch 7 8 Fetches lyrics from Genius and adds them to your music library's metadata. 9 ··· 14 of the time can't auto-fetch the lyrics anyway. Personally, I just fetch the lyrics 15 manually and save them using Recordbox. 16 17 + # ADB Auto Connect 18 Automatically find and connect to an Android device with Wireless Debugging over the local network. 19 20 You'll need to create a file at `~/.config/adb-auto-connect.nuon` with the MAC Addresses you want to search for. For example: ··· 25 ] 26 ``` 27 28 + # Auto Benchmark 29 Set up and run a Blender benchmark on the specified device, then automatically compare your results to the results on [Blender Open Data](https://opendata.blender.org/). 30 31 + # ln-bin 32 Quickly symlink executable files to `~/.local/bin/` 33 34 + # yt-rss 35 Get an RSS feed for the specified YouTube channel. 36 37 + # motoc-continue 38 Simply runs `motoc continue`, so it can be used as an Envision plugin. 39 40 + # oscavmgr-launch 41 Slightly modified version of Galister's oscavmgr start script. Launches oscavmgr and VrcAdvert together.
bash/oscavmgr-launch.sh scripts/oscavmgr-launch.sh
nushell/adb-auto-connect.nu scripts/adb-auto-connect.nu
nushell/auto-benchmark.nu scripts/auto-benchmark.nu
nushell/ln-bin.nu scripts/ln-bin.nu
nushell/lyricfetch.nu scripts/lyricfetch.nu
nushell/motoc-continue.nu scripts/motoc-continue.nu
nushell/yt-rss.nu scripts/yt-rss.nu