Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blacklight-query bin #12

Merged
merged 7 commits into from
Sep 25, 2024
Merged

Add blacklight-query bin #12

merged 7 commits into from
Sep 25, 2024

Conversation

dphiffer
Copy link
Member

This PR changes how the query script gets invoked, either with an arbitrary filename argument or by accepting the URL list from stdin.

Before:

cd blacklight-query
npm run main

After:

./blacklight-query urls.txt
echo "https://themarkup.org/" | ./blacklight-query

I have not tested out the global install scenario, but I assume it would allow you to run blacklight-query from anywhere.

@dphiffer dphiffer requested a review from BatMiles September 24, 2024 18:25
@dphiffer dphiffer merged commit 7202a11 into main Sep 25, 2024
1 check passed
@dphiffer dphiffer deleted the cli-bin branch September 25, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants