Vojtěch Struhár

Posts tagged with bash

> Git Push All Remotes

Push all changes and tags to all remotes in your local repository

> Enter the newest subdirectory.

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

> Turn screen recording into a gif

Useful script to turn .mov into a .gif

> 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.

> Un-dash filenames with Bash

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

> Automate tasks with a simple Bash script

Write a script instead of checking a website every day.