Skip to content

Miscellaneous utilities for working with Cog command pipelines

License

Notifications You must be signed in to change notification settings

cogcmd/pipewrench

Repository files navigation

pipewrench

Miscellaneous helpers for working with Cog command pipelines

Commands

  • pipewrench:for - easily construct a list of inputs for the next command in the pipeline

Permissions

  • None. All commands are set to allow by default.

Examples

pipewrench:for

> pipewrench:for member in neil geddy alex | raw
{
  "member": "neil"
}
{
  "member": "geddy"
}
{
  "member": "alex"
}

License

Apache 2

About

Miscellaneous utilities for working with Cog command pipelines

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages