jesseduffield / horcrux

Split your file into encrypted fragments so that you don't need to remember a passcode
MIT License
4.53k stars 116 forks source link

Cant Bind files, no such File or directory #11

Closed UltraBlackLinux closed 3 years ago

UltraBlackLinux commented 4 years ago

[maus@lolcat bind]$ tree . ├── folder │   ├── split_1_of_3.horcrux │   ├── split_2_of_3.horcrux │   └── split_3_of_3.horcrux └── horcrux

1 directory, 4 files [maus@lolcat bind]$ ./horcrux bind folder/ 2020/07/13 08:49:03 open split_1_of_3.horcrux: no such file or directory

How do I solve this Problem? Thanks!

jesseduffield commented 3 years ago

Should be fixed in https://github.com/jesseduffield/horcrux/pull/13 :)

UltraBlackLinux commented 3 years ago

Thanks!