mirror of
https://github.com/callumio/nsbm.git
synced 2025-12-17 03:29:21 +00:00
initial commit
This commit is contained in:
commit
a9f9c2f4ed
3 changed files with 300 additions and 0 deletions
7
script.sh
Executable file
7
script.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
EMAIL="$1"
|
||||
URL=${2:-"github:NixOS/nixpkgs?ref=master"}
|
||||
gum spin --spinner dot --title "Querying $URL..." -- nixmeta --flakeref="$URL" -o /tmp/nixmeta.csv
|
||||
csvsql /tmp/nixmeta.csv --query "select * from nixmeta where meta_maintainers_email==\"$EMAIL\"" | gum table -p
|
||||
rm /tmp/nixmeta.csv
|
||||
Loading…
Add table
Add a link
Reference in a new issue