Skip to content

Editor

An input widget that uses an external editor.

Example

Example

from inquirer_textual import prompts

if __name__ == '__main__':
    answer = prompts.editor('Analysis report:')
    print(answer)