Skip to content
View chrislowles's full-sized avatar

Block or report chrislowles

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chrislowles/README.md

Featured Repos

Random snippets that don't serve enough purpose to require a whole repo.

Various userscripts, made to varying degrees of quality.

Various userstyles, made to varying degrees of quality.

*nix scripts, configs for tools to setup various distros quicker.

Various uBlock Origin/AdGuard/ABP filter lists.

Just a backup for my mpv config.

Scoop repo for testing manifest syntax, might actually do something with this in the future.

Pinned Loading

  1. shelltest.sh
    1
    #!/bin/bash
    2
    echo "Hello, world!"
    3
    read -p "What is your name? " name
    4
    echo "Hello, ${name}!"
  2. yt-dlp command template to download ...
    1
    1. Ensure you have WinGet installed, if you do not have it click here https://aka.ms/getwinget and reboot your PC.
    2
    2. Input `winget install yt-dlp.yt-dlp` in PowerShell on Windows 10/11, when it's installed close PowerShell.
    3
    3. Create a folder for which the channels videos will be downloaded into, right-click while holding shift in the folder to get the context menu option to open it in PowerShell.
    4
    4. Using the line below, replace <channel-url> with the YouTube Channel of your choice and <browser> with the browser you use to browse YT, this ensures the download won't fail when it meets an age gate or something similar, formatting of channel urls can be varied but the formats used in the list below are what I can verify being 100% successful.
    5