Commit Graph

25 Commits

Author SHA1 Message Date
Danielle McLean 7b7b6624a5
videsc: Don't keep png_original files on desc edit 2024-03-08 23:20:37 +11:00
Danielle McLean c3531b1bdc
videsc: Avoid need for zsh/mapfile 2024-03-06 13:21:31 +11:00
Danielle McLean 17c95ee9af
Add videsc, a nice way to edit images' embedded descriptions 2023-10-28 16:39:30 +11:00
Danielle McLean c9c512486d
Migrate from .stow-rename to --dotfiles 2023-10-23 15:16:31 +11:00
Danielle McLean e344a02c65
Tweaked version of Python's http.server with CORS 2023-10-20 10:52:31 +11:00
Danielle McLean b24f37349a
Make j2y more resilient to differently-nested JSON input 2023-10-05 18:28:39 +11:00
Danielle McLean 1ac1dee58c
Add link-brewed-php to help with PHP versioning
Basically when you install multiple PHPs with Homebrew, they don't end
up on PATH anywhere - you can brew link one of them, but that overwrites
any other PHPs you might have previously linked.

Other platforms, such as Ubuntu, package their PHPs such that a binary
called something like php7.4 ends up on PATH. This is a much more
helpful approach, since you can specifically invoke the necessary
version of PHP by adding a version suffix.

This script does the same thing for Homebrew-installed PHPs. Pretty
simple.
2021-08-16 14:55:52 +10:00
Danielle McLean 4c348e7d17
Fix up Andromeda path manipulation to work with newer Andromedae that use multiple paths 2019-03-11 13:20:16 +11:00
Danielle McLean ae42c0119e
Write the kitty-not-installed error message from kit to stderr, NOT to a file named 2 2018-10-11 15:39:52 +11:00
Danielle McLean 4a45aeb042
Add 'kit' script for easily sending commands to a running kitty 2018-09-06 08:27:01 +10:00
Danielle McLean 5716e4312d
Add an 'andromeda' script which activates the Andromeda backend for Substratum (requires adb, naturally) 2018-08-15 15:26:53 +10:00
Danielle McLean 00cfff8194
up: switch to multipart form for uploading, since guessing the content type locally with file often messes up 2018-08-03 15:41:32 +10:00
Danielle McLean 19b8f350cf
Add up, a handy little script for uploading a file or three to up.00dani.me 2018-07-26 09:13:05 +10:00
Danielle McLean adbab7baa0
Add a tiny wrapper script that makes the beets.io play plugin compatible with MPD 2018-04-09 08:45:23 +10:00
Danielle McLean 5862c9c0a8
Add an unphp script for deserialising PHP objects and converting them to nice friendly JSON 2018-04-09 08:37:16 +10:00
Danielle McLean a935bfe173
j2y: use a slightly smarter heuristic for disabling flow style in the output YAML 2018-04-09 08:36:38 +10:00
Danielle McLean 6ee96690b6
Improve luma*-to-png with support for multiple filename arguments :D 2018-02-13 14:50:53 +11:00
Danielle McLean 59d8a75135
Whoops, fix luma-to-png so it actually works 2018-02-12 11:29:24 +11:00
Danielle McLean d56f9cf542
Add simple ImageMagick wrapper scripts for quickly munging Luma3DS screenshots into shareable form 2018-02-09 12:55:50 +11:00
Danielle McLean cdd3e5fc11
Add shortcut syntax to mf2 script for fetching pages over HTTPS 2017-11-09 10:08:39 +11:00
Danielle McLean 9fda00f465
Add mf2, a handy little filter for invoking the mf2py parser from the command line - especially cool in combination with jq 2017-10-26 16:02:49 +11:00
Danielle McLean 65a479aba3
Add push script, which loads Simplepush credentials from pass and pushes a notification taken from standard input or a file 2017-05-10 14:48:20 +10:00
Danielle McLean b55250f583
Improved sav-quotes to avoid empty quotes and messy embedded HTML 2016-10-28 09:55:07 +11:00
Danielle McLean 0dea194992
j2y and y2j filter programs, which convert streams of values between JSON and YAML - good for use with jq :) 2016-10-27 11:25:29 +11:00
Danielle McLean dd820bf691
Initial commit, with only sav-quotes script 2016-10-08 12:18:21 +11:00