A list of all available, registable top level domains.
Based on https://tld-list.com/free-downloads, filtered using jq.
All gTLD
domains, filtered using:
[. | to_entries | .[] | select(.value.type == "gTLD") | .key ]
A list of all available, registable top level domains.
Based on https://tld-list.com/free-downloads, filtered using jq.
All gTLD
domains, filtered using:
[. | to_entries | .[] | select(.value.type == "gTLD") | .key ]
This gist explains how to automatically create a kitty theme .conf
file based on the daily Bing wallpaper.
The concept can be applied to other themes and wallpapers as well.
The files are also available on my dotfiles
Create a NodeJS project. We will create a script that extracts the colors from an image using node-vibrant.
In that project, create a file set_theme_from_bg.js
: