pier icon indicating copy to clipboard operation
pier copied to clipboard

Allow new scripts to be added from stdin with the add command

Open Plommonsorbet opened this issue 5 years ago • 0 comments

This option would make migrating existing shell scripts to pier a lot easier!

Example usage

echo 'for i in {1..10}; do echo $i; done' | pier add -a count_to_ten

Perhaps in the future we could add a json input option as well where you dump the whole script struct into stdin. :)

Plommonsorbet avatar Mar 27 '20 01:03 Plommonsorbet