1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00

Rearrange priorities.

This commit is contained in:
Amjith Ramanujam 2014-12-14 19:03:52 -08:00
parent 988097d747
commit 6a5e53b949

10
TODO
View File

@ -1,11 +1,9 @@
# vi: ft=vimwiki # vi: ft=vimwiki
* [ ] Implement \?.
* [ ] Automate the release procedure.
* [ ] Improve the smart completion for Insert statement.
* [ ] Improve the smart completion for Update statement.
* [ ] Enable multi-line mode via a keybinding. * [ ] Enable multi-line mode via a keybinding.
* [ ] Separate the column completions to be table specific.
* [ ] Improve the smart completion for Insert statement. (Needs table specific columns)
* [ ] Improve the smart completion for Update statement. (Needs table specific columns)
* [ ] Show/hide docs for a statement using a keybinding. * [ ] Show/hide docs for a statement using a keybinding.
* [ ] Meta-enter to end the line not just semi-colon.
* [ ] Cmd-K breaks in OS X iterm. - This might be a prompt_toolkit bug. * [ ] Cmd-K breaks in OS X iterm. - This might be a prompt_toolkit bug.
* [ ] Check why Indexes have a invalid at the end when \d is called on them. * [ ] Check why Indexes have a invalid at the end when \d is called on them.
* [ ] Add some tests. Sanity, Unit, Completion, Config. * [ ] Add some tests. Sanity, Unit, Completion, Config.
@ -20,3 +18,5 @@
* [ ] Refactor the execution and output into a separate class. * [ ] Refactor the execution and output into a separate class.
* [ ] Create a class for the config and make it easy to access. * [ ] Create a class for the config and make it easy to access.
* [X] Pressing enter should just pop another prompt. * [X] Pressing enter should just pop another prompt.
* [X] Implement \?.
* [X] Automate the release procedure.