- make sure to have Greasemonkey/Tampermonkey/Violentmonkey installed
- click here to install the
midjourney.user.js
userscript below. - confirm your intention to install the userscript.
- the "Open in discord" links should now open in your Discord app.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Replace SmartObject’s Content and Save as JPG | |
// 2017, use it at your own risk | |
// Via @Circle B: https://graphicdesign.stackexchange.com/questions/92796/replacing-a-smart-object-in-bulk-with-photoshops-variable-data-or-scripts/93359 | |
// JPG code from here: https://forums.adobe.com/thread/737789 | |
#target photoshop | |
if (app.documents.length > 0) { | |
var myDocument = app.activeDocument; | |
var theName = myDocument.name.match(/(.*)\.[^\.]+$/)[1]; | |
var thePath = myDocument.path; |
MidJourney batch image download solution that works with Chrome on desktop.
- Add this extension to Chrome: https://www.imageye.net/
- Then, go to discord.com and choose Open Discord in Your Browser.
- Navigate to where all your image generations are (for me that's the Midjourney Bot but it might be a channel, whatever)
- Scroll backward so all the images you want to download are in the browser (usually it shows just the most recent, so just scroll back until all the ones you want are loaded).
- Click the extension. It will say Searching Images.
- If the URL filter is not visible in the extension popup, click Tools to show it.
- Click "URL" in the extension popup and enter your username, then press Enter to filter for only images containing your username (so you only get your images).
- It will show a list of images that it found.
- Choose some other filters if you just want Large images or whatever.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'etsy' | |
Etsy.api_key = '<api-key>' | |
shop = Etsy::Shop.find '<shop-name>' | |
out_dir = '<output-directory>' | |
Etsy.environment = :production | |
Dir.mkdir out_dir unless File.exists? out_dir | |
listings = [] |
rsync notes
rsync -av --delete [source] [destination]
rsync [options] source destination sftp://198.101.206.164//home/klru/klru.org rsync -e ssh -avz AllReviews \
The -e ssh option tells rsync to use the secure shell connection. The -a option does an archive and preserves access modes (permissions, owner and group), the -v option means verbose (returns details about the copy process), and the -z option compresses the files using gzip.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tap "eddieantonio/eddieantonio" | |
tap "github/gh" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-drivers" | |
tap "homebrew/cask-fonts" | |
tap "homebrew/core" | |
tap "instrumenta/instrumenta" | |
tap "mongodb/brew" | |
tap "nektos/tap" |
A curated list of arrrrrrrrr!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "Running..." | |
PROG=$0 | |
RSYNC="/usr/bin/rsync" | |
SCRIPT_MOUNTED='false' | |
MOUNT_VOLUME="/Volumes/Qdownload" | |
SRC="$MOUNT_VOLUME/transmission/completed/" | |
DST="/Users/tom/Dumping Ground/Qnap Downloads" |
Unless otherwise stated, all apps are FREE.
- Alacritty - Cross-platform, GPU-accelerated terminal emulator.
NewerOlder