It would be cool if we could auto-complete paths. This would, however, require support for asynchronous completion handlers, which rustyline is currently missing. The rustyline-completion contains some experiments in this direction, but doesn't work yet because blocking on Tokio tasks from synchronous contexts seems to be non-trivial.
See also:
It would be cool if we could auto-complete paths. This would, however, require support for asynchronous completion handlers, which rustyline is currently missing. The
rustyline-completioncontains some experiments in this direction, but doesn't work yet because blocking on Tokio tasks from synchronous contexts seems to be non-trivial.See also: