|
You are here |
kaspars.net | ||
| | | | |
logr.cogley.info
|
|
| | | | | Today I easily renamed a large number of text files in nested folders with the zsh built-in zmv (man page in zshcontrib). Load it with autoload -U zmv. I ran it with -n to force a dry run until I got the regex right, and the final was: zmv -Q '(**/)(*).txt' '$1$2.md' (zmv -opt searchstring replace string) where -Q renames hidden files also, the parentheses around the search path and filename globs will put those in sub-expression variables, and the variables are then referred to as $1 and $2 in the repla... | |
| | | | |
sidhion.com
|
|
| | | | | ||
| | | | |
marksuth.dev
|
|
| | | | | World Mental Health Day, a Note posted by Mark Sutherland, a developer and digital creative based in Leicester, UK | |
| | | | |
lukeb.co.uk
|
|
| | | While I was rebuilding my website in Eleventy, I saw Amber Wilson's article about adding Webmentions to her site shared on Twitter. I'd heard of Webmentions but I'd never really looked into them and while I was reading Amber's post, I thought that it's a really cool idea and added them to the list of things I wanted to add to my site. | ||