File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ alias git-pull-root='find $(git rev-parse --show-toplevel 2> /dev/null) -name .g
279
279
# Docker
280
280
alias docker-run-ptrace="docker run --cap-add SYS_PTRACE"
281
281
alias mysql-docker-start="docker run --name=mysql -p3306:3306 --rm -v $HOME/.cache/mysql:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root} mysql/mysql-server"
282
- alias yt-dlp-all='yt-dlp -vci -R5 -f mp4,webm --write-description --write-info-json --all-subs --write-thumbnail --add-metadata'
282
+ alias yt-dlp-all='yt-dlp -vci -R5 -f mp4,webm --write-description --write-info-json --all-subs --write-thumbnail --add-metadata --get-comments '
283
283
284
284
# ImageMagick
285
285
alias identify-exif="identify -format '%[EXIF:*]'"
You can’t perform that action at this time.
0 commit comments