David Sanson

Results 36 comments of David Sanson

Ah! Didn't see that issue at term-img.

Bah. Still doesn't work. Made some more changes. It works fine for me from the CLI, but not from BibDesk. To test the script on the CLI, create a text...

I use spacebar , and have these lines in my skhdrc, which change the background color of spacebar when I change modes: ``` :: default : spacebar -m config background_color...

Not quite what you want, but this is a decent gui fuzzy finder for OSX: https://github.com/chipsenkbeil/choose Not too hard to feed it a list of all your shortcuts with descriptions....

Just commenting to second @bpj's proposed use of indentation for this.

For reasons I do not understand, the module provided by PyMuPDF is called 'fitz'. So this error suggests you don't have PyMuPDF installed.

Okay. This feature is now implemented. I don't have any proper asynchronic control in the script, so I can't make it refresh completely automatically: most of the time, it is...

I think that's right. I have no experience with multiple threads in Python. Features I'd like to have that require it: - [ ] proper autorefresh - [ ] controlling...

Okay. I reimplemented autorefresh using threading. This is still probably not the right thing to do. I just have a loop that pools os.path.getmtime() every .5 seconds. The correct solution...