|
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... | |
| | | | |
hacdias.com
|
|
| | | | | 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
|
|
| | | | | World Mental Health Day, a Note posted by Mark Sutherland, a developer and digital creative based in Leicester, UK | |
| | | | |
www.bennadel.com
|
|
| | | 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. | ||