summaryrefslogtreecommitdiffstats
path: root/TODO
blob: ea925b26875c910c5dc2ee8c3fb051fedb094c2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# vi: ft=vimwiki
* [ ] Automate the release procedure.
* [ ] Improve the smart completion for Insert statement.
* [ ] Improve the smart completion for Update statement.
* [ ] Implement \?.
* [ ] Enable multi-line mode via 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.
* [ ] Check why Indexes have a invalid at the end when \d is called on them.
* [ ] Add some tests. Sanity, Unit, Completion, Config.
* [ ] Add tests for smart completion.
* [ ] Check how to add the name of the table before printing the table.
* [ ] Show only table sensitive columns in autocompletion.
* [ ] Add logging.
* [ ] Setup the pgcli.com website.
* [ ] Add a new trigger for M-/ that does dumb completion.
* [ ] Find a way to add documentation to sql commands. This could get tricky.
* [ ] Detect a '.' and parse the word before it and get it's real name.
* [ ] Refactor the execution and output into a separate class.
* [ ] Create a class for the config and make it easy to access.
* [X] Pressing enter should just pop another prompt.