pilasguru

doitlive

Aug 3rd, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

doitlive

Create a script to perform a live presentation where you
type anything at your keyboard and the computer write
commands following your script and then perform the actions
of such commands.

Official documentation

Usage: doitlive [OPTIONS] COMMAND [ARGS]...

  doitlive: A tool for "live" presentations in the terminal

  Basic:
      1. Create a file called session.sh. Fill it with bash commands.
      2. Run "doitlive play session.sh".
      3. Type like a madman.

  Press Ctrl-C at any time to exit a session. To see a demo session, run
  "doitlive demo".

  You can use --help to get help with subcommands.

  Example: doitlive play --help

Options:
  -v, --version  Show the version and exit.
  -h, --help     Show this message and exit.

Commands:
  completion  Output completion (to be eval'd).
  demo        Run a demo doitlive session.
  play        Play a session file.
  record      Record a session file.
  themes      Preview the available prompt themes.
Add Comment
Please, Sign In to add comment