mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2026-04-21 00:33:36 +00:00
Compare commits
2 Commits
v0.1.3
...
eecd51e0ca
| Author | SHA1 | Date | |
|---|---|---|---|
| eecd51e0ca | |||
| 57f2e9deff |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -2,7 +2,7 @@ name: Release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [created, published]
|
types: [published]
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*.*.*'
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -58,6 +58,16 @@ Without passing a subcommand (start/stop) a GUI will be launched, otherwise a CL
|
|||||||
|
|
||||||
Just enter the filename and click *Start Recording*.
|
Just enter the filename and click *Start Recording*.
|
||||||
|
|
||||||
|
#### Themes
|
||||||
|
|
||||||
|
Load the GUI with different themes:
|
||||||
|
|
||||||
|
```console
|
||||||
|
simple-recorder --theme="Light Purple"
|
||||||
|
```
|
||||||
|
|
||||||
|
Available themes: Light Purple, Neutral Blue, Reds, Sandy Beach, Kayak, Light Blue 2, Dark Teal1
|
||||||
|
|
||||||
### CLI
|
### CLI
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user