Skip to content

rskull/imshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imshell

Convert image to viewable on the terminal

Install

$ go get -u github.com/rskull/imshell/...

Build from source code

$ go get -u github.com/Masterminds/glide
$ make bundle
$ make

Usage

Usage of ./bin/imshell:
  -i string
        image file path
  -t string
        given text replace
  -v    imshell version
  -w float
        output width (default 50)

Example

$ imshell -i icon.png -w 30

icon

sample

$ imshell -i icon.png -w 30 -t Gopher

gopher

sample2

About

Convert image to viewable on the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published