1
0
Fork 0
pgcli/TODO

23 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-12-14 19:41:08 +00:00
# vi: ft=vimwiki
2014-12-15 03:03:52 +00:00
* [ ] 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)
2014-12-14 19:41:08 +00:00
* [ ] Show/hide docs for a statement using a keybinding.
2014-12-13 21:44:02 +00:00
* [ ] 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.
2014-12-10 07:14:49 +00:00
* [ ] Add tests for smart completion.
2014-12-13 21:44:02 +00:00
* [ ] 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.
2014-12-01 06:50:30 +00:00
* [ ] Find a way to add documentation to sql commands. This could get tricky.
2014-11-28 08:05:01 +00:00
* [ ] Detect a '.' and parse the word before it and get it's real name.
2014-12-13 21:44:02 +00:00
* [ ] Refactor the execution and output into a separate class.
* [ ] Create a class for the config and make it easy to access.
2014-12-16 06:04:03 +00:00
* [X] Enable multi-line mode via a keybinding.
2014-12-13 21:44:02 +00:00
* [X] Pressing enter should just pop another prompt.
2014-12-15 03:03:52 +00:00
* [X] Implement \?.
* [X] Automate the release procedure.