Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more readme changes #21

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ render-thumb-for.sh /path/to/book.epub
```

<dl>
<dt>Which terminal emulators are capabale of rendering images?</dt>
<dd>A great terminal emulator on GNU/Linux is `foot` and it supports sixel images. Sixel support for other terminals is listed here https://www.arewesixelyet.com/</dd>
<dd>`iTerm2` and `kitty` also render images with this script</dd>
<dt>Which terminal emulators will render images?</dt>
<dd>`iTerm2`, `kitty` and `foot` can render images with this script. Sixel support for other terminals is listed here https://www.arewesixelyet.com/</dd>
<dt>Anything else?</dt>
<dd>Suggestions and improvements are welcome and appreciated. `render-thumb-for.sh` may feel "slow" as it presently does not yet cache or reuse preview images it generates.</dd>
</dl>
Expand Down