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

Implement request history #7

Closed
mfinelli opened this issue Oct 22, 2022 · 1 comment · Fixed by #12
Closed

Implement request history #7

mfinelli opened this issue Oct 22, 2022 · 1 comment · Fixed by #12
Labels
enhancement New feature or request

Comments

@mfinelli
Copy link
Owner

To start just dump request settings in a json file (when executing the request) into ~/.cache/cui/requests then read that directory on startup. Open additional issues to handle manually deleting old requests and/or automatic pruning of the requests.

@mfinelli mfinelli added the enhancement New feature or request label Oct 22, 2022
mfinelli added a commit that referenced this issue Oct 23, 2022
This first step to resolving #7.
@mfinelli
Copy link
Owner Author

Improve startup time by loading history in a separate go routine

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

Successfully merging a pull request may close this issue.

1 participant