Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ feature ] Tab completion #4

Open
nfischer opened this issue May 12, 2016 · 1 comment
Open

[ feature ] Tab completion #4

nfischer opened this issue May 12, 2016 · 1 comment

Comments

@nfischer
Copy link
Owner

This is a feature idea I have right now, for how to make this more usable. I'd like to see tab completion, not only for variables, but also for strings representing paths on the file system (similar to how Bash works by default).

$ ls()
foo.txt
bar.txt
baz.txt
$ cat('b➡️
$ cat('bar.txt'➡️
$ cat('baz.txt');
this is the context of baz.txt

The ➡️ denotes when I would press tab. Tab completion would happen in-place, not on a new line, but it was easier to show my idea this way.

It'd be even better if tab completion worked on other paths, such as cat('~/.bas➡️ ➡️ cat('~/.bashrc');.

@amacfie
Copy link

amacfie commented Aug 19, 2017

I believe you can get this fairly easily with rlwrap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants