Caching

By default gimme stores the fetched GitHub repository data on disk. Time to live (TTL) is set to one hour. To execute command without cache, add --cache-ttl 0. For example:

gimme top --cache-ttl 0
Back to top