ywwg / packingdb

A thing that helps me figure out what to pack.
GNU General Public License v3.0
0 stars 1 forks source link

Implement persistence of packing list, and command line flags to pack items #7

Closed ywwg closed 7 years ago

ywwg commented 7 years ago
Now you can specify a filename which is a simple CSV file to save
packed state to.  Then you can call packingdb multiple times with
the --pack commandline arg to pack that item.

NOTE: items therefore can't have duplicated names, but there's no checking for that.