theredditbandit / pman

A CLI project manager
Other
36 stars 3 forks source link

Performance improvement : `pman ls` command is now 4x faster for most use cases #38

Closed theredditbandit closed 3 months ago

theredditbandit commented 3 months ago

This is achieved by only indexing all the projects for Last Edited value once a day. and then those values are the same for 24 hours.

the value of Last Edited time can be updated to have the most recent value using pman ls --r which refreshes the db with current values.