index — dots-the-third @ d1d2da37abcf06733d4512ebe515be9b0070e025

I don't need nix, I have a way worse solution!

fish: add rot13
crispy-caesus crispy@crispy-caesus.eu
Thu, 07 May 2026 15:04:23 +0200
commit

d1d2da37abcf06733d4512ebe515be9b0070e025

parent

c0b7d10819e60e51b1cf25d8021a9e8597bf4f94

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
A fish/.config/fish/functions/rot13.fish

@@ -0,0 +1,3 @@

+function rot13 + echo $argv | tr 'A-Za-z' 'N-ZA-Mn-za-m' +end