# derg only stuff. well you can use if you know what it does cause its kinda useful set shell := ["sh", "-c"] default: @just --list refresh: packwiz refresh [private] _add site +URL: packwiz {{site}} install {{URL}} add +URL: #!/bin/sh if [[ "{{URL}}" =~ ^https://www\.curseforge ]]; then just _add curseforge {{URL}} else just _add modrinth {{URL}} fi