impromptu

0.3.0-beta.1 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.0-beta.10latest

Version History

VersionDownloads (Last 7 Days)Published
0.3.0-beta.10
0.3.0-beta.00
0.2.60
0.2.50
0.2.40
0.2.30
0.2.20
0.2.10
0.2.00
0.2.0-beta.30
0.2.0-beta.20
0.2.0-beta0
0.1.10
0.1.00

Package Sidebar

Install

npm i impromptu

Weekly Downloads

0

Version

0.3.0-beta.1

License

none

Last publish

Collaborators

  • koop
  • evansolomon