diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-05-19 11:42:36 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-05-19 11:42:36 +0530 |
| commit | ce13e7befd2e88f96a542967aa7124c56a88a70f (patch) | |
| tree | db4d6f9a7cd962fdd86457ff2e9a77414f85b889 /justfile | |
| parent | a64c617c939954ceb072832bc29c3f9010fd086d (diff) | |
| download | sinthinator-ce13e7befd2e88f96a542967aa7124c56a88a70f.tar.gz sinthinator-ce13e7befd2e88f96a542967aa7124c56a88a70f.zip | |
Add i2c mux for touch slider controllers
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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")"; |
