Compare commits
No commits in common. "e88cf6b98de46e0cd4553786375402cb989c6abf" and "c91b3a3f931874d2580194ccbff3e36255ed1f18" have entirely different histories.
e88cf6b98d
...
c91b3a3f93
@ -26,8 +26,6 @@ imgsort
|
|||||||
Clone this repository and install it using python-pip.
|
Clone this repository and install it using python-pip.
|
||||||
This project depends on ueberzug to display the images in the terminal.
|
This project depends on ueberzug to display the images in the terminal.
|
||||||
The original ueberzug is no longer maintained, but there is [a continuation](https://github.com/ueber-devel/ueberzug/) as well as a [new C++ alternative](https://github.com/jstkdng/ueberzugpp) available.
|
The original ueberzug is no longer maintained, but there is [a continuation](https://github.com/ueber-devel/ueberzug/) as well as a [new C++ alternative](https://github.com/jstkdng/ueberzugpp) available.
|
||||||
You need to manually install one of them and then choose the corresponding `imgsort` branch.
|
|
||||||
I would recommend the `ueberzugpp` as it also works on Wayland.
|
|
||||||
|
|
||||||
For the version supporting the original **ueberzug**:
|
For the version supporting the original **ueberzug**:
|
||||||
```shell
|
```shell
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
version = "1.2.1"
|
version = "1.2.1"
|
||||||
fullversion = f"{version}"
|
fullversion = f"{version}-legacy"
|
||||||
|
|
||||||
settings_map = {
|
settings_map = {
|
||||||
"q": "quit",
|
"q": "quit",
|
||||||
|
Loading…
Reference in New Issue
Block a user