chzyer / readline

Readline is a pure go(golang) implementation for GNU-Readline kind library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I complete a file path

wanggaolin opened this issue · comments

commented

How do I complete the file path, for example

ls /TMP
/ TMP /1.txt/TMP /2.txt

Do you have any suggestions?

The example/readline-demo has a file completion example. It may help you.