michaelzmm
michaelzmm
Hello ahrm, I tried your script, look what it came out: michaelzmm~/syn$ sioyek_copy --shared-database-file-path /home/michaelzmm/syn/lib/shared.db --list-files import-im6.q16: attempt to perform an operation not allowed by the security policy `PS' @...
Yes, "sioyek_copy" is an alias i made for "python sioyek_copy.py"
Oh, I forgot to put the "#!/usr/bin/python3" on the first line. So that was the answer to the problem shown above.
I could get the list of files from database using the --local-database-file-path only, when using the --shared-database-file-path only, I got error. Tried to use the option --get-file-hash like so: python3...
> > Why does it stores the file path, if it is something thats breakable, meaning the file can be moved somewhere else? > > How else could we open...
Should sioyek really have this functionality at all? Fells like its overstepping its boundaries. The thing is, if you rename your pdf, it breakes. Its a fragile thing. I would...
> > Should sioyek really have this functionality at all? Fells like its overstepping its boundaries. > > Most PDF viewers have this feature. Yes I know. It may be...