Gist plugin
It would be nice to have gist plugin for pasting files to GitHub Gist. GitHub Gist have an API: https://developer.github.com/v3/gists/. I think the plugin can be implemented in https://github.com/oh-my-fish/plugin-dpaste and then I would rename plugin-dpaste to plugin-paste.
@rominf I would like to take this up.
Can you clarify this
- So I have to raise a PR to plugin-dpaste, to support pasting to Github Gist
-
plugin-dpastewill now support pasting to Github Gist and will now be called asplugin-paste
@M4rk9696 Nice to hear this! I agree with both your points. I would be happy to accept the PR and rename the repo. But I see the following problems: what to do to save backward compatibility (I think there should be ability to install the plugin without changing the config); how to tell the user that plugin was renamed and he is supposed to fix the fish config file.
@rominf Raised the PR, we'll take the discussion over there. Think we can keep the repo under the same name