path-complete

0.1.11 • Public • Published

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');
process.stdout.write('look for path: ');
pc.getPathFromStdin(function(path) {
    console.log('');
    console.log('path: ' + path);
});

Readme

Keywords

none

Package Sidebar

Install

npm i path-complete

Weekly Downloads

16

Version

0.1.11

License

none

Last publish

Collaborators

  • tonylukasavage