1
0
mirror of https://github.com/dbcli/pgcli synced 2024-05-31 01:17:54 +00:00
pgcli/examples
2016-12-28 14:35:09 +01:00
..
tutorial bugfix in the sqlite_cli.py example 2015-11-21 00:40:19 +01:00
abortaction.retry.py Added abortaction.retry.py example. 2015-10-05 02:24:44 +02:00
ansi-colors.py Added ansi-colors.py example. 2016-08-15 17:39:28 +02:00
asyncio-prompt.py Removed code from asyncio-prompt example again. We have a simplified version in asyncio-prompt-simplified.py 2016-06-15 21:42:05 +02:00
auto-suggestion.py Added better Sphinx documentation. 2015-10-06 04:31:37 +02:00
autocompletion-like-readline.py Renamed load_default_key_bindings_for_prompt to load_key_bindings_for_prompt. 2016-12-17 21:49:28 +01:00
autocompletion.py Fixed examples/autocompletion.py 2016-01-28 20:52:58 +01:00
autocorrection.py Renamed load_default_key_bindings_for_prompt to load_key_bindings_for_prompt. 2016-12-17 21:49:28 +01:00
bottom-toolbar.py Use style_from_dict everywhere instead of the deprecated PygmentsStyle. 2016-02-15 22:43:31 +01:00
clock-input.py Added refresh_interval method to prompt() function. 2016-05-13 09:55:55 +02:00
colored-prompt.py Refactoring of the prompt_toolkit.styles. 2016-01-20 22:28:28 +01:00
confirmation-prompt.py Improved confirmation prompt example. 2016-06-15 22:04:15 +02:00
custom-key-binding.py Renamed load_default_key_bindings_for_prompt to load_key_bindings_for_prompt. 2016-12-17 21:49:28 +01:00
custom-vi-operator-and-text-object.py Renamed load_default_key_bindings_for_prompt to load_key_bindings_for_prompt. 2016-12-17 21:49:28 +01:00
finalterm-shell-integration.py Support for ZeroWidthEscape tokens in prompt and token lists. Used to support final shell integration. 2016-06-01 23:17:10 +02:00
full-screen-layout.py Renamed load_default_key_bindings_for_prompt to load_key_bindings_for_prompt. 2016-12-17 21:49:28 +01:00
get-input-vi-mode.py Use True/False instead of Always/Never. 2015-10-05 01:41:32 +02:00
get-input-with-default.py Cleanup of imports and a few small fixes. 2015-10-05 06:39:57 +02:00
get-input.py Updated all examples. 2015-10-04 15:10:27 +02:00
get-multiline-input.py Refactoring of the prompt_toolkit.styles. 2016-01-20 22:28:28 +01:00
get-password-with-toggle-display-shortcut.py Renamed load_default_key_bindings_for_prompt to load_key_bindings_for_prompt. 2016-12-17 21:49:28 +01:00
get-password.py Updated all examples. 2015-10-04 15:10:27 +02:00
gevent-get-input.py Bug fix for when geven monkey patches are applied. 2016-07-13 22:40:39 +02:00
html-input.py Refactoring of the prompt_toolkit.styles. 2016-01-20 22:28:28 +01:00
input-validation.py Updated all examples. 2015-10-04 15:10:27 +02:00
inputhook.py Updated all examples. 2015-10-04 15:10:27 +02:00
mouse-support.py Updated all examples. 2015-10-04 15:10:27 +02:00
multi-column-autocompletion-with-meta.py Updated all examples. 2015-10-04 15:10:27 +02:00
multi-column-autocompletion.py Updated all examples. 2015-10-04 15:10:27 +02:00
multiline-prompt.py Updated all examples. 2015-10-04 15:10:27 +02:00
no-wrapping.py Updated all examples. 2015-10-04 15:10:27 +02:00
operate-and-get-next.py Added operate-and-get-next.py example. 2016-12-17 12:28:17 +01:00
patch-stdout.py Improved the patch-stdout.py example. Make the background thread a daemon. 2016-12-28 14:35:09 +01:00
persistent-history.py Updated all examples. 2015-10-04 15:10:27 +02:00
print-tokens.py Use style_from_dict everywhere instead of the deprecated PygmentsStyle. 2016-02-15 22:43:31 +01:00
regular-language.py Use style_from_dict everywhere instead of the deprecated PygmentsStyle. 2016-02-15 22:43:31 +01:00
rprompt.py Extended the documentation. 2016-02-23 23:10:33 +01:00
switch-between-vi-emacs.py Renamed load_default_key_bindings_for_prompt to load_key_bindings_for_prompt. 2016-12-17 21:49:28 +01:00
system-clipboard-integration.py Updated all examples. 2015-10-04 15:10:27 +02:00
system-prompt.py Use True instead of filters.Always in examples. 2015-11-14 19:28:13 +01:00
telnet.py Renamed create_default_layout to create_prompt_layout and create_default_application to create_prompt_application in shortcuts. 2015-10-08 06:11:59 +02:00
terminal-title.py Updated all examples. 2015-10-04 15:10:27 +02:00
up-arrow-partial-string-matching.py Use True instead of filters.Always in examples. 2015-11-14 19:28:13 +01:00