Skip to content

Instantly share code, notes, and snippets.

@aaccioly
aaccioly / proof.md
Created March 9, 2025 18:08
Keyoxide proof

$argon2id$v=19$m=64,t=512,p=2$/Bx76haXdJ2GPvcK+ERvxA$ZdiZvrmVmbVZXEMkJx3GNw

@aaccioly
aaccioly / git-fixup
Last active July 7, 2025 12:38 — forked from MartinWallgren/git-fixup
Select a fixup commit using fzf
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2019 Martin Wallgren
#
# SPDX-License-Identifier: MIT
#
# SPDX-FileContributor: Anthony Accioly <[email protected]>
#
# Changelog:
# - 2025-06-16: Anthony Accioly - Added fzf preview, pbcopy support and default branch detection
#