vors / ZLocation

ZLocation is the new Jump-Location
MIT License
567 stars 29 forks source link

Added environment variable PS_ZLOCATION_DATABASE_PATH to allow setting a custom database path. #114

Closed MatejKafka closed 2 years ago

MatejKafka commented 3 years ago

Solves #94.

I though about adding logic to migrate the database from default location to the custom one when set, but there are too many corner cases, so I think it's better to keep the old database file and let user manually move it if he wants to.

MatejKafka commented 3 years ago

It seems that Pester tests are currently broken due to version mismatch, showing false failed tests.