From ce13e7befd2e88f96a542967aa7124c56a88a70f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 19 May 2026 11:42:36 +0530 Subject: Add i2c mux for touch slider controllers --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index d3107b2..e4cbd4d 100644 --- a/justfile +++ b/justfile @@ -46,3 +46,9 @@ bom: --generate-map --map-format gerberx2 \ --output "{{HWOUTDIR}}/gerbers/sinthinator" \ "{{HWDIR}}/sinthinator.kicad_pcb" + +lion search: + #!/usr/bin/env sh + sel=$(curl -XGET 'https://www.lioncircuits.com/api/searchsuggestion?q={{search}}' | jq '.results.Products | map(.mpn + "\t| " + .description + "\t| " + .datasheet + " |") | join("\n")' -r | fzf) + echo "$sel"; + echo "https://www.lioncircuits.com/parts/$(echo "$sel")"; -- cgit v1.3.1