Skip to content

Instantly share code, notes, and snippets.

@LoreleiAurora
LoreleiAurora / README.md
Last active October 17, 2023 10:02
Bartender - Apple Connect Trigger

Bartender - Apple Connect Trigger

Requirements

@LoreleiAurora
LoreleiAurora / Revised MBP YA Magic-Script for MusicBrainz Picard.txt
Created November 14, 2021 13:42
MusicBrainz Picard file nameing/sort script
via https://community.metabrainz.org/t/repository-for-neat-file-name-string-patterns-and-tagger-script-snippets/2786/156
$noop(★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★)
$noop(★ MBP YA Magic-Script that does more stuff too. - v2.7 - amd/17500mph ★)
$noop(★ ★)
$noop(★ Here is a script for music renaming in MusicBrainz Picard ★)
$noop(★ ★)
$noop(★ Note: Destination Director Setting ★)
$noop(★ /Volumes/3TB/Licorice Pizza ★)
$noop(★ ★)
### Keybase proof
I hereby claim:
* I am loreleiaurora on github.
* I am loreleiaurora (https://keybase.io/loreleiaurora) on keybase.
* I have a public key ASA5Tdaba38OoUt3WbPVZn96YA6sv-hG4yS28b4gOLMMMgo
To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am loreleiaurora on github.
  • I am loreleiaurora (https://keybase.io/loreleiaurora) on keybase.
  • I have a public key ASDMLBMkutEFJ01UPtzk24rIft7zExL-ncOxv2Li6DmI_Ao

To claim this, I am signing this object:

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<?php
/**
* Plugin Name: Multisite Network Upgrade WP-CLI Command
* Plugin URI: https://gist.github.com/westonruter/beb6120e61e9691e88ac
* Author: Weston Ruter, Mo Jangda
* Description: From command line run <code>wp multisite-network-upgrade</code>. Script converted into WP-CLI command from Mo's <a href="https://gist.github.com/mjangda/986838">CLI script</a>.
* License: GPL2
*/
if ( ! defined( 'WP_CLI' ) || ! WP_CLI ) {
#!/usr/bin/php
<?php
/**
* Takes some code from STDIN, fixes whitespace according to the WordPress Coding Standards and outputs it to STDOUT
* Usage example: wpformat < some-file.php > some-file.php
*/
// Read file from standard input
$file = '';
<?php
# License: Public Domain
# I recommend replacing 'my_' with your own prefix.
function my_template_path() {
return My_Wrapping::$main_template;
}