0.1.11 • Published 12 years ago

path-complete v0.1.11

Weekly downloads
54
License
-
Repository
github
Last release
12 years ago

path-complete for Node.js by @tonylukasavage

path-complete is a Node.js package for command line TAB path completion.

Video Demonstration

https://vimeo.com/38800422

Installation

npm install path-complete

Basic Usage

You can run the extremely simple test case by executing node test/test.js or use the code below to do the same.

var pc = require('path-complete');
pc.getPathFromStdin(function(path) {
	console.log('');
	console.log('path: ' + path);
});
0.1.11

12 years ago

0.1.10

12 years ago

0.1.9

12 years ago

0.1.8

12 years ago

0.1.7

12 years ago

0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago