termpdf.py icon indicating copy to clipboard operation
termpdf.py copied to clipboard

A graphical pdf and epub reader that works inside the kitty terminal

Results 27 termpdf.py issues
Sort by recently updated
recently updated
newest added

When trying to open a pdf, I get this error: ``` Traceback (most recent call last): File "/home/huoknight/.local/lib/python3.10/site-packages/pybtex/io.py", line 83, in _open return _open_existing(opener, filename, mode, locate=kpsewhich, **kwargs) File "/home/huoknight/.local/lib/python3.10/site-packages/pybtex/io.py",...

This fix aligns Documentation and actual behaviour in the UI.

I get the following errors when opening a document: ``` Deprecation: 'PaperRect' removed from module 'fitz' after v1.19 - use 'paper_rect'. Deprecation: 'getText' removed from class 'Page' after v1.19 -...

I'd like to be able to use termpdf.py in scripts to open files. e.g: `curl | termpdf.py`

I was interested in this package and when trying to install via `pipx` noticed that none of the dependencies were installed due to #17 (fixed by #30). Also the requirements...

The README says > As mentioned above, if you opened several documents at once, you can cycle through these documents by pressing `b` but for me, it requires pressing 'b'...

Hi, When opening a pdf document, my fans spin up and htop shows one thread is constantly at 100%. termpdf.py version: 0.1.1 kitty version: 0.24.4 shell: fish 3.4.0 os: kde...

I ran into [this issue](https://github.com/dsanson/termpdf.py/issues/17) trying to `pip install` this package. The issue is not that `fitz` isn't listed, but the keyword for `requires` should actually be `install_requires`. Without this...

hello expert, termpdf backtrace and runs very slow on macOS 12.3. Below is the traceback for your reference. Suggest how to fix it ``` Translated Report (Full Report Below) -------------------------------------...

``` File "/usr/local/bin/termpdf.py", line 56, in import fitz ModuleNotFoundError: No module named 'fitz' ``` This is not listed in setup.py.