Skip to content

Instantly share code, notes, and snippets.

View peddanet's full-sized avatar
🏠
Working from home

Peter Wein peddanet

🏠
Working from home
  • Bochum
View GitHub Profile
@nimatrueway
nimatrueway / README.md
Last active December 2, 2024 15:58 — forked from Nua07/python_pillow_webp2gif.py
Convert webp animations to gif preserving image quality (RGB = 24bit)
@niun
niun / set-pretty-git-log-alias.sh
Last active March 14, 2026 20:32
git log graph --oneline with date and author and colored ref names as alias
## One line per log entry with merge graph
## (--decorate is implicit for newer git versions?):
#git log --graph --oneline --decorate
## |
## Add --branches --remotes --tags --merges to see entries for all of the
## corresponding refs, not only commits (--all for all refs).
## Format output with --pretty=tformat:'<format>'
## Interesting placeholders for oneline <format>: