add xdg-open
This commit is contained in:
parent
723ab384d4
commit
d511c4bb42
@ -21,17 +21,18 @@ imgsort
|
|||||||
## Installation
|
## Installation
|
||||||
Clone this repository and install it using python-pip.
|
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.
|
pip should also install https://github.com/seebye/ueberzug, which lets you view images in a terminal.
|
||||||
|
https://github.com/jstkdng/ueberzugpp
|
||||||
```shell
|
```shell
|
||||||
cd ~/Downloads
|
cd ~/Downloads
|
||||||
git clone https://github.com/MatthiasQuintern/imgsort.git
|
git clone https://github.com/MatthiasQuintern/imgsort.git
|
||||||
cd imgsort
|
cd imgsort
|
||||||
python3 -m pip install .
|
python3 -m pip install .
|
||||||
```
|
```
|
||||||
You can also install it system-wide using `sudo python3 -m pip install.`
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
### 1.2
|
### 1.2
|
||||||
- Works with ueberzugpp
|
- Works with ueberzugpp
|
||||||
|
- Added option to open file with `xdg-open`
|
||||||
- Use pyproject.toml for installation
|
- Use pyproject.toml for installation
|
||||||
|
|
||||||
### 1.1
|
### 1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user