dsanson / termpdf

barebones graphical pdf/djvu/cbr/image viewer that works inside iTerm2 2.9+ and Kitty
MIT License
637 stars 24 forks source link

Does this work via ssh as well? #9

Closed laktak closed 8 years ago

dsanson commented 8 years ago

I think it ought to work. You'd need install termpdf on the remote host and use iTerm on your local host. And it probably will get confused if the remote host is not running OS X (that shouldn't be a problem in principle---just that the script as written isn't smart about these things).

dsanson commented 8 years ago

Since the recent rewrite, it should just work, I think, if you have termpdf installed on the remote host, and you are running iTerm 2.9+ on your local host. But I haven't tested it.

laktak commented 8 years ago

Thanks for the info!