In this repository are small little helper scripts which I use on my computer.
Sometimes snap applications dont show fonts anymore. For example in filepicker dialogs.
Simply stop the application, run this script and then start it again. Now fonts should be working again.
See also this post in the manjaro forum
Often I have to deal with json which is escaped. E.g.:
{
\"example\":\"value\"
}
This script takes the contents of the clipboard, unescapes the json and opens it with kate
.