# great-docs termshow edit


Open the Termshow Editor for a .termshow recording.


``` bash
great-docs termshow edit [OPTIONS] SOURCE
```


Launches a browser-based timeline editor for adding chapters, annotations, and cuts. Changes are saved back to the .termshow.yml script file.


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: great-docs termshow edit [OPTIONS] SOURCE

      Open the Termshow Editor for a .termshow recording.

      Launches a browser-based timeline editor for adding chapters, annotations,
      and cuts. Changes are saved back to the .termshow.yml script file.

      Examples:   great-docs termshow edit demos/my-demo.termshow   great-docs
      termshow edit demos/install.termshow --port 9000

    Options:
      --port INTEGER  Local server port
      --no-browser    Don't auto-open browser
      --help          Show this message and exit.


# Arguments


`SOURCE: PATH`  
Required.


# Options


`--port: INTEGER = 8765`  
Local server port

`--no-browser`  
Don't auto-open browser


# Examples

``` bash
  great-docs termshow edit demos/my-demo.termshow
  great-docs termshow edit demos/install.termshow --port 9000
```
