g* auto git commands added, some encoding stuff as well

This commit is contained in:
2022-06-17 17:40:46 -04:00
parent d6c388bfb5
commit 75db2da32f
12 changed files with 262 additions and 2 deletions

View File

@@ -1,2 +1,7 @@
#!/bin/bash
wf-recorder -g "$(slurp)" --audio --file=$(date "+%s").mp4
if [[ -z "$1" ]]; then
file="$(date +%Y-%M-%d_%H:%m)"
else
file="$1"
fi
wf-recorder -g "$(slurp)" --audio --file="${file}.mp4"