19 lines
367 B
Markdown
19 lines
367 B
Markdown
# feh
|
|
|
|
feh è un visualizzatore minimale di immagini da terminale.
|
|
|
|
```bash
|
|
sudo apt install feh
|
|
```
|
|
Utile l'opzione `-m` per visualizzare tutte le immagini di una cartella.
|
|
|
|
In alternativa è possibile installare:
|
|
|
|
```bash
|
|
sudo apt gwenview
|
|
```
|
|
|
|
## Collegamenti
|
|
|
|
- [https://github.com/derf/feh/tree/master/examples](https://github.com/derf/feh/tree/master/examples)
|