jamestalmage / supports-hyperlinks

Detect whether a terminal emulator supports hyperlinks
MIT License
54 stars 13 forks source link

check $TERM to add alacritty support #23

Open WillForan opened 7 months ago

WillForan commented 7 months ago

adding alacritty from #2.

Pulling in new environmental variable TERM and checking with case statement even though currently it only checks for alaritty. Other terminals (terminology?) might set TERM. and xterm might have support in the future

WillForan commented 7 months ago

for cross referencing TERM vs TERM_PROGRAM relative to alacritty: https://github.com/alacritty/alacritty/issues/781