Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/andreyantipov/iterm2-viewer

⬛ Utility for display pictures in iterm2 terminal
https://github.com/andreyantipov/iterm2-viewer

cli image iterm2 iterm2-viewer picture ruby terminal view

Last synced: about 2 months ago
JSON representation

⬛ Utility for display pictures in iterm2 terminal

Lists

README

        

💎 iterm2-viewer


Utility for view pictures in the iTerm2


Code Climate
Dependency Status
Gem version
Build Status
Test Coverage

## Supported types
- png
- jpeg
- tiff
- gif

## Installation

Add this line to your application's Gemfile:

$ gem install iterm2-viewer

## Usage

```ruby
iterm2-viewer FILE_PATH
```

##### Options
| Key | Action |
|:------------------|:-----------------------------:|
| `-v` or `--version` | show current version |

## How it look like
![How it look like 1](https://raw.githubusercontent.com/AndreyAntipov/iterm2-viewer/media/screenshot_1.png "How it look like 1")

![How it look like 2](https://raw.githubusercontent.com/AndreyAntipov/iterm2-viewer/media/screenshot_2.png "How it look like 2")

---

## 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](https://github.com/AndreyAntipov/iterm2-viewer/blob/master/LICENSE.txt)

## Contributing

1. Fork it ( https://github.com/AndreyAntipov/iterm2-viewer/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request