Skip to content

Instantly share code, notes, and snippets.

@henri
henri / macOS_timemachine_cheatsheet.txt
Last active January 21, 2026 22:16
macOS TimeMachine cheatsheet
# the man page for tmutil
man tmutil
# calculate drift on backups (cpu / io intensive)
tmutil calculatedrift backup_folder
# list backups
tmutil listbackups
# set backup destination
@aluissp
aluissp / tailwind.config.js
Created February 12, 2023 20:45
Fade in animation in Tailwind CSS
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {
animation: {
fade: 'fadeIn .5s ease-in-out',
},
@MrChocolatine
MrChocolatine / macOS – Remove metadata from PDF files.md
Last active January 8, 2026 16:50
macOS – Remove metadata from PDF files