mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2025-07-27 06:11:59 +00:00
reorganise readme
This commit is contained in:
parent
ca7604c279
commit
d8d7fce5cc
51
README.md
51
README.md
@ -49,28 +49,18 @@ OBS_THEME=Reds
|
|||||||
|
|
||||||
## Use
|
## Use
|
||||||
|
|
||||||
### GUI
|
|
||||||
|
|
||||||
To launch the GUI run the root command without any subcommands:
|
|
||||||
|
|
||||||
```console
|
|
||||||
simple-recorder
|
|
||||||
```
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Just enter the filename and click *Start*.
|
|
||||||
|
|
||||||
#### Themes
|
|
||||||
|
|
||||||
You can change the colour theme with the --theme option:
|
|
||||||
|
|
||||||
```console
|
|
||||||
simple-recorder --theme="Light Purple"
|
|
||||||
```
|
|
||||||
|
|
||||||
### CLI
|
### CLI
|
||||||
|
|
||||||
|
To launch the CLI pass any subcommand, for example:
|
||||||
|
|
||||||
|
```console
|
||||||
|
simple-recorder start "File Name"
|
||||||
|
|
||||||
|
simple-recorder stop
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Commands:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
Usage: simple-recorder [OPTIONS] COMMAND
|
Usage: simple-recorder [OPTIONS] COMMAND
|
||||||
|
|
||||||
@ -91,15 +81,24 @@ Usage: simple-recorder [OPTIONS] COMMAND
|
|||||||
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||||
```
|
```
|
||||||
|
|
||||||
To launch the CLI pass any subcommand (start/stop etc...), for example:
|
### GUI
|
||||||
|
|
||||||
|
To launch the GUI run the root command without any subcommands:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
simple-recorder start "File Name"
|
simple-recorder
|
||||||
|
|
||||||
simple-recorder stop
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- If no filename is passed to start then you will be prompted for one.
|

|
||||||
- A default_name will be used if none is supplied to the prompt.
|
|
||||||
|
Just enter the filename and click *Start*.
|
||||||
|
|
||||||
|
#### Themes
|
||||||
|
|
||||||
|
You can change the colour theme with the --theme option:
|
||||||
|
|
||||||
|
```console
|
||||||
|
simple-recorder --theme="Light Purple"
|
||||||
|
```
|
||||||
|
|
||||||
[obs-studio]: https://obsproject.com/
|
[obs-studio]: https://obsproject.com/
|
Loading…
x
Reference in New Issue
Block a user