EliverLara / terminator-themes

:metal: The biggest collection of themes for Terminator terminal.
GNU General Public License v3.0
1.15k stars 100 forks source link

[Enhancement] Add plugin to use local repository files #31

Open seanlum opened 4 years ago

seanlum commented 4 years ago

This pull request includes:

  1. New plugin which uses the local repository JSON file instead of the networked JSON file
  2. Installer and uninstaller for the local JSON plugin
  3. Installer and uninstaller for the local plugin which uses networked JSON
  4. Updates the README.md to include usage of these files
  5. Adds no changes to the previously existing files except README.md

The new plugin has a few tiny changes. The difference is that the requests package was removed from the non-networked plugin, and the JSON web request was replaced with a local file read into a JSON object in that plugin.