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

Extend auto-complete for db/table names and subcommands #8

Open
ravi opened this issue Jul 22, 2015 · 1 comment
Open

Extend auto-complete for db/table names and subcommands #8

ravi opened this issue Jul 22, 2015 · 1 comment

Comments

@ravi
Copy link

ravi commented Jul 22, 2015

Currently at the interactive prompt, some autocomplete works (e.g: r.db<tab> shows the various db commands such as dbCreate, dbList, etc). It would be nice if this can be extended to support the full range of auto-completion available in the Web UI Data Explorer:

  1. completion for DB and table names
  2. completion beyond the first level: r.db('mydb').ta
@ravi
Copy link
Author

ravi commented Jul 22, 2015

I am hoping that since the WebUI (DataExplorer) is JS, some of that code can be borrowed directly for auto-completion needs.

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

1 participant