dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Example demonstrating file system tab completion #253

Closed ORESoftware closed 6 years ago

ORESoftware commented 7 years ago

It would be great to have a simple example of how to implement tab completion to navigate certain files on the filesystem. I looked at the advanced tab completion examples and didn't see anything.

It's not obvious how to implement it.

ORESoftware commented 7 years ago

hey all, I'd to make a bump on this - I am very interested in using tab completion to navigate the filesystem with a vorpal command line. How can this be done?