Skip to content

Instantly share code, notes, and snippets.

View mrwormhole's full-sized avatar
🙃
สู้ๆ

Talha Altınel mrwormhole

🙃
สู้ๆ
View GitHub Profile
@mrwormhole
mrwormhole / VScode-Extensions.txt
Last active July 8, 2025 02:13
VScode extensions I use everyday
Astro
CSS Peek
IntelliSense for CSS classnames in HTML
LLDB DAP
tinygo
PostgeSQL
vscode-icons
Git Graph
@mrwormhole
mrwormhole / doc_gen.sh
Created November 24, 2021 23:23
Godoc static HTML generator
#!/usr/bin/env bash
function extract_module_name {
# Extract module name
sed -n -E 's/^\s*module\s+([[:graph:]]+)\s*$/\1/p'
}
function normalize_url {
# Normalize provided URL. Removing double slashes
echo "$1" | sed -E 's,([^:]/)/+,\1,g'
@mrwormhole
mrwormhole / .gitconfig
Last active March 26, 2025 21:20
my git config
[user]
email = [email protected]
name = F. Talha Altinel
signingkey = 767BA4C9767A8367
[url "ssh://[email protected]/"]
insteadOf = https://github.com/
insteadOf = http://github.com/
[url "ssh://[email protected]/"]
insteadOf = https://gitlab.com/
insteadOf = http://gitlab.com/