PowerSession 0.1.2

Record a Session in PowerShell
PowerSession-0.1.2 is not a library.

PowerSession

Record a Session in PowerShell.

PowerShell version of asciinema based on Windows Pseudo Console(ConPTY)

Basic features record/play/auth/upload are working now.

This is a new Rust implemented version. if you are looking for the C# implementation, please go to the old version

Checkout A Demo

asciicast

Compatibilities

  • The output is comptible with asciinema v2 standard and can be played by ascinnema.
  • The auth and upload functionalities are against asciinema.org.

Installation

cargo install PowerSession

Usage

Get Help

PS D:\projects\PowerSession> PowerSession.exe -h
PowerSession

USAGE:
    PowerSession.exe [SUBCOMMAND]

OPTIONS:
    -h, --help    Print help information

SUBCOMMANDS:
    rec       Record and save a session
    play
    auth      Authentication with asciinema.org
    upload    Upload a session to ascinema.org
    help      Print this message or the help of the given subcommand(s)

Supporters