Scripts ======= Various scripts and Nushell modules that I maintain or use. # Nushell Modules ## Nebula Wrapper to make setting up new hosts in a nebula network easier. # Scripts ## Nushell ### ADB Auto Connect Automatically find and connect to an Android device with Wireless Debugging over the local network. You'll need to create a file at `~/.config/adb-auto-connect.nuon` with the MAC Addresses you want to search for. For example: ```json [ "ff:ff:ff:ff:ff:ff", "aa:aa:aa:aa:aa:aa" ] ``` ### Auto Benchmark 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/). ### ln-bin Quickly symlink executable files to `~/.local/bin/` ### yt-rss Get an RSS feed for the specified YouTube channel. ### motoc-continue Simply runs `motoc continue`, so it can be used as an Envision plugin. ## Bash ### oscavmgr-launch Slightly modified version of Galister's oscavmgr start script. Launches oscavmgr and VrcAdvert together.