Compare commits

...

2 Commits

Author SHA1 Message Date
e88cf6b98d fix version 2023-12-16 00:34:24 +01:00
5775502dc1 improve dependecy info 2023-12-16 00:33:41 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@ imgsort
Clone this repository and install it using python-pip.
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.
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**:
```shell

View File

@ -1,5 +1,5 @@
version = "1.2.1"
fullversion = f"{version}-legacy"
fullversion = f"{version}"
settings_map = {
"q": "quit",