package clipper

import (
	
)

type Custom struct {
	Name string
}

func ( *Custom) () error {
	return verify(, .Name)
}

func ( *Custom) ( string) ([]byte, error) {
	 := exec.Command(.Name, "-o", )
	return .Output()
}

func ( *Custom) ( string,  []byte) error {
	 := exec.Command(.Name, "-i", )
	return write(, )
}