Workflow - Tips

Here I will post (mildly) useful things that falls outside more specfic topics.

Git Bash

Which

which ffmpeg
/c/Program Files/ImageMagick/ffmpeg

Python

Web scraping

  • pip install requests-html

Imagemagick

You can RMB click and choose Git Bash here (or any other console you want to use)

Resize

In-place resizing

magick mogrify -resize 50% *.png

Resize to a separate folder (make sure the folder exists)

magick mogrify -resize 50% -path ./DST *.png

Windows 10

Desktops

Lets say you are watching a tutorial, following along, taking notes (using markdown) and previewing the notes in a browser. To qucikly switch between app layouts we can use desktops.

To set this up on Windows 10:

  • Open Task view, set up the fist desktop the way you like.
  • Click the + to add a new desktop.
  • Switch between them using Ctrl Windows (Left or Right) Arrow