Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Version 3.1.0

Compare
Choose a tag to compare
@hughrun hughrun released this 14 Feb 08:02
· 10 commits to master since this release
8ff1e88

This release moves pocketsnack to PyPi. This means you can now install or upgrade by running:

pip install pocketsnack
  • adds --version flag to check the current version
  • configuration file is now created by running --config or running any command without a config file (breaking change: your old config file will no longer work unless you move it to ~/.pocketsnack_config.yml)
  • --dedupe didn't work, now it does
  • optionally favorite the copy you are keeping when you run --dedupe
  • improved docs and easier installation