dmadisetti / steam-tui

Rust TUI client for steamcmd
MIT License
858 stars 17 forks source link

[Feature request] Library caching #8

Closed parkerlreed closed 2 years ago

parkerlreed commented 3 years ago

With a large library it takes upwards of 50 seconds to launch each time.

dmadisetti commented 3 years ago

This is partially implemented in the sense that the library is dumped to a json file (~/.config/steam-tui/games.json, which really should be /.cache/steam-tui/games.json), but yes, existence of the file should be checked and hard reload should come from pressing r.

Thanks

parkerlreed commented 2 years ago

Thanks!