go build
./alfred-repo -token <github api token> > repos.jsonUse alfred-fuzzy.
Create a new script filter action:
Use the following script:
export query="$1"
/path/to/fuzzy.py \
cat /path/to/repos.jsonAdd an open URL action:
| Name | Name | Last commit date | ||
|---|---|---|---|---|
go build
./alfred-repo -token <github api token> > repos.jsonUse alfred-fuzzy.
Create a new script filter action:
Use the following script:
export query="$1"
/path/to/fuzzy.py \
cat /path/to/repos.jsonAdd an open URL action: