···1Scripts
2=======
34-Various scripts and Nushell modules that I maintain or use.
5-6-# Scripts
78-## Nushell
9-10-## LyricFetch
1112Fetches lyrics from Genius and adds them to your music library's metadata.
13···18of the time can't auto-fetch the lyrics anyway. Personally, I just fetch the lyrics
19manually and save them using Recordbox.
2021-### ADB Auto Connect
22Automatically find and connect to an Android device with Wireless Debugging over the local network.
2324You'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```
3132-### Auto Benchmark
33Set 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/).
3435-### ln-bin
36Quickly symlink executable files to `~/.local/bin/`
3738-### yt-rss
39Get an RSS feed for the specified YouTube channel.
4041-### motoc-continue
42Simply runs `motoc continue`, so it can be used as an Envision plugin.
4344-## Bash
45-46-### oscavmgr-launch
47Slightly modified version of Galister's oscavmgr start script. Launches oscavmgr and VrcAdvert together.
···1Scripts
2=======
34+Various scripts that I maintain.
0056+# LyricFetch
0078Fetches lyrics from Genius and adds them to your music library's metadata.
9···14of the time can't auto-fetch the lyrics anyway. Personally, I just fetch the lyrics
15manually and save them using Recordbox.
1617+# ADB Auto Connect
18Automatically find and connect to an Android device with Wireless Debugging over the local network.
1920You'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```
2728+# Auto Benchmark
29Set 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/).
3031+# ln-bin
32Quickly symlink executable files to `~/.local/bin/`
3334+# yt-rss
35Get an RSS feed for the specified YouTube channel.
3637+# motoc-continue
38Simply runs `motoc continue`, so it can be used as an Envision plugin.
3940+# oscavmgr-launch
0041Slightly modified version of Galister's oscavmgr start script. Launches oscavmgr and VrcAdvert together.