+-----------------+----------+------------------------------------------+-------------------------------------------------------------+
| Command         | Shortcut | Usage                                    | Description                                                 |
+-----------------+----------+------------------------------------------+-------------------------------------------------------------+
| /bug            | <null>   | /bug                                     | File a bug on GitHub.                                       |
| /clip           | <null>   | /clip | <query>\clip                     | Copy query to the system clipboard.                         |
| /config         | <null>   | /config <help|get|search|edit> [key]     | Inspect settings from config files.                         |
| /connect        | /r       | /connect [database]                      | Reconnect to the server, optionally switching databases.    |
| /delimiter      | <null>   | /delimiter <string>                      | Change end-of-statement delimiter.                          |
| /dsn            | <null>   | /dsn <help|list|show|save|edit|delete>   | Manage saved DSNs. See /dsn help.                           |
| /dt             | <null>   | /dt[+] [table]                           | List or describe tables.                                    |
| /edit           | /e       | /edit <file> | <query>\edit              | Edit query with editor (uses $VISUAL or $EDITOR).           |
| /exit           | /q       | /exit                                    | Exit.                                                       |
| /f              | <null>   | /f [name [args..] [--key=value]]         | List or execute favorite queries.                           |
| /favorite       | <null>   | /favorite <command>                      | Alternative favorite query interface. See /favorite help.   |
| /fd             | <null>   | /fd <name>                               | Delete a favorite query.                                    |
| /fs             | <null>   | /fs <name> <query>                       | Save a favorite query.                                      |
| \g              | <null>   | <query>\g                                | Display query results (mnemonic: go).                       |
| \G              | <null>   | <query>\G                                | Display query results vertically.                           |
| /help           | /?       | /help [term]                             | Show this table, or search for help on a term.              |
| /l              | <null>   | /l                                       | List databases.                                             |
| /llm            | /ai      | /llm [arguments]                         | Interrogate an LLM.  See "/llm help".                       |
| /nopager        | /n       | /nopager                                 | Disable pager; print to stdout.                             |
| /notee          | <null>   | /notee                                   | Stop writing results to an output file.                     |
| /nowarnings     | /w       | /nowarnings                              | Disable automatic warnings display.                         |
| /once           | /o       | /once [-o] <file>                        | Append next result to an output file (overwrite using -o).  |
| /pager          | /P       | /pager [command]                         | Set pager to [command]. Print query results via pager.      |
| /pipe_once      | /|       | /pipe_once <command>                     | Send next result to a subprocess.                           |
| /prompt         | /R       | /prompt [string]                         | Show or change prompt format.                               |
| /quit           | /q       | /quit                                    | Quit.                                                       |
| /redirectformat | /Tr      | /redirectformat <format>                 | Change the table format used to output redirected results.  |
| /rehash         | /#       | /rehash                                  | Refresh auto-completions.                                   |
| /source         | /.       | /source [--special|--show|--page] <file> | Execute queries from a file.                                |
| /status         | /s       | /status                                  | Get status information from the server.                     |
| /system         | <null>   | /system [-r] <command>                   | Execute a system shell command (raw mode with -r).          |
| /tableformat    | /T       | /tableformat <format>                    | Change the table format used to output interactive results. |
| /tee            | <null>   | /tee [-o] <file>                         | Append all results to an output file (overwrite using -o).  |
| /timing         | /t       | /timing                                  | Toggle timing of queries.                                   |
| /use            | /u       | /use <database>                          | Change to a new database.                                   |
| /warnings       | /W       | /warnings                                | Enable automatic warnings display.                          |
| /watch          | <null>   | /watch [seconds] [-c] <query>            | Execute query every [seconds] seconds (5 by default).       |
| \x              | <null>   | <query>\x                                | Display query results in an explorer rather than a pager.   |
+-----------------+----------+------------------------------------------+-------------------------------------------------------------+
