/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

kaspars.net
| | logr.cogley.info
12.3 parsecs away

Travel
| | 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...
| | hacdias.com
17.4 parsecs away

Travel
| | Today I had a bit too much time that I decided to work on my website. In the morning, I made a few tweaks to the home page in order to make it more useful: added some contact and social media links, as well as links for some pages on my website that are not included in the navigation bar. I think I achieved a neat result.
| | marksuth.dev
12.9 parsecs away

Travel
| | World Mental Health Day, a Note posted by Mark Sutherland, a developer and digital creative based in Leicester, UK
| | www.bennadel.com
57.6 parsecs away

Travel
| Ben Nadel and the crew talk to Scott Stroz about his journey into the world of Test Driven Development (TDD); and, about how testing gives him the confidence to move fast and NOT break things.