impromptu
v0.3.0-beta.1
Published
A better prompt.
Downloads
20
Readme
Impromptu
A better prompt.
Installation
Impromptu requires Node.js. The install script currently requires Git. Impromptu supports bash and zsh by default.
npm install -g impromptu
Run
which impromptu
. If there's no output, npm's global scripts are not available in your$PATH
. You'll need to add something likeexport PATH=$PATH:/usr/local/share/npm/bin
to your shell’s configuration file.Add
source impromptu
to the end of your shell’s configuration file. You might want to run something likeecho '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.