-
Notifications
You must be signed in to change notification settings - Fork 163
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
pipeto
should build on alot.commands.globals.ExternalCommand
#715
Comments
Has there been progress made on this (or #703)? I'm running headlong into this problem, as I use a script to parse Outlook invitations into remind format and then open |
if there was progress it'd be documented here.. so knock yourself out :) |
I certainly don't yet know how to fix the mess, but I'll see what I can find. I'm interested in your workflow for stuff like this, as I'm quite new to both notmuch and alot. Is your workflow documented somewhere? If not, would it be possible for you to document how you are (or would recommend) doing some more "advanced" stuff like this? |
If by "workflow" you mean how I would implement something like your remind-feature in my personal config, I can point you to the wiki entry on contributed hooks. |
I'll read that over to see if it provides the sort of functionality I need to patch this in the short term. I've just pulled up |
So I think there's a relatively trivial way to apply this fix. Rather than inheriting from We could also refactor |
@pazz mentioned this in the comments for issue #684; the
PipeCommand
class is duplicating a lot of work handled byExternalCommand
, and apparently this is to blame for some input handling issues.The text was updated successfully, but these errors were encountered: