backpack-cli is a command-line tool designed for managing and organizing your collections of gear, providing a local alternative to services like Lighterpack.
I cannot provide binaries as of yet. Please download the repository and use in-folder with python.
Whenever you run the program, it will look for the database at XDG_CONFIG_HOME/backpack-cli/
. It will be created if it is not found.
For detailed command line usage, refer to Command Line Usage
To import a csv list from Lighterpack, you can use the command backpack import-lighterpack [path/to/file]
. This command will do the following:
- Parse all items and create them in the database
- create a collection named after the filename
- add all the items to the collection
🛈 Importing collections with the same items will create duplicates