shower / cli

Command line interface for Shower
Other
35 stars 6 forks source link

Run commands directly for easy automatisation #57

Closed igsekor closed 3 years ago

igsekor commented 3 years ago

My suggestion is dealing with an issue to run commands in terminal without any steps to setup slides.

Shower CLI is pretty good interface to create and manage a presentation! I was absolutely happy with this tool any time before. But...

I want to build up a new layer under Shower CLI. It will be an extension for VS Code for managing a presentation in this IDE. I want to use Shower CLI for commands but it is impossible. I'll try to describe on an example of one command for clarification. Command shower create is constructed as a master for own settings and fast command for default settings. It will be much more relevant to my case if shower create will be able to setup theme and ratio via parameters, e.g. --theme and --ratio. It will be suitable for any cases are connected with bash scripts and any high-level tools based on Shower CLI as my own.

I will be happy to become a contributor to make this feature. Also I'm thinking seriously about support of any other repository's issues in the list. I'm trying to be useful.

Is it possible to answer me on suggestion which I've described above?

@nikolay-govorov @pepelsbey

pepelsbey commented 3 years ago

I think it’s a good idea to expose the same features via parameters. It might also help if you always create your slides with the certain options, like 16:9 and Ribbon, for example. You could just get something like shower create --ratio 16:9 --theme ribbon from your CLI history or make an alias.

igsekor commented 3 years ago

To be sure that user want to override a folder, it will be good to add --override option. @nikolay-govorov and @pepelsbey , is it good idea?

mrdimidium commented 3 years ago

It will be in the next release