Skip to content

Instantly share code, notes, and snippets.

View tgw314's full-sized avatar
💭
😼

Koki Tagawa tgw314

💭
😼
View GitHub Profile
@dudeofawesome
dudeofawesome / export-colors.fish
Last active July 6, 2022 10:22
Easily export Fish Shell colors
#!/usr/bin/env fish
function rainbowify -d "Rainbow-ify text"
set -l RAINBOW red FF8800 yellow green blue purple
set LENGTH (string length $argv)
set SPLIT (string split '' $argv)
for i in (seq $LENGTH)
set PERC (math -s2 $i / $LENGTH)
@denilsonsa
denilsonsa / README.md
Last active August 15, 2023 05:01 — forked from noromanba/README.md
add permanently HEAD links on Gist for UserScript