1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21:08 +01:00

fix(heuretes): ^...$

This commit is contained in:
2022-08-17 08:33:09 +02:00
parent 88a2ace2e0
commit 5a247d68a0

View File

@@ -452,7 +452,7 @@ in
}; };
in in
pkgs.writers.writeDashBin "heuretes" '' pkgs.writers.writeDashBin "heuretes" ''
${pkgs.xsv}/bin/xsv search -s simple "$*" ${database} | ${pkgs.xsv}/bin/xsv table ${pkgs.xsv}/bin/xsv search -s simple "^$*$" ${database} | ${pkgs.xsv}/bin/xsv table
''; '';
# https://nitter.net/igor_chubin/status/1557793569104183298 # https://nitter.net/igor_chubin/status/1557793569104183298