Skip to content

v2.0.0

Compare
Choose a tag to compare
@julianandrews julianandrews released this 26 Sep 12:04

This release:

  • Switches to reading from data directories if no corpus is specified, and throwing an error if no data is found.
  • Reads from stdin only if - is specified for FILES.

On Linux, this will read from XDG data directories under markovpass. By default this will be $HOME/.local/share/markovpass, /usr/local/share/markovpass, and /usr/share/markovpass.

On MacOS it should read from $HOME/Library/Application Support/markovpass.

On Windows it should read from {FOLDERID_RoamingAppData}/markovpass/data which might be something like C:\Users\Alice\AppData\Roaming\markovpass\data.