aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-05-19 11:42:36 +0530
committerAkshay Nair <phenax5@gmail.com>2026-05-19 11:42:36 +0530
commitce13e7befd2e88f96a542967aa7124c56a88a70f (patch)
treedb4d6f9a7cd962fdd86457ff2e9a77414f85b889 /justfile
parenta64c617c939954ceb072832bc29c3f9010fd086d (diff)
downloadsinthinator-ce13e7befd2e88f96a542967aa7124c56a88a70f.tar.gz
sinthinator-ce13e7befd2e88f96a542967aa7124c56a88a70f.zip
Add i2c mux for touch slider controllers
Diffstat (limited to 'justfile')
-rw-r--r--justfile6
1 files changed, 6 insertions, 0 deletions
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")";