Various scripts that I maintain
1Scripts 2======= 3 4Various scripts and Nushell modules that I maintain or use. 5 6# Nushell Modules 7 8## Nebula 9Wrapper to make setting up new hosts in a nebula network easier. 10 11 12# Scripts 13 14## Nushell 15 16### ADB Auto Connect 17Automatically find and connect to an Android device with Wireless Debugging over the local network. 18 19You'll need to create a file at `~/.config/adb-auto-connect.nuon` with the MAC Addresses you want to search for. For example: 20```json 21[ 22 "ff:ff:ff:ff:ff:ff", 23 "aa:aa:aa:aa:aa:aa" 24] 25``` 26 27### Auto Benchmark 28Set 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/). 29 30### ln-bin 31Quickly symlink executable files to `~/.local/bin/` 32 33### yt-rss 34Get an RSS feed for the specified YouTube channel. 35 36### motoc-continue 37Simply runs `motoc continue`, so it can be used as an Envision plugin. 38 39## Bash 40 41### oscavmgr-launch 42Slightly modified version of Galister's oscavmgr start script. Launches oscavmgr and VrcAdvert together.