Posts Tagged “Shell Scripting”
So yesterday I was bored and asked my friend what I should do. She replied "I don't know, draw ASCII art or something!" and sitting there with the terminal open I kind of wondered what it would take to write one of those image to ASCII scripts.
20 minutes later I had the following PHP Shell Script…
Read More / Comment »
Note for Apple Silicon Macs: I've found that the ~/Pictures/Photo Booth Library directory can only be modified through Apple's built-in Terminal.app. Alternative terminal applications such as Ghostty and iTerm appear unable to modify its contents, for reasons I have yet to determine.
You may also n…
Read More / Comment »
In my work, I deal with a lot of very similar codebases - and often if I fix something in one project I'll want to fix it in many others. For a long time this has meant popping open Beyond Compare, which works, but isn't the simplest solution.
I use git on my projects - but they're not similar eno…
Read More / Comment »