Skip to content

Instantly share code, notes, and snippets.

View Roverr's full-sized avatar

Imre Racz Roverr

View GitHub Profile
@Roverr
Roverr / heic_converter.sh
Last active January 15, 2025 07:33
So I find it next time I am looking for it. Takes all `heic` files in `./` and converts them to `jpg` on mac using `sips` with 70% quality
#!/bin/bash
# Check if ffmpeg is installed
if ! command -v sips &> /dev/null; then
echo "Error: sips is not installed"
exit 1
fi
# Loop through all HEIC files in current directory
for file in *.HEIC *.heic; do
const nodemailer = require('nodemailer');
const key = require('./key.json');
// Change this to one of your email addresses in the organisation
const YOUR_EMAIL_ADDRESS = 'info@your_company.com';
// Change this to the receiver to the mail
const SEND_TO = 'receiver@other_company.com'
async function start() {

Keybase proof

I hereby claim:

  • I am roverr on github.
  • I am imreracz (https://keybase.io/imreracz) on keybase.
  • I have a public key ASCFMzH0ME-wKXaPLQh2kQiGqtTPyc4QsC3fJpJ1Z7DAkQo

To claim this, I am signing this object: