Add highlighted Whois command

This commit is contained in:
Andrew Kvalheim 2021-12-16 09:31:33 -08:00
parent 4aa194556d
commit 3954606ac9

View file

@ -26,6 +26,13 @@ in
qownnotes
teams
thunderbird
(writeShellScriptBin "w" ''
set -Eeuo pipefail
${whois}/bin/whois "$@" \
| ${ack}/bin/ack --color-match 'bold blue' --passthru '[-\w.!$%+=]+@[-\w.]+'
'')
];
home.file.".mozilla/firefox/f2y424q1.default/chrome/userChrome.css".source = ../../common/userChrome.css;