From dcc2123ec4d2210c8631b181cae9d817504e8b48 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 10 Oct 2016 22:28:23 +0100 Subject: Allow filepath autocompletion in plugins closes #858 --- apidocs/python/src/prof.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'apidocs/python/src') diff --git a/apidocs/python/src/prof.py b/apidocs/python/src/prof.py index 789e1f3e..69d5aaea 100644 --- a/apidocs/python/src/prof.py +++ b/apidocs/python/src/prof.py @@ -182,6 +182,20 @@ def completer_clear(key): pass +def filepath_completer_add(prefix): + """Add filepath autocompletion for a command, or command argument. + + :param prefix: the prefix from which filepath autocompletion will be triggered + + Examples: + :: + prof.filepath_completer_add("/filecmd") + + prof.filepath_completer_add("/mycommand open") + """ + pass + + def send_line(line): """Send a line of input to Profanity to execute. -- cgit 1.4.1-2-gfad0