summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-11 20:07:54 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-11 20:07:54 -0800
commita865c5d40ae27599d5b04edb439e60f23663230f (patch)
treefe8076c37cdcefb75bce3998563684c057cbd617 /TODO
parent5618104a3beb03108151c83bd828fa31bdc5b643 (diff)
Add DESCRIBE command to pgspecial.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index cddb23e8..67f835e5 100644
--- a/TODO
+++ b/TODO
@@ -1,21 +1,21 @@
+* [O] Add MySQL commands (use, describe etc)
* [] Check why Indexes have a invalid at the end when \d is called on them.
-* [] Fix smartcompletion for special commands. \d <tab>
* [] 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 a toolbar at the bottom with some helpful keyboard shortcuts.
* [] Add logging.
* [] Setup the pgcli.com website.
* [ ] Add a new trigger for M-/ that does dumb completion.
-* [] Add function keys that can enable/disable smart completion.
* [] Improve the smart completion for Insert statement.
* [] Improve the smart completion for Update statement.
* [ ] 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.
-* [O] Add MySQL commands (use, describe etc)
+* [X] Add function keys that can enable/disable smart completion.
+* [X] Add a toolbar at the bottom with some helpful keyboard shortcuts.
+* [X] Fix smartcompletion for special commands. \d <tab>
* [X] Add more complex slash commands such as \d <table_name>.
* This is going to take a separate lib.
* [X] Create a better framework for adding special commands.