- Introduces a
--data-store
or--dir
flag (with some aliases) to control which directory sigi will use as a data store for managing stacks during a single invocation- Thanks to @j-ref for submitting #26
- Introduces a
SIGI_HOME
environment variable that can set the data store location (the--data-store
flag takes precedence over this) with a fallback to the standard behavior of using a sigi directory in an OS-specific home directory.
Full Changelog: v3.7.0...v3.7.1