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

Persist message history to disk #12

Open
whereswaldon opened this issue Nov 16, 2018 · 2 comments
Open

Persist message history to disk #12

whereswaldon opened this issue Nov 16, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@whereswaldon
Copy link
Member

The message history could be written to disk and reloaded whenever the application is started.

For starters, we could do something naiive like writing a JSON array, but that will stop scaling at some point.

I'm thinking that this should live in $XDG_DATA_HOME/muscadine/history.json or similar.

@whereswaldon whereswaldon added the enhancement New feature or request label Nov 16, 2018
@whereswaldon
Copy link
Member Author

The very first version of this is implemented in 5acfca2, but I'll leave this issue open to track improvements that might be made to this functionality.

@whereswaldon
Copy link
Member Author

Once #77 is merged, I think I'll close this.

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