Hi!
I'm currently storing secret material encrypted with pws and stored in a git repository, pws lives in the git repository as well. When trying to run pws ed on files in a subdirectory it doesn't seem to work:
$ ./pws ed -n test_subdir/test_file
./pws:352:in `initialize': No such file or directory @ rb_sysopen - ./.users (Errno::ENOENT)
Hi!
I'm currently storing secret material encrypted with pws and stored in a git repository,
pwslives in the git repository as well. When trying to runpws edon files in a subdirectory it doesn't seem to work: