Skip to content

Instantly share code, notes, and snippets.

@CorentinGC
CorentinGC / gist:571fe1db56643d557db195756b105b7e
Created November 11, 2023 16:13
sed replace accents (YAML)
#!/bin/bash
sed -e "s/é/\\\00E9/g" \
-e "s/è/\\\00E8/g" \
-e "s/ê/\\\00EA/g" \
-e "s/ë/\\\00EB/g" \
-e "s/É/\\\00C9/g" \
-e "s/È/\\\00C8/g" \
-e "s/Ê/\\\00CA/g" \
-e "s/Ë/\\\00CB/g" \
@CorentinGC
CorentinGC / kameto.user.js
Last active April 3, 2022 16:33
Reddit Place - Armée de Kameto
// ==UserScript==
// @name Reddit Place - Armée de Kameto
// @namespace http://tampermonkey.net/
// @version 0.3
// @description On va récuperer ce qui nous est dû de droit.
// @author Adcoss95
// @match https://hot-potato.reddit.com/embed*
// @icon https://styles.redditmedia.com/t5_4eiiz1/styles/communityIcon_ojy24r8j90o81.jpg
// @grant none
// @downloadURL https://gist.githubusercontent.com/CorentinGC/900a7b7c55b608a77bdfc8cb3a26a88a/raw/kameto.user.js?v=0.3