Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Start vokoscreen from the CLI #315

Open
waterkip opened this issue Apr 20, 2024 · 0 comments
Open

Feature request: Start vokoscreen from the CLI #315

waterkip opened this issue Apr 20, 2024 · 0 comments

Comments

@waterkip
Copy link

I'd like a way to start a recording from the command line. This would require command line switches to enable/disable features/options. But to get the ball rolling, I'd like to have the following options available:

vokoscreenng \
  --full-screen [optional screen id] \ # Depending
  --countdown 3 \ # or
  --no-countdown \ # This negates countdown
  --microphone [optional microphone id]\ #
  --no-microphone \ # default
  --config /path/to/config \ # default pick a configuration that has the above flags set already
  --record # finally, give the command

Alternatively:

vokoscreenng record --all-the-options from the previous example

Command line switches override the configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants