Skip to content

Instantly share code, notes, and snippets.

View cbismuth's full-sized avatar

Christophe Bismuth cbismuth

View GitHub Profile
@cbismuth
cbismuth / exif-timestamp.sh
Last active June 5, 2023 16:55
ExifTool command line to cleanup picture folders
#!/usr/bin/env bash
set -e
set -u
export INPUT_DIR="${BACKUP_HOME}/pictures/#sync/incoming"
export OUTPUT_DIR="${BACKUP_HOME}/pictures/#sync/timestamps"
export REMOTE_DIR="/Volumes/NAS/cloud/Pictures/timestamps"
echo "fudpes ..."
@cbismuth
cbismuth / .vimrc
Created July 11, 2018 08:50
.vimrc
filetype plugin on
filetype indent on
syntax enable
set autoread
set encoding=utf8
set ffs=unix,dos,mac