Socket
Socket
Sign inDemoInstall

impromptu

Package Overview
Dependencies
6
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    impromptu

A better prompt.


Version published
Weekly downloads
22
increased by1000%
Maintainers
2
Install size
923 kB
Created
Weekly downloads
 

Readme

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

Last updated on 26 Oct 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc