From d511c4bb428d4af751282f282980ee0e9211f1f3 Mon Sep 17 00:00:00 2001 From: "Matthias@Dell" Date: Sun, 22 Oct 2023 23:27:39 +0200 Subject: [PATCH] add xdg-open --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb7d60..1c4b357 100755 --- a/README.md +++ b/README.md @@ -21,17 +21,18 @@ imgsort ## Installation Clone this repository and install it using python-pip. pip should also install https://github.com/seebye/ueberzug, which lets you view images in a terminal. +https://github.com/jstkdng/ueberzugpp ```shell cd ~/Downloads git clone https://github.com/MatthiasQuintern/imgsort.git cd imgsort python3 -m pip install . ``` -You can also install it system-wide using `sudo python3 -m pip install.` ## Changelog ### 1.2 - Works with ueberzugpp +- Added option to open file with `xdg-open` - Use pyproject.toml for installation ### 1.1