dimo414 / ProfileGem

A shell configuration utility to compartmentalize and manage your terminal utilities and environment
GNU General Public License v3.0
22 stars 6 forks source link

Alert users when they should run pgem_update #10

Closed dimo414 closed 7 years ago

dimo414 commented 7 years ago

Original report by Michael Diamond (Bitbucket: dimo414).


Needs to be non-invasive, e.g. run rarely and/or run in the background, so it doesn't block shell startup.

Could also be fast by not actually checking if there are any updates to pull. Since pgem_update is (theoretically) idempotent there shouldn't be any issue with just running it every so often.

dimo414 commented 7 years ago

Original comment by Michael Diamond (Bitbucket: dimo414).


Add a warning message when ProfileGem hasn't been updated in more than a month. Resolves issue #10.