We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I almost wrote a tool for this since I've done this for 20+ histories x 3 times this semester. Clearly should be JQ + parsec.
The text was updated successfully, but these errors were encountered:
parsec histories_get_histories | \ jq '.[] | select(.name | contains("2017.04.27")) | .id' -r | \ xargs parsec histories_update_history --importable true
Sorry, something went wrong.
Fixed in #10
hexylena
No branches or pull requests
I almost wrote a tool for this since I've done this for 20+ histories x 3 times this semester. Clearly should be JQ + parsec.
The text was updated successfully, but these errors were encountered: