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

cli: tab complete in cockroach CLI #37355

Closed
awoods187 opened this issue May 7, 2019 · 2 comments · Fixed by #87606
Closed

cli: tab complete in cockroach CLI #37355

awoods187 opened this issue May 7, 2019 · 2 comments · Fixed by #87606
Assignees
Labels
A-cli-client CLI commands that pertain to using SQL features C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@awoods187
Copy link
Contributor

awoods187 commented May 7, 2019

I'd like to be able to tab complete in the CLI terminal so that I can save time as I'm working with my database.

Postgres offers tab completion.

root@cockroachdb-public:26257/defaultdb> use reg
tab completion not supported; append '??' and press tab for contextual help

use registration;
SET

Time: 464.478µs

Epic: CRDB-22182

Jira issue: CRDB-6345

@awoods187 awoods187 added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label May 7, 2019
@kenliu kenliu added the A-cli label Jul 3, 2019
@kenliu
Copy link

kenliu commented Apr 9, 2020

@rohany did you ever merge your code for this?

@rohany
Copy link
Contributor

rohany commented Apr 9, 2020

No, we'll attempt to iterate on it in 20.2 (pr reference: #45186)

@knz knz added A-cli-client CLI commands that pertain to using SQL features and removed A-cli labels Mar 20, 2021
@craig craig bot closed this as completed in a0c086b Dec 6, 2022
@exalate-issue-sync exalate-issue-sync bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli-client CLI commands that pertain to using SQL features C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants