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

Add configuration for an alternate pastebin upload helper command #286

Open
mtmiller opened this issue Oct 25, 2019 · 1 comment
Open

Add configuration for an alternate pastebin upload helper command #286

mtmiller opened this issue Oct 25, 2019 · 1 comment

Comments

@mtmiller
Copy link

It seems that the interface for "upload to a pastebin service" simply requires any program that takes text on stdin and reports a URL on stdout. This is great, and very simple, which means that the user could use an alternative to wgetpaste for the same functionality. Would you consider adding a configuration key for the name of the upload helper command?

As an example, on my Debian system, I don't have wgetpaste, but I do have pastebinit. I added a simple wrapper shim called wgetpaste to run exec pastebinit on my PATH, and now gpaste-client upload works perfectly. It would be so much simpler if I could configure that with gsettings and not need a shim script.

@jeffr1975
Copy link

I would use this feature. Working on a shim right now.

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

No branches or pull requests

2 participants