fish: add rot13
crispy-caesus crispy@crispy-caesus.eu
Thu, 07 May 2026 15:04:23 +0200
1 files changed,
3 insertions(+),
0 deletions(-)
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