add xdg-open

This commit is contained in:
Matthias@Dell 2023-10-22 23:27:39 +02:00
parent 723ab384d4
commit d511c4bb42

View File

@ -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