diff --git a/.config/shell/common b/.config/shell/common index 5b01861..243b791 100644 --- a/.config/shell/common +++ b/.config/shell/common @@ -54,6 +54,10 @@ ytpl-export () {yt-dlp -j --flat-playlist "$1" | jq -r '.id' | sed 's_^_https:// # common date format shdate () {date +'%Y%m%d'} +ncurl() { + curl --netrc-file <(pass show personal/netrc) "$@" +} + # create function later: # large image heavy pdf into smaller pdf # below will: