Shellcheck and tabindent all appscripts

This commit is contained in:
Miles Alan 2020-06-07 09:56:12 -05:00
parent e23f439b65
commit f9e580106e
5 changed files with 84 additions and 84 deletions

View file

@ -46,7 +46,7 @@ FOLDER="/tmp/sfeed_$(echo "$TIMESPAN" | sed 's/ /_/g')"
prep_temp_folder_with_items
# Show list of items
PICKED=$(echo "$(list_items)" | dmenu -p "RSS" -c -l 20 -fn Terminus-15)
PICKED=$(list_items | dmenu -p "RSS" -c -l 20 -fn Terminus-15)
# Handle picked item
URL="$(echo "$PICKED" | gawk -F " " '{print $NF}')"