Skip to content

Instantly share code, notes, and snippets.

@waka-wa
waka-wa / create_symlinks_only.py
Created March 2, 2025 00:54
A minimal Python script that scans all subdirectories (except the "All" folder) in the current working directory and creates a unified "All" folder populated with symlinks to each file. It replicates the original folder structure within "All", offering a convenient aggregated view of files without moving them.
@vexx32
vexx32 / start-noita.ps1
Last active February 3, 2025 09:14
Starts Noita from the given path, optionally with a specific seed set.
function Start-Noita {
<#
.SYNOPSIS
Starts Noita from a PowerShell prompt, optionally with a specific set seed for a new game.
.DESCRIPTION
To use this function, copy and paste the complete function definition into a PowerShell
session, and then invoke it with `Start-Noita`. Supply `-Seed somevalue` if you would like
to run a specific seed (see the examples below).