record: add arg to copy screen recording to clipboard (#83)

This commit is contained in:
Chea Vuthearith
2026-02-10 16:53:27 +07:00
committed by GitHub
parent fe071cb285
commit 164bda5462
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -105,6 +105,7 @@ complete -c caelestia -n "$seen screenshot" -s 'f' -l 'freeze' -d 'Freeze while
# Record
complete -c caelestia -n "$seen record" -s 'r' -l 'region' -d 'Capture region'
complete -c caelestia -n "$seen record" -s 's' -l 'sound' -d 'Capture sound'
complete -c caelestia -n "$seen record" -s 'c' -l 'clipboard' -d 'Copy recording path to clipboard'
# Clipboard
complete -c caelestia -n "$seen clipboard" -s 'd' -l 'delete' -d 'Delete from cliboard history'