New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

quoty

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quoty

This module should be globally installed and provides a tool to prettyprint quotes to your terminal.

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

Terminal quotes

This module should be globally installed and provides a tool to prettyprint quotes to your terminal.

npm install -g quoty
cat quotes.json | quoty

quotes.json

{
	"name": "Calvin and Hobbes",
	"quotes": [{
		"dialog": [
		    {
				"person": "Calvin",
		    	"text": "I'm a genius, but I'm a misunderstood genius."
		    },
		    {
		    	"person": "Hobbes",
		    	"text": "What's misunderstood about you?"
		    },
		    {
				"person": "Calvin",
				"text": "Nobody thinks I'm a genius."
		    }
		]
	}]
}

If a line of dialog has no person property, it will be treated as a scene description. If multiple quotes are provided, one is picked at random.

Output

Screenshot

FAQs

Package last updated on 01 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts