Skip to content

ppfeiler/common-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Common Scripts

In this repository are small little helper scripts which I use on my computer.

Hacker

fix-snap-fonts.sh

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

unescape-json

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages