Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaoren/vim-imageview
Image viewer in Vim
https://github.com/chaoren/vim-imageview
Last synced: about 2 months ago
JSON representation
Image viewer in Vim
- Host: GitHub
- URL: https://github.com/chaoren/vim-imageview
- Owner: chaoren
- Created: 2020-07-27T00:18:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T15:24:38.000Z (over 3 years ago)
- Last Synced: 2024-10-13T14:16:39.512Z (3 months ago)
- Language: Vim script
- Homepage:
- Size: 113 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image viewer in Vim
Automatically displays image files (png, jpg, gif, bmp) when opened with Vim.
```
vim.png
```![Vim logo][1]
```
$ vim vim.png
```![Vim logo in Vim][2]
## Dependencies
- [img2txt][3]
- [AnsiEsc.vim][4] (bundled)## Related
[image.vim][5]
[1]: /img/vim.png
[2]: /img/view.png
[3]: https://linux.die.net/man/1/img2txt
[4]: https://www.drchip.org/astronaut/vim/index.html#ANSIESC
[5]: https://github.com/ashisha/image.vim