pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/pose/node-iterm2-image

nk crossorigen="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-0fcd9af82350aeda.css" /> GitHub - pose/node-iterm2-image: Display images in iTerm2 using Node.js · GitHub
Skip to content

pose/node-iterm2-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-iterm2-image

Node.js bindings to display images in iTerm2 (nightly builds only).

iterm2-image

Install

npm install iterm2-image

Usage

var drawInIterm = require('iterm2-image');

Load (and display) an image from a filepath:

drawInIterm('./path-to-file.png', function () {
imgLoader('./path-to-file.png', function (err) {
  if (err) { throw err; }
  console.log('done!');
});

Easy, huh? Now using streams:

var http = require('http');

var img = 'http://your/image';

http.get(img, function(res) {
  if (res.statusCode === 200) {
    drawInIterm(res, function (err) {
      if (err) { throw err; }
      console.log('done!');
    });
  }
});

TODO

  • Parametrize output stream.
  • Return something meaningful in callback.

Credits

Inspired by iTerm2 Site image documentation section and Python Bindings.

Nyan Cat image obtained from here.

About

Display images in iTerm2 using Node.js

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy