Skip to content

Allow defining Before or After code in the config #36

Open
@tkiselev

Description

I feel like this would be a useful feature. My specific use case is that I want to use pypyp with other *nix tools, but it often complains about broken pipes if I use commands like head.

One fix could be to add alias pyp='pyp -b "signal.signal(signal.SIGPIPE,signal.SIG_DFL)"' (see here) to my shell config, but I feel like it would be cleaner if I could set that in the configuration.

Thanks!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions