Remove strict nsxiv references in usage information
This commit is contained in:
parent
3bcfa310cc
commit
94a2dfcef7
1 changed files with 4 additions and 4 deletions
8
uoeia
8
uoeia
|
@ -11,21 +11,21 @@ Can open remote urls of individual images, galleries, as well as local files at
|
|||
Uses gallery-dl for remote gallery opening - so if gallery-dl can open it, so can your image viewer.
|
||||
|
||||
Options:
|
||||
-v, --viewer Specify the image viewer to use (default: nsxiv).
|
||||
-v, --viewer Specify the image viewer to use.
|
||||
-q, --quiet Don't display any output during normal operation.
|
||||
-g, --gdlopts Pass through options to gallery-dl. Take care to fully quote each passed option.
|
||||
-r, --replace Url patterns to replace in the format 'mypattern:::myreplacement'
|
||||
-h, --help Show this help message and exit.
|
||||
|
||||
Examples:
|
||||
uoeia my-image.jpg Display a local image file using nsxiv.
|
||||
uoeia my-image.jpg Display a local image file.
|
||||
|
||||
uoeia https://example.com/image Display an image/image gallery from a URL using nsxiv.
|
||||
uoeia https://example.com/image Display an image/image gallery from a URL.
|
||||
|
||||
uoeia -v imv https://example.com/image Display an image from a URL using imv.
|
||||
|
||||
uoeia -g \"--range 1-10\" https://reddit.com/r/earthporn
|
||||
Download and display the first 10 results using nsxiv.
|
||||
Download and display the first 10 results.
|
||||
|
||||
uoeia -r 'nitter.net:::twitter.com' https://nitter.net/donttrythis/
|
||||
Display images from twitter directly instead of its
|
||||
|
|
Loading…
Reference in a new issue