Technical Musings: December 2017
Technical Musings
Tools of a technical generalist
Wednesday, December 20, 2017
Export Gnome Extension URLs
To export text list of the URLs of your installed Gnome Extensions:
sudo apt-get install jq
cat ~/.local/share/gnome-shell/extensions/*/metadata.json | jq '.url'
This works for most, but some do not include url in metadata.json.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)