What you can do is pipe the file in normally, then rename it in the zip
echo 'foo bar' | zip > file.zip
printf "@ -\n@=filename.txt\n" | zipnote -w file.zip
What you can do is pipe the file in normally, then rename it in the zip
echo 'foo bar' | zip > file.zip
printf "@ -\n@=filename.txt\n" | zipnote -w file.zip