Posts tagged with bash

  1. Enter the newest subdirectory.

    Stop rummaging in your side projects directory. Just go to the latest one.

    December 4, 2023

  2. Turn screen recording into a gif

    Useful script to turn .mov into a .gif

    November 15, 2023

  3. Terminate a process that listens on a port

    You forgot to shut down a development server, and now it's running in the background, taking up your favorite port. Kill it mercilessly.

    November 13, 2023

  4. Un-dash filenames with Bash

    Renaming 3000 files with a bash script. From some-icon-name.svg 👉 SomeIconName.astro

    December 3, 2022

  5. Automate tasks with a simple Bash script

    Write a script instead of checking a website every day.

    July 1, 2022

    Automate tasks with a simple Bash script thumbnail