diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-13 22:58:57 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-13 22:58:57 +1000 |
| commit | 2eda287a80ef7209b9ec427030cfc7e2d274709e (patch) | |
| tree | 2afe7647433e5aca97c846bc7b54a021a3670e96 /src/caelestia/parser.py | |
| parent | [CI] chore: update flake (diff) | |
| download | caelestia-cli-2eda287a80ef7209b9ec427030cfc7e2d274709e.tar.gz caelestia-cli-2eda287a80ef7209b9ec427030cfc7e2d274709e.tar.bz2 caelestia-cli-2eda287a80ef7209b9ec427030cfc7e2d274709e.zip | |
record: wl-screenrec -> gpu-screen-recorder
Supports NVIDIA, so no need for having a fallback
Also supports pausing
Diffstat (limited to 'src/caelestia/parser.py')
| -rw-r--r-- | src/caelestia/parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/caelestia/parser.py b/src/caelestia/parser.py index 311b782..840ead5 100644 --- a/src/caelestia/parser.py +++ b/src/caelestia/parser.py @@ -70,6 +70,7 @@ def parse_args() -> (argparse.ArgumentParser, argparse.Namespace): record_parser.set_defaults(cls=record.Command) record_parser.add_argument("-r", "--region", nargs="?", const="slurp", help="record a region") record_parser.add_argument("-s", "--sound", action="store_true", help="record audio") + record_parser.add_argument("-p", "--pause", action="store_true", help="pause/resume the recording") # Create parser for clipboard opts clipboard_parser = command_parser.add_parser("clipboard", help="open clipboard history") |