stringparser / runtime

a runtime interface
4 stars 1 forks source link

`fs` completion #4

Closed stringparser closed 10 years ago

stringparser commented 10 years ago

Provide path completion.

Sniff the directory tree and merge it with the existing completion for that path when it applies.

This should be add at the #root command and inherited downward.

stringparser commented 10 years ago

Done with substack's findit.

Thought I might have to revisit some non matching patterns for adding files. Its a first approach, closing this.