mirror of
https://github.com/tildeclub/ttrv.git
synced 2026-06-25 13:19:25 +00:00
fix image links for pypi release
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: ttrv
|
Name: ttrv
|
||||||
Version: 1.27.3
|
Version: 1.27.4
|
||||||
Summary: Tilde Terminal Reddit Viewer
|
Summary: Tilde Terminal Reddit Viewer
|
||||||
Home-page: https://github.com/tildeclub/ttrv
|
Home-page: https://github.com/tildeclub/ttrv
|
||||||
Author: deepend (forked from RTV)
|
Author: deepend (forked from RTV)
|
||||||
@@ -34,7 +34,7 @@ A text-based interface (TUI) to view and interact with Reddit from your terminal
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="title image" src="https://github.com/tildeclub/ttrv/raw/master/resources/title_image.png"/>
|
<img alt="title image" src="https://github.com/tildeclub/ttrv/raw/main/resources/title_image.png"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@@ -54,7 +54,7 @@ A text-based interface (TUI) to view and interact with Reddit from your terminal
|
|||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="title image" src="https://github.com/tildeclub/ttrv/raw/master/resources/demo.gif"/>
|
<img alt="title image" src="https://github.com/tildeclub/ttrv/raw/main/resources/demo.gif"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
@@ -130,7 +130,7 @@ $ ttrv --copy-config
|
|||||||
You can use [mailcap](https://en.wikipedia.org/wiki/Media_type#Mailcap) to configure how TTRV will open different types of links.
|
You can use [mailcap](https://en.wikipedia.org/wiki/Media_type#Mailcap) to configure how TTRV will open different types of links.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="title image" src="https://github.com/tildeclub/ttrv/raw/master/resources/mailcap.gif"/>
|
<img alt="title image" src="https://github.com/tildeclub/ttrv/raw/main/resources/mailcap.gif"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
A mailcap file allows you to associate different MIME media types, like ``image/jpeg`` or ``video/mp4``, with shell commands. This feature is disabled by default because it takes a few extra steps to configure. To get started, copy the default mailcap template to your home directory.
|
A mailcap file allows you to associate different MIME media types, like ``image/jpeg`` or ``video/mp4``, with shell commands. This feature is disabled by default because it takes a few extra steps to configure. To get started, copy the default mailcap template to your home directory.
|
||||||
@@ -178,21 +178,21 @@ Themes can be used to customize the look and feel of TTRV
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<p><strong>Solarized Dark</strong></p>
|
<p><strong>Solarized Dark</strong></p>
|
||||||
<img src="https://github.com/tildeclub/ttrv/raw/master/resources/theme_solarized_dark.png"></img>
|
<img src="https://github.com/tildeclub/ttrv/raw/main/resources/theme_solarized_dark.png"></img>
|
||||||
</td>
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<p><strong>Solarized Light</strong></p>
|
<p><strong>Solarized Light</strong></p>
|
||||||
<img src="https://github.com/tildeclub/ttrv/raw/master/resources/theme_solarized_light.png"></img>
|
<img src="https://github.com/tildeclub/ttrv/raw/main/resources/theme_solarized_light.png"></img>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<p><strong>Papercolor</strong></p>
|
<p><strong>Papercolor</strong></p>
|
||||||
<img src="https://github.com/tildeclub/ttrv/raw/master/resources/theme_papercolor.png"></img>
|
<img src="https://github.com/tildeclub/ttrv/raw/main/resources/theme_papercolor.png"></img>
|
||||||
</td>
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<p><strong>Molokai</strong></p>
|
<p><strong>Molokai</strong></p>
|
||||||
<img src="https://github.com/tildeclub/ttrv/raw/master/resources/theme_molokai.png"></img>
|
<img src="https://github.com/tildeclub/ttrv/raw/main/resources/theme_molokai.png"></img>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user