💎 iterm2-viewer
Utility for view images in the terminal
📎 Note: currently work only in mac iTerm2-nightly
Supported types
- png
- jpeg
- tiff
- gif
Installation
Add this line to your application's Gemfile:
gem 'iterm2-viewer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install iterm2-viewer
Usage
iterm2-viewer IMAGE_FILE_PATH
display multiple images
iterm2-viewer IMAGE_FILE_1_PATH IMAGE_FILE_2_PATH
Options
Key | Action |
---|---|
-v or --version |
show current version |
How it look like
License
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions in LICENSE.txt
Contributing
- Fork it ( https://github.com/AndreyAntipov/iterm2-viewer/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request