haruneko icon indicating copy to clipboard operation
haruneko copied to clipboard

Post Command samples

Open Sheepux opened this issue 4 years ago • 2 comments

Provide a multiple step post command generator including examples provided by the community. Common requested use cases needs to be listed.

Sheepux avatar Dec 08 '20 23:12 Sheepux

Examples given on reddit: merge all chapters into a pdf move all images into the parent folder (prepend chaptername)

Sheepux avatar Apr 09 '23 19:04 Sheepux

This is a really cool idea, here is a wireframe of how I see this :

image

You have premade bricks of post command (merge in one PDF, convert to kindle...). When you click it, it fills the step input text with the brick, the brick might have placeholder and the user should overwrite them.

You can add any number of steps you want with the Add a new step button.

Finally, every step reduces to a single post command value, as follows : step1 && step2 && step3 && step...;

Note that I use && for stopping the post command if any step goes wrong. We could make a step optional and instead use ;. But I'm not sure if it is a desired feature, and it's better to start small.

Also, I'm not sure of how post command works on Windows ? Is it the same syntax ?

Pierre-Monier avatar Nov 24 '23 17:11 Pierre-Monier