Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

seanlum
Copy link

@seanlum seanlum commented May 12, 2020

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.

seanlum added 2 commits May 12, 2020 11:23
	Added:

	install-local.sh    - Installs the plugin which uses the local json themes file
	install-remote.sh   - Installs the plugin which uses JSON requests to get the json themes file
	uninstall-local.sh  - Uninstalls the plugin which uses the local json themes file
	uninstall-remote.sh - Uninstalls the plugin which uses JSON requests to get the json themes file
	plugin/terminator-themes-local.py    - Modified version which uses the local repository json themes file
	Removed unused requests python import in the local plugin
	Updated the README.md to include the new files
@seanlum seanlum changed the title [Enhancement] Add plugin to use local repo files [Enhancement] Add plugin to use local repository files May 12, 2020
EliverLara is the one keeps track of all the themes for this repository
by default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant