packtrack 2.7.0

A simple CLI for tracking mail packages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Cache management

## Get the size
``` 
❯ packtrack cache size
3.4 MiB
```

## Prune the cache 
This removes all entries from the cache that are not associated with a URL in the URL store. 

``` 
❯ packtrack cache prune
Removed 94 urls
Cache size reduced from 5.3 MiB to 3.3 MiB
```