Skip to content

Commit c769d32

Browse files
authored
Update README.md
1 parent afe4b13 commit c769d32

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# PowerSession
22

3+
[![Build Status](https://watfaq.visualstudio.com/PowerSession/_apis/build/status/PowerSession-.NET%20Core-CI?branchName=master)](https://watfaq.visualstudio.com/PowerSession/_build/latest?definitionId=8&branchName=master)
4+
35
> Record a Session in PowerShell.
46
5-
PowerShell version(PoC still) of [asciinema](https://github.com/asciinema/asciinema) using [Windows Pseudo Console(ConPTY)](https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/)
7+
PowerShell version of [asciinema](https://github.com/asciinema/asciinema) based on [Windows Pseudo Console(ConPTY)](https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/)
8+
9+
Basic features record/play/auth/upload are working now.
10+
11+
12+
## Compatibilities
613

7-
Only the `record` feature is implemented now. The output is comptible with asciinema v2 standard and can be played by `ascinnema`
14+
* The output is comptible with asciinema v2 standard and can be played by `ascinnema`.
15+
* The `auth` and `upload` functionalities are agains `asciinema.org`.
816

917

1018
## Play around

0 commit comments

Comments
 (0)