Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

[Feature Suggestion] Inline Image processing (In Terminal) #70

Closed
McHearty opened this issue Apr 3, 2015 · 2 comments
Closed

[Feature Suggestion] Inline Image processing (In Terminal) #70

McHearty opened this issue Apr 3, 2015 · 2 comments

Comments

@McHearty
Copy link

McHearty commented Apr 3, 2015

Ranger does this via

$ pacman -Ql ranger | grep -E 'image|img|w3m|picture|preview'
ranger /usr/lib/python3.3/site-packages/ranger/ext/__pycache__/img_display.cpython-33.pyc
ranger /usr/lib/python3.3/site-packages/ranger/ext/__pycache__/img_display.cpython-33.pyo
ranger /usr/lib/python3.3/site-packages/ranger/ext/img_display.py

$ grep 'w3m' /usr/lib/python3.3/site-packages/ranger/ext/img_display.py
...
W3MIMGDISPLAY_PATH = '/usr/lib/w3m/w3mimgdisplay'
...
@Brobin
Copy link
Contributor

Brobin commented Apr 4, 2015

The only thing is that this is not supported in all terminals. And users would have to have w3m installed.

@michael-lazar
Copy link
Owner

Closing and merging this issue with #78.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants