mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
fix(heuretes): ^...$
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user