Various scripts that I maintain
utils scripts
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 1 Scripts 2 2 ======= 3 3 4 - Various scripts and Nushell modules that I maintain or use. 5 - 6 - # Scripts 4 + Various scripts that I maintain. 7 5 8 - ## Nushell 9 - 10 - ## LyricFetch 6 + # LyricFetch 11 7 12 8 Fetches lyrics from Genius and adds them to your music library's metadata. 13 9 ··· 18 14 of the time can't auto-fetch the lyrics anyway. Personally, I just fetch the lyrics 19 15 manually and save them using Recordbox. 20 16 21 - ### ADB Auto Connect 17 + # ADB Auto Connect 22 18 Automatically find and connect to an Android device with Wireless Debugging over the local network. 23 19 24 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: ··· 29 25 ] 30 26 ``` 31 27 32 - ### Auto Benchmark 28 + # Auto Benchmark 33 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/). 34 30 35 - ### ln-bin 31 + # ln-bin 36 32 Quickly symlink executable files to `~/.local/bin/` 37 33 38 - ### yt-rss 34 + # yt-rss 39 35 Get an RSS feed for the specified YouTube channel. 40 36 41 - ### motoc-continue 37 + # motoc-continue 42 38 Simply runs `motoc continue`, so it can be used as an Envision plugin. 43 39 44 - ## Bash 45 - 46 - ### oscavmgr-launch 40 + # oscavmgr-launch 47 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