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

[Feature] Save filters and output to file. #14

Open
2 tasks
pyjarrett opened this issue Jun 3, 2021 · 0 comments
Open
2 tasks

[Feature] Save filters and output to file. #14

pyjarrett opened this issue Jun 3, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@pyjarrett
Copy link
Owner

I often find myself needing search results later and I find myself copying and pasting searches to save them for later.

A command should exist to save the a search and its results to disk. This might be to separate files, one with commands which could be sourced at a later time to restore the search (such as to have its results compared), but this need is further down the road. Any file written with search results should be timestamped.

Possibles solution, not sure if export or save is the right command name here:

save <file_name>

save "Importing_C_Functions"

results in Importing_C_Functions.septum and Import_C_Functions.YYYYMMDD.HHMM.txt in the closest .septum/ directory.

  • Handles case of preexisting search filename
  • Handles case of results with the same filename.
@pyjarrett pyjarrett added the enhancement New feature or request label Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant