mgunyho / tere

Terminal file explorer
European Union Public License 1.2
1.68k stars 38 forks source link

Serialize history tree #22

Closed mgunyho closed 2 years ago

mgunyho commented 2 years ago

Save history tree to some file, like ~/.cache/tere/history.json. Must be configurable by user. Must not affect startup time significantly. Maybe could also try to trim the tree every now and then (with something like last_visited_time) to keep it from becoming too big.