diff --git a/content/projects/iridium.md b/content/projects/iridium.md index 74a258c..1922294 100644 --- a/content/projects/iridium.md +++ b/content/projects/iridium.md @@ -1,12 +1,14 @@ +++ title = "Potent Thrifty Iridium" date = 2020-10-22 +updated = 2020-10-23 [taxonomies] tags = ["projects", "personal", "postgres", "tui"] +++ -- TUI to Postgres. +Postgres Text Interface. + - Simple, Borland-like interface. - List of servers/connections. @@ -35,3 +37,7 @@ tags = ["projects", "personal", "postgres", "tui"] - Save queries? - How does one disconnect/return to server list? - VIM-like keybinds, maybe? +- Replace commands like `\dt` with `show tables` (accept both) + - More interesting, using `show tables` should show that the actual command + is `\dt` +- Auto-complete tables, fields, etc (pretty much what psql does already) diff --git a/content/projects/iridium.pt.md b/content/projects/iridium.pt.md index f671404..4d7b8ea 100644 --- a/content/projects/iridium.pt.md +++ b/content/projects/iridium.pt.md @@ -1,6 +1,7 @@ +++ title = "Potent Thrifty Iridium" date = 2020-10-22 +updated = 2020-10-23 [taxonomies] tags = ["projetos", "pessoal", "postgres", "tui"] @@ -35,6 +36,10 @@ tags = ["projetos", "pessoal", "postgres", "tui"] - Salvar queries? - Como fazer para desconectar/retornar para a lista de servidores? - Teclas tipo Vim, talvez? +- Alterar comandos como `\dt` para `show tables` (mas acertar os dois) + - Melhor ainda, se o usuário usar `show tables`, mostrar que o comando de + verdade é `\dt` +- Auto-complete tabelas e campos (mais ou menos o que o psql já faz hoje)