Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

impromptu

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

impromptu

A better prompt.

  • 0.3.0-beta.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Build Status

Impromptu

A better prompt.

Installation

Impromptu requires Node.js. The install script currently requires Git. Impromptu supports bash and zsh by default.

  1. npm install -g impromptu

  2. Run which impromptu. If there's no output, npm's global scripts are not available in your $PATH. You'll need to add something like export PATH=$PATH:/usr/local/share/npm/bin to your shell’s configuration file.

  3. Add source impromptu to the end of your shell’s configuration file. You might want to run something like echo 'source impromptu' >> ~/.bash_profile on a default OS X install.

Philosophy

On Prompts

  • Prompts should be aware of the internet, and able to show relevant information from it.
  • Prompts should show relevant information when you need it, and nothing else.
  • Prompts should use colors so that they're visually easy to parse.
  • Prompts should be prompt. Performance is paramount.

On Impromptu

  • Impromptu should be self-documenting.
  • Impromptu should be easily extensible.

License

Copyright (c) 2013 Daryl Koopersmith & Evan Solomon Licensed under the MIT license.

FAQs

Package last updated on 26 Oct 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc