Ghost Oh No, I Need to Create Redirect Text for All My Posts! Recently I found myself needing to generate the redirect json for each one of my published blog posts. Here's how I attempted to speed up the creation process!
Technology Quickly Create App Icons by Resizing Your Main Image With a Bash Script While resizing an image I chose to use for my app icon I quickly recognized how onerous the entire process was. This lead to me creating a Bash script which dramatically sped up my workflow and may help yours too. Check it out here!
Technology How to Run a Bash Script From Anywhere on Your Apple Computer Over the years I've created several Bash scripts that I realized would be far easier to use if I could run them from several different places on my machine without moving the script itself. After learning how to do that for myself I had to share process with you!
reMarkable Frequently Asked Questions I’ve Seen Around About the reMarkable Over the last year or I've seen several reMarkable template related questions popup on Facebook user groups and each time I debate creating a post that answers all those questions. I finally decided to just make it and here's the result!
reMarkable Simple Script to Help Backup Your reMarkable Back when I first bought my reMarkable I realized there might come a day when I'd need to recover the files on it. Luckily, I haven't needed to yet... but that precaution led to creating this script which makes backing it up so much easier.
reMarkable Watch How I Upload Custom Templates to My reMarkable I've had some question about my template process so I recently spent some time creating a video walkthrough, thus combining my blog posts together, to show you how I upload my custom templates. Here's the embedded YouTube video and its transcript. Hope it helps!
reMarkable My reMarkable2 Updated! This Is What I Did Next Do you have a reMarkable device? Were your custom changes wiped in the last update? Are you wondering what other people did? Here's how I weathered the update if you're interested.
reMarkable Quickly and Easily Upload Template Images to Your reMarkable Have you uploaded a PNG to your reMarkable? Do you now want to upload several different images at once and want the task to be easier? I created a bash script to speed up my template uploading process and share it with you here!
reMarkable Quickly Generate a JSON Template Code Snippet for Your reMarkable Do you find it troublesome and bulky to edit your JSON code when uploading custom templates to your reMarkable? Why not speed up your process by generating the needed JSON snippet yourself? You'll still need to edit the templates.json file but now you just need to paste the code snippet in!
Technology Use a Simple Bash Script to Resize Your Images Quickly and Easily Are you looking for a quick way to resize and compress your images all at once? Why not create a bash script to do it? Here's what I did and I explain it all so you can use mine or make your own!