I don't know how hard this would be and it might be out of scope for this, but it would be really nice if this library supported path completion for the path objects offered by some languages.
E.g. in python:
from pathlib import Path
base = Path("/data/foo/")
input_file = base / "<now complete here...>"
I don't know how hard this would be and it might be out of scope for this, but it would be really nice if this library supported path completion for the path objects offered by some languages.
E.g. in python: