AmmarAbouZor / tui-journal

Your journal app if you live in a terminal

Home Page:https://crates.io/crates/tui-journal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saving the app state

AmmarAbouZor opened this issue · comments

It would be useful for the users to save the state of the app and restore when the app starts again

In the state we can save the used sort option and if the app is full screen is toggled ...

This can be implemented once the sorting feature is implemented