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 a "saved queries" (archive) feature #46

Closed
neilotoole opened this issue May 11, 2017 · 1 comment
Closed

Add a "saved queries" (archive) feature #46

neilotoole opened this issue May 11, 2017 · 1 comment

Comments

@neilotoole
Copy link
Owner

neilotoole commented May 11, 2017

You should be able to archive queries for future use. For example:

> sq --archive=query1 '@my1.tbluser, @pg1.tbladdress | join(.uid) | .[0:100] | .uid, .email, .city, .zip'
> sq archive ls
NAME     SLQ
query1    @my1.tbluser, @pg1.tbladdress | join(.uid) | .[0:100] | .uid, .email, .city, .zip
> sq archive run query1

This could be implemented by having an archive section in ~/.sq/sq.yml

@neilotoole neilotoole changed the title Add a "saved queries" feature Add a "saved queries" (archive) feature May 11, 2017
@neilotoole
Copy link
Owner Author

Out of scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant