Skip to content

Instantly share code, notes, and snippets.

View fonini's full-sized avatar
🎯
Focusing

Jonnas Fonini fonini

🎯
Focusing
View GitHub Profile
@fonini
fonini / parse_dfe_key.sh
Last active February 20, 2025 16:40
Função em bash que retorna os componentes de uma chave de DFe. Suporta todos os documentos fiscais eletrônicos brasileiros.
# Uso: parse_dfe_key 00000000000000000000000000000000000000000000
function parse_dfe_key() {
local chave="$1"
if [[ ! $chave =~ ^[0-9]{44}$ ]]; then
echo "Erro: A chave de acesso deve ter exatamente 44 dígitos numéricos."
return 1
fi
@fonini
fonini / .bashrc
Last active September 13, 2021 23:58
Create a new Jekyll blog post from your command line.
# Add it to your .bashrc.
# Usage: create_post "My post name"
# or: create_post
# The script will generate the slug, ask for author's, ask
# if you want to generate permalink and tags
function create_post {
title=$1
# if no post title was supplied
Verifying that +fonini is my blockchain ID. https://onename.com/fonini