Terminal

Nix can launch developer environments


Nix can launch developer environments with all the programs your build or project needs, readily …...

 · 6 min · torgeir

Bash : and [ are shell commands


The obscure workings of bash never cease to amaze me. The commands : and [ are two bash commands I …...

 · 2 min · torgeir

Join lines of output with commas


Sometimes you have multiple values separated by spaces, but you need them on a single line, …...

 · 1 min · torgeir

Zsh history across sessions


You can customize when zsh persists and reads its history using the options share_history, …...

 · 2 min · torgeir

Rotate a webp image with imagemagick


My previous HEIC to webp conversion sometimes messes up the rotation. Here's how to fix it using …

 · 1 min · torgeir

Jpeg, png and heic to webp


WebP offers a compelling combination of features for images on the web; small image sizes, high …...

 · 1 min · torgeir