add laptop configs
This commit is contained in:
parent
9b8dd017d8
commit
47fac581ee
46 changed files with 3332 additions and 0 deletions
14
dot-files-laptop/.config/ytfzf/conf.sh
Executable file
14
dot-files-laptop/.config/ytfzf/conf.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
YTFZF_ENABLE_FZF_DEFAULT_OPTS=1
|
||||
FZF_DEFAULT_OPTS="--color=border:magenta,info:green,header:green,info:yellow,hl:blue,label:magenta"
|
||||
show_thumbnails=1
|
||||
load_thumbnail_viewer kitty
|
||||
thumbnail_video_info_text () {
|
||||
printf "\n${c_cyan}%s" "$title"
|
||||
printf "\n "
|
||||
printf "\n${c_blue}Channel ${c_green}%s" "$channel"
|
||||
printf "\n${c_blue}Duration ${c_yellow}%s" "$duration"
|
||||
printf "\n${c_blue}Views ${c_magenta}%s" "$views"
|
||||
printf "\n${c_blue}Date ${c_cyan}%s" "$date"
|
||||
printf "\n "
|
||||
}
|
30
dot-files-laptop/.config/ytfzf/extensions/comments
Normal file
30
dot-files-laptop/.config/ytfzf/extensions/comments
Normal file
|
@ -0,0 +1,30 @@
|
|||
#!/bin/sh
|
||||
|
||||
get_search_from_EXT_comments (){
|
||||
_search="${selected_url}"
|
||||
}
|
||||
|
||||
set +f
|
||||
instances=$(printf "%s\n" "${YTFZF_TEMP_DIR}"/*)
|
||||
set -f
|
||||
|
||||
instance_count=$(echo "$instances" | wc -l)
|
||||
|
||||
if [ "$instance_count" -gt 1 ]; then
|
||||
printf "%s\n" "More than 1 ytfzf instance is running, please select one"
|
||||
echo "$instances" | sed 's/.*\///' | nl
|
||||
read -r num
|
||||
|
||||
instance="$(echo "$instances" | sed -n "${num}p")"
|
||||
else
|
||||
instance="$instances"
|
||||
fi
|
||||
|
||||
read -r selected_url < "${instance}/ids"
|
||||
|
||||
[ -z "$selected_url" ] && {
|
||||
printf "%s\n" "This instance is not playing a video"
|
||||
}
|
||||
|
||||
scrape="comments"
|
||||
search_source="EXT_comments"
|
35
dot-files-laptop/.config/ytfzf/subscriptions
Normal file
35
dot-files-laptop/.config/ytfzf/subscriptions
Normal file
|
@ -0,0 +1,35 @@
|
|||
https://www.youtube.com/channel/UC7YOGHUfC1Tb6E4pudI9STA # Mental Outlaw
|
||||
https://www.youtube.com/channel/UCVls1GmFKf6WlTraIb_IaJg # DT
|
||||
https://www.youtube.com/channel/UCbQ4fbi0fy3d6Hb7q2FIATw # itsagundam
|
||||
https://www.youtube.com/channel/UCld68syR8Wi-GY_n4CaoJGA # Brodie
|
||||
https://www.youtube.com/channel/UC5KDiSAFxrDWhmysBcNqtMA # Eric Murphy
|
||||
https://www.youtube.com/channel/UCjSEJkpGbcZhvo0lr-44X_w # TechHut
|
||||
https://www.youtube.com/channel/UCiP_FwGyJQ_6P8k5ON5mncQ # Matt McMuscles
|
||||
https://www.youtube.com/channel/UC3ltptWa0xfrDweghW94Acg # Karl Jobst
|
||||
https://www.youtube.com/channel/UCdJdEguB1F1CiYe7OEi3SBg # jontron
|
||||
https://www.youtube.com/channel/UChIs72whgZI9w6d6FhwGGHA # Gamers Nexus
|
||||
https://www.youtube.com/channel/UC0M0rxSz3IF0CsSour1iWmw # Cinemassacre
|
||||
https://www.youtube.com/channel/UCmpaIXvID-FsN5xsUNolYAw # GTV Japan
|
||||
https://www.youtube.com/channel/UCNeU-ameY0dcKiltExqvhIw # GOG
|
||||
https://www.youtube.com/channel/UCGIY_O-8vW4rfX98KlMkvRg # Nintendo
|
||||
https://www.youtube.com/channel/UCjBp_7RuDBUYbd1LegWEJ8g # Xbox
|
||||
https://www.youtube.com/channel/UCWfXR0-F7MI-TbqikgEdJcQ # Sega
|
||||
https://www.youtube.com/channel/UCvZHe-SP3xC7DdOk4Ri8QBw # Bethesda
|
||||
https://www.youtube.com/channel/UC_ntXHv-XdKCD7CPynVvnQw # Bandai
|
||||
https://www.youtube.com/channel/UCW7h-1mymnJ96akzjrmiIgA # Capcom
|
||||
https://www.youtube.com/channel/UCnSp56qlKGr2lrPqyxtWGhw # 3D Realms
|
||||
https://www.youtube.com/channel/UCFctpiB_Hnlk3ejWfHqSm6Q # Pokémon
|
||||
https://www.youtube.com/channel/UCLx053rWZxCiYWsBETgdKrQ # LGR
|
||||
https://www.youtube.com/channel/UChbPPu6LmY3VJzW4XTgvwgA # OhNoItsAlexx
|
||||
https://www.youtube.com/channel/UCSE_JyJeiJQvg3RCnSD272Q # SmugAlana
|
||||
https://www.youtube.com/channel/UCCAfRoTJrKPbSrh_Eg3i4vg # TomDark
|
||||
https://www.youtube.com/channel/UCXoKg7Uvy4E7G3oW-Id5k1A # Acheeto
|
||||
https://www.youtube.com/channel/UCtMVHI3AJD4Qk4hcbZnI9ZQ # SomeOrdinaryGamers
|
||||
https://www.youtube.com/channel/UC3jSNmKWYA04R47fDcc1ImA # InfinitelyGalactic
|
||||
https://www.youtube.com/channel/UC1s1OsWNYDFgbROPV-q5arg # Michael Horn
|
||||
https://www.youtube.com/channel/UCl2mFZoRqjw_ELax4Yisf6w # Louis Rossmann
|
||||
https://www.youtube.com/channel/UCSuHzQ3GrHSzoBbwrIq3LLA # Naomi Brockwell TV
|
||||
https://www.youtube.com/channel/UCsVIQ2ipmCbua6s8ThFLo5A # Shrouded Hand
|
||||
https://www.youtube.com/channel/UC3yaWWA9FF9OBog5U9ml68A # SavvyNik
|
||||
https://www.youtube.com/channel/UCCzK4LJkDl73MQMbr8Lrcww # joeybtoonz
|
||||
https://www.youtube.com/channel/UCQeRaTukNYft1_6AZPACnog # Asmongold TV
|
Loading…
Add table
Add a link
Reference in a new issue