From e46637a55cd67d1fef12fc42ee04c53474bf0a56 Mon Sep 17 00:00:00 2001 From: Zack Novosad Date: Thu, 6 Jun 2024 01:01:54 -0500 Subject: [PATCH] Clean up stow directories --- .../update-notifier-npm-check-updates.json | 4 - config/.config/gh/config.yml | 15 - config/.config/gh/hosts.yml | 3 - config/.config/pgcli/config | 210 --------- config/.config/pgcli/history | 420 ------------------ config/.config/pgcli/log | 158 ------- config/.config/tmuxinator/api.yml | 6 - config/.config/tmuxinator/tracker.yml | 8 - config/.config/tmuxinator/trainer.yml | 7 - config/.config/zed/settings.json | 13 - {config => nvim}/.config/nvim/.gitignore | 0 {config => nvim}/.config/nvim/.stylua.toml | 0 {config => nvim}/.config/nvim/init.lua | 0 .../.config/nvim/lua/plugins/auto-theme.lua | 0 .../.config/nvim/lua/plugins/autopairs.lua | 0 .../.config/nvim/lua/plugins/blankline.lua | 0 .../.config/nvim/lua/plugins/colorscheme.lua | 0 .../.config/nvim/lua/plugins/comments.lua | 0 .../.config/nvim/lua/plugins/fugitive.lua | 0 .../.config/nvim/lua/plugins/fuzzy.lua | 0 .../.config/nvim/lua/plugins/gitsigns.lua | 0 .../.config/nvim/lua/plugins/lsp-config.lua | 0 .../.config/nvim/lua/plugins/lsp-zero.lua | 0 .../.config/nvim/lua/plugins/lualine.lua | 0 .../.config/nvim/lua/plugins/noice.lua | 0 .../.config/nvim/lua/plugins/null-ls.lua | 0 .../.config/nvim/lua/plugins/nvim-cmp.lua | 0 .../.config/nvim/lua/plugins/oil.lua | 0 .../.config/nvim/lua/plugins/rhubarb.lua | 0 .../.config/nvim/lua/plugins/sleuth.lua | 0 .../.config/nvim/lua/plugins/telescope.lua | 0 .../.config/nvim/lua/plugins/treesitter.lua | 0 .../.config/nvim/lua/plugins/typescript.lua | 0 .../.config/nvim/lua/plugins/whichkey.lua | 0 .../.config/tmuxinator/lifted.yml | 0 35 files changed, 844 deletions(-) delete mode 100644 config/.config/configstore/update-notifier-npm-check-updates.json delete mode 100644 config/.config/gh/config.yml delete mode 100644 config/.config/gh/hosts.yml delete mode 100644 config/.config/pgcli/config delete mode 100644 config/.config/pgcli/history delete mode 100644 config/.config/pgcli/log delete mode 100644 config/.config/tmuxinator/api.yml delete mode 100644 config/.config/tmuxinator/tracker.yml delete mode 100644 config/.config/tmuxinator/trainer.yml delete mode 100644 config/.config/zed/settings.json rename {config => nvim}/.config/nvim/.gitignore (100%) rename {config => nvim}/.config/nvim/.stylua.toml (100%) rename {config => nvim}/.config/nvim/init.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/auto-theme.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/autopairs.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/blankline.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/colorscheme.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/comments.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/fugitive.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/fuzzy.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/gitsigns.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/lsp-config.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/lsp-zero.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/lualine.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/noice.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/null-ls.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/nvim-cmp.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/oil.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/rhubarb.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/sleuth.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/telescope.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/treesitter.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/typescript.lua (100%) rename {config => nvim}/.config/nvim/lua/plugins/whichkey.lua (100%) rename {config => tmuxinator}/.config/tmuxinator/lifted.yml (100%) diff --git a/config/.config/configstore/update-notifier-npm-check-updates.json b/config/.config/configstore/update-notifier-npm-check-updates.json deleted file mode 100644 index 77e5450..0000000 --- a/config/.config/configstore/update-notifier-npm-check-updates.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "optOut": false, - "lastUpdateCheck": 1691455130798 -} \ No newline at end of file diff --git a/config/.config/gh/config.yml b/config/.config/gh/config.yml deleted file mode 100644 index f32ba6a..0000000 --- a/config/.config/gh/config.yml +++ /dev/null @@ -1,15 +0,0 @@ -# What protocol to use when performing git operations. Supported values: ssh, https -git_protocol: https -# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment. -editor: -# When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled -prompt: enabled -# A pager program to send command output to, e.g. "less". Set the value to "cat" to disable the pager. -pager: -# Aliases allow you to create nicknames for gh commands -aliases: - co: pr checkout -# The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport. -http_unix_socket: -# What web browser gh should use when opening URLs. If blank, will refer to environment. -browser: diff --git a/config/.config/gh/hosts.yml b/config/.config/gh/hosts.yml deleted file mode 100644 index 9a6dd9e..0000000 --- a/config/.config/gh/hosts.yml +++ /dev/null @@ -1,3 +0,0 @@ -github.com: - user: nvsd - git_protocol: ssh diff --git a/config/.config/pgcli/config b/config/.config/pgcli/config deleted file mode 100644 index dcff63d..0000000 --- a/config/.config/pgcli/config +++ /dev/null @@ -1,210 +0,0 @@ -# vi: ft=dosini -[main] - -# Enables context sensitive auto-completion. If this is disabled, all -# possible completions will be listed. -smart_completion = True - -# Display the completions in several columns. (More completions will be -# visible.) -wider_completion_menu = False - -# Multi-line mode allows breaking up the sql statements into multiple lines. If -# this is set to True, then the end of the statements must have a semi-colon. -# If this is set to False then sql statements can't be split into multiple -# lines. End of line (return) is considered as the end of the statement. -multi_line = False - -# If multi_line_mode is set to "psql", in multi-line mode, [Enter] will execute -# the current input if the input ends in a semicolon. -# If multi_line_mode is set to "safe", in multi-line mode, [Enter] will always -# insert a newline, and [Esc] [Enter] or [Alt]-[Enter] must be used to execute -# a command. -multi_line_mode = psql - -# Destructive warning mode will alert you before executing a sql statement -# that may cause harm to the database such as "drop table", "drop database", -# "shutdown", "delete", or "update". -# Possible values: -# "all" - warn on data definition statements, server actions such as SHUTDOWN, DELETE or UPDATE -# "moderate" - skip warning on UPDATE statements, except for unconditional updates -# "off" - skip all warnings -destructive_warning = all - -# Enables expand mode, which is similar to `\x` in psql. -expand = False - -# Enables auto expand mode, which is similar to `\x auto` in psql. -auto_expand = False - -# If set to True, table suggestions will include a table alias -generate_aliases = False - -# log_file location. -# In Unix/Linux: ~/.config/pgcli/log -# In Windows: %USERPROFILE%\AppData\Local\dbcli\pgcli\log -# %USERPROFILE% is typically C:\Users\{username} -log_file = default - -# keyword casing preference. Possible values: "lower", "upper", "auto" -keyword_casing = auto - -# casing_file location. -# In Unix/Linux: ~/.config/pgcli/casing -# In Windows: %USERPROFILE%\AppData\Local\dbcli\pgcli\casing -# %USERPROFILE% is typically C:\Users\{username} -casing_file = default - -# If generate_casing_file is set to True and there is no file in the above -# location, one will be generated based on usage in SQL/PLPGSQL functions. -generate_casing_file = False - -# Casing of column headers based on the casing_file described above -case_column_headers = True - -# history_file location. -# In Unix/Linux: ~/.config/pgcli/history -# In Windows: %USERPROFILE%\AppData\Local\dbcli\pgcli\history -# %USERPROFILE% is typically C:\Users\{username} -history_file = default - -# Default log level. Possible values: "CRITICAL", "ERROR", "WARNING", "INFO" -# and "DEBUG". "NONE" disables logging. -log_level = INFO - -# Order of columns when expanding * to column list -# Possible values: "table_order" and "alphabetic" -asterisk_column_order = table_order - -# Whether to qualify with table alias/name when suggesting columns -# Possible values: "always", "never" and "if_more_than_one_table" -qualify_columns = if_more_than_one_table - -# When no schema is entered, only suggest objects in search_path -search_path_filter = False - -# Default pager. -# By default 'PAGER' environment variable is used -# pager = less -SRXF - -# Timing of sql statements and table rendering. -timing = True - -# Show/hide the informational toolbar with function keymap at the footer. -show_bottom_toolbar = True - -# Table format. Possible values: psql, plain, simple, grid, fancy_grid, pipe, -# ascii, double, github, orgtbl, rst, mediawiki, html, latex, latex_booktabs, -# textile, moinmoin, jira, vertical, tsv, csv, sql-insert, sql-update, -# sql-update-1, sql-update-2 (formatter with sql-* prefix can format query -# output to executable insertion or updating sql). -# Recommended: psql, fancy_grid and grid. -table_format = psql - -# Syntax Style. Possible values: manni, igor, xcode, vim, autumn, vs, rrt, -# native, perldoc, borland, tango, emacs, friendly, monokai, paraiso-dark, -# colorful, murphy, bw, pastie, paraiso-light, trac, default, fruity -syntax_style = default - -# Keybindings: -# When Vi mode is enabled you can use modal editing features offered by Vi in the REPL. -# When Vi mode is disabled emacs keybindings such as Ctrl-A for home and Ctrl-E -# for end are available in the REPL. -vi = False - -# Error handling -# When one of multiple SQL statements causes an error, choose to either -# continue executing the remaining statements, or stopping -# Possible values "STOP" or "RESUME" -on_error = STOP - -# Set threshold for row limit. Use 0 to disable limiting. -row_limit = 1000 - -# Truncate long text fields to this value for tabular display (does not apply to csv). -# Leave unset to disable truncation. Example: "max_field_width = " -# Be aware that formatting might get slow with values larger than 500 and tables with -# lots of records. -max_field_width = 500 - -# Skip intro on startup and goodbye on exit -less_chatty = False - -# Postgres prompt -# \t - Current date and time -# \u - Username -# \h - Short hostname of the server (up to first '.') -# \H - Hostname of the server -# \d - Database name -# \p - Database port -# \i - Postgres PID -# \# - "@" sign if logged in as superuser, '>' in other case -# \n - Newline -# \dsn_alias - name of dsn alias if -D option is used (empty otherwise) -# \x1b[...m - insert ANSI escape sequence -# eg: prompt = '\x1b[35m\u@\x1b[32m\h:\x1b[36m\d>' -prompt = '\u@\h:\d> ' - -# Number of lines to reserve for the suggestion menu -min_num_menu_lines = 4 - -# Character used to left pad multi-line queries to match the prompt size. -multiline_continuation_char = '' - -# The string used in place of a null value. -null_string = '' - -# manage pager on startup -enable_pager = True - -# Use keyring to automatically save and load password in a secure manner -keyring = True - -# Custom colors for the completion menu, toolbar, etc. -[colors] -completion-menu.completion.current = 'bg:#ffffff #000000' -completion-menu.completion = 'bg:#008888 #ffffff' -completion-menu.meta.completion.current = 'bg:#44aaaa #000000' -completion-menu.meta.completion = 'bg:#448888 #ffffff' -completion-menu.multi-column-meta = 'bg:#aaffff #000000' -scrollbar.arrow = 'bg:#003333' -scrollbar = 'bg:#00aaaa' -selected = '#ffffff bg:#6666aa' -search = '#ffffff bg:#4444aa' -search.current = '#ffffff bg:#44aa44' -bottom-toolbar = 'bg:#222222 #aaaaaa' -bottom-toolbar.off = 'bg:#222222 #888888' -bottom-toolbar.on = 'bg:#222222 #ffffff' -search-toolbar = 'noinherit bold' -search-toolbar.text = 'nobold' -system-toolbar = 'noinherit bold' -arg-toolbar = 'noinherit bold' -arg-toolbar.text = 'nobold' -bottom-toolbar.transaction.valid = 'bg:#222222 #00ff5f bold' -bottom-toolbar.transaction.failed = 'bg:#222222 #ff005f bold' -# These three values can be used to further refine the syntax highlighting. -# They are commented out by default, since they have priority over the theme set -# with the `syntax_style` setting and overriding its behavior can be confusing. -# literal.string = '#ba2121' -# literal.number = '#666666' -# keyword = 'bold #008000' - -# style classes for colored table output -output.header = "#00ff5f bold" -output.odd-row = "" -output.even-row = "" -output.null = "#808080" - -# Named queries are queries you can execute by name. -[named queries] - -# DSN to call by -D option -[alias_dsn] -# example_dsn = postgresql://[user[:password]@][netloc][:port][/dbname] - -# Format for number representation -# for decimal "d" - 12345678, ",d" - 12,345,678 -# for float "g" - 123456.78, ",g" - 123,456.78 -[data_formats] -decimal = "" -float = "" diff --git a/config/.config/pgcli/history b/config/.config/pgcli/history deleted file mode 100644 index 33d0ad4..0000000 --- a/config/.config/pgcli/history +++ /dev/null @@ -1,420 +0,0 @@ - -# 2023-07-19 22:20:31.042489 -+ls - -# 2023-07-19 22:20:35.777519 -+exit - -# 2023-07-20 02:14:23.194251 -+\l - -# 2023-07-20 02:14:32.168758 -+\c dev - -# 2023-07-20 02:14:42.803713 -+drop database dev; - -# 2023-07-20 02:14:51.638737 -+\c po - -# 2023-07-20 02:14:56.865095 -+\c postgres - -# 2023-07-20 02:15:01.432827 -+drop database dev; - -# 2023-07-20 02:15:05.277991 -+exit - -# 2023-07-22 18:40:22.807221 -+\l - -# 2023-07-22 18:40:25.642646 -+\c dev - -# 2023-07-22 18:40:36.039190 -+select * from "user"; - -# 2023-07-22 18:44:13.991569 -+\c postgres - -# 2023-07-22 18:44:18.942147 -+delete database dev - -# 2023-07-22 18:44:26.800150 -+delete database dev; - -# 2023-07-22 18:44:35.356580 -+delete dev; - -# 2023-07-22 18:44:45.670631 -+drop database dev; - -# 2023-07-22 18:44:58.216339 -+exit - -# 2023-07-23 17:04:41.409560 -+drop database dev; - -# 2023-07-23 17:04:51.996686 -+exit - -# 2023-07-23 17:07:04.731923 -+drop database dev; - -# 2023-07-23 17:07:07.572533 -+exit - -# 2023-07-25 18:53:27.687973 -+\c dev - -# 2023-07-25 18:53:44.458308 -+\l - -# 2023-07-25 18:53:53.810456 -+\c dev - -# 2023-07-25 18:53:56.988686 -+\l - -# 2023-07-25 18:54:00.560206 -+\t - -# 2023-07-25 18:54:02.269273 -+\s - -# 2023-07-25 18:54:03.817975 -+\d - -# 2023-07-25 18:56:17.827398 -+\q - -# 2023-07-25 18:58:28.690353 -+drop DATABASE dev; - -# 2023-07-25 18:58:40.030594 -+q - -# 2023-07-25 18:58:42.210623 -+\q - -# 2023-07-25 19:04:43.633164 -+\c dev - -# 2023-07-25 19:04:48.935739 -+\t - -# 2023-07-25 19:04:50.657742 -+\l - -# 2023-07-25 19:04:54.257247 -+\h - -# 2023-07-25 19:05:12.472353 -+\d - -# 2023-07-25 19:05:24.139714 -+select * from exercise; - -# 2023-07-25 19:06:23.917616 -+exit - -# 2023-07-26 02:45:34.668806 -+drop database dev; - -# 2023-07-26 02:45:45.593651 -+exit - -# 2023-07-26 02:48:55.623676 -+drop database dev; - -# 2023-07-26 02:48:58.874636 -+exit - -# 2023-07-26 02:51:05.368150 -+drop database dev; - -# 2023-07-26 02:51:08.438597 -+exit - -# 2023-07-26 19:13:14.807289 -+drop database dev; - -# 2023-07-26 19:13:19.201503 -+exit - -# 2023-07-26 19:44:26.295253 -+drop database dev; - -# 2023-07-26 19:44:36.711040 -+\q - -# 2023-07-26 19:45:46.968834 -+drop database dev; - -# 2023-07-26 19:45:51.149631 -+exit - -# 2023-08-13 02:31:47.483074 -+drop - -# 2023-08-13 02:32:01.374390 -+drop database dev; - -# 2023-08-13 02:32:27.783601 -+exit - -# 2023-08-13 02:33:40.098091 -+drop database dev; - -# 2023-08-13 02:33:42.913128 -+exit - -# 2023-08-13 02:45:58.731694 -+drop database dev; - -# 2023-08-13 02:46:31.130384 -+exit - -# 2023-08-13 02:47:36.678514 -+drop database dev; - -# 2023-08-13 02:47:45.830055 -+exit - -# 2023-08-13 03:02:00.520036 -+drop database dev; - -# 2023-08-13 03:02:02.896019 -+exit - -# 2023-08-13 03:44:12.071458 -+drop database dev; - -# 2023-08-13 03:44:14.693999 -+exit - -# 2023-08-13 15:03:19.970352 -+drop database dev; - -# 2023-08-13 15:03:23.153052 -+exit - -# 2023-08-14 23:13:16.712597 -+\c dev - -# 2023-08-14 23:13:26.753812 -+select * from "Workout"; - -# 2023-08-14 23:13:37.614794 -+\x - -# 2023-08-14 23:13:40.641382 -+select * from "Workout"; - -# 2023-08-15 02:16:46.363647 -+\q - -# 2023-08-17 20:31:06.609019 -+drop d - -# 2023-08-17 20:31:17.852670 -+drop database dev; - -# 2023-08-17 20:31:34.460964 -+clear - -# 2023-08-17 20:31:37.472492 -+\c - -# 2023-08-17 20:31:40.969238 -+\d - -# 2023-08-17 20:31:45.708191 -+exit - -# 2023-08-17 20:34:24.993478 -+drop database dev; - -# 2023-08-17 20:34:27.381326 -+exit - -# 2023-08-20 14:33:49.719407 -+drop database dev; - -# 2023-08-20 14:33:58.988010 -+\q - -# 2023-08-20 14:34:19.238549 -+create database dev; - -# 2023-08-20 14:34:22.210064 -+\q - -# 2023-08-20 19:37:45.787101 -+drop database dev; - -# 2023-08-20 19:37:48.573012 -+create database dev; - -# 2023-08-20 19:37:50.633141 -+q - -# 2023-08-20 19:37:51.726941 -+]q - -# 2023-08-20 19:37:52.638990 -+\q - -# 2023-08-20 19:38:15.325374 -+drop database dev; - -# 2023-08-20 19:38:18.468978 -+create database dev; - -# 2023-08-20 19:38:20.658035 -+exit - -# 2023-08-20 20:04:06.747764 -+drop database dev; - -# 2023-08-20 20:04:10.326770 -+create database dev; - -# 2023-08-20 20:04:13.320743 -+\q - -# 2023-08-20 20:06:52.650528 -+drop database dev; - -# 2023-08-20 20:06:57.325695 -+create database dev; - -# 2023-08-20 20:07:00.437745 -+\q - -# 2023-08-21 01:30:47.416668 -+drop database dev; - -# 2023-08-21 01:30:50.461475 -+create database dev; - -# 2023-08-21 01:30:53.036481 -+\q - -# 2023-08-21 02:07:03.852986 -+\l - -# 2023-08-21 02:07:09.160860 -+\c dev - -# 2023-08-21 02:07:23.328367 -+select * from app_user; - -# 2023-08-21 02:07:32.927740 -+drop database dev; - -# 2023-08-21 02:07:39.197116 -+\c postgres - -# 2023-08-21 02:07:40.522905 -+drop database dev; - -# 2023-08-21 02:07:45.694619 -+create database dev; - -# 2023-08-21 02:07:48.527189 -+\q - -# 2023-08-21 03:25:45.806473 -+\c dev - -# 2023-08-21 03:25:48.529998 -+select * from app_user; - -# 2023-08-21 16:13:39.791520 -+exit - -# 2023-08-22 01:59:58.850010 -+\c dev - -# 2023-08-22 02:00:01.737881 -+SELECT id -+ , cycle_id -+ , day_of_week as "day_of_week!: Option" -+ , description -+ , name -+ , rest_timer -+ , routine_id -+ , sequence_number -+ , user_id -+ , created_at -+ , updated_at -+ FROM workout -+ WHERE routine_id=$1 -+ AND -+ WHERE user_id=$2 -+ - -# 2023-08-22 02:00:47.763551 -+SELECT id -+ , cycle_id -+ , day_of_week -+ , description -+ , name -+ , rest_timer -+ , routine_id -+ , sequence_number -+ , user_id -+ , created_at -+ , updated_at -+ FROM workout -+ WHERE routine_id="123" -+ AND -+ WHERE user_id="123"; -+ - -# 2023-08-22 02:03:54.821134 -+exit - -# 2023-08-22 02:51:58.176109 -+drop database dev; - -# 2023-08-22 02:52:04.267644 -+SELECT id -+ , cycle_id -+ , day_of_week -+ , description -+ , name -+ , rest_timer -+ , routine_id -+ , sequence_number -+ , user_id -+ , created_at -+ , updated_at -+ FROM workout -+ WHERE routine_id="123" -+ AND -+ WHERE user_id="123"; -+ - -# 2023-08-22 02:52:18.606922 -+drop database dev; - -# 2023-08-22 02:53:05.504040 -+\q - -# 2023-08-22 02:53:13.406602 -+drop database dev; - -# 2023-08-22 02:54:08.927375 -+\q - -# 2023-08-22 02:54:12.914051 -+drop database dev; - -# 2023-08-22 02:54:28.053123 -+create database dev; - -# 2023-08-22 02:54:32.401588 -+\q diff --git a/config/.config/pgcli/log b/config/.config/pgcli/log deleted file mode 100644 index 8aa1981..0000000 --- a/config/.config/pgcli/log +++ /dev/null @@ -1,158 +0,0 @@ -2023-07-19 22:14:31,943 (63213/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-19 22:14:31,943 (63213/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-19 22:14:38,067 (63213/MainThread) pgcli.main ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 627, in connect\n pgexecute = PGExecute(database, user, passwd, host, port, dsn, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 636, in connect\n pgexecute = PGExecute(\n ^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n' -2023-07-19 22:14:45,654 (64094/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-19 22:14:45,654 (64094/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-19 22:14:49,838 (64094/MainThread) pgcli.main ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 627, in connect\n pgexecute = PGExecute(database, user, passwd, host, port, dsn, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 636, in connect\n pgexecute = PGExecute(\n ^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n' -2023-07-19 22:15:16,009 (64928/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-19 22:15:16,010 (64928/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-19 22:15:18,850 (64928/MainThread) pgcli.main ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 630, in connect\n passwd = click.prompt(\n ^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/click/termui.py", line 166, in prompt\n value = prompt_func(prompt)\n ^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/click/termui.py", line 149, in prompt_func\n raise Abort() from None\nclick.exceptions.Abort\n' -2023-07-19 22:20:00,932 (72473/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-19 22:20:00,932 (72473/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-19 22:20:00,965 (72473/MainThread) pgcli.main ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 640, in connect\n raise e\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 627, in connect\n pgexecute = PGExecute(database, user, passwd, host, port, dsn, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: server closed the connection unexpectedly\n\tThis probably means the server terminated abnormally\n\tbefore or while processing the request.\n' -2023-07-19 22:20:05,887 (73387/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-19 22:20:05,887 (73387/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-19 22:20:08,340 (73387/MainThread) pgcli.main ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 627, in connect\n pgexecute = PGExecute(database, user, passwd, host, port, dsn, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 636, in connect\n pgexecute = PGExecute(\n ^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n' -2023-07-19 22:20:28,022 (74329/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-19 22:20:28,022 (74329/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-19 22:20:31,046 (74329/MainThread) pgcli.pgexecute ERROR - sql: 'ls', error: SyntaxError('syntax error at or near "ls"\nLINE 1: ls\n ^') -2023-07-19 22:20:31,047 (74329/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "ls"\nLINE 1: ls\n ^\n' -2023-07-20 02:13:59,489 (74611/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-20 02:13:59,490 (74611/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-20 02:14:01,588 (74611/MainThread) pgcli.main ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 627, in connect\n pgexecute = PGExecute(database, user, passwd, host, port, dsn, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 636, in connect\n pgexecute = PGExecute(\n ^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n' -2023-07-20 02:14:17,803 (76144/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-20 02:14:17,803 (76144/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-20 02:14:44,567 (76144/MainThread) pgcli.pgexecute ERROR - sql: 'drop database dev', error: ObjectInUse('cannot drop the currently open database') -2023-07-20 02:14:44,569 (76144/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.ObjectInUse: cannot drop the currently open database\n' -2023-07-22 18:40:10,892 (85557/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-22 18:40:10,893 (85557/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-22 18:40:13,063 (85557/MainThread) pgcli.main ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 627, in connect\n pgexecute = PGExecute(database, user, passwd, host, port, dsn, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 636, in connect\n pgexecute = PGExecute(\n ^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n' -2023-07-22 18:40:16,148 (86260/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-22 18:40:16,148 (86260/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-22 18:40:16,546 (86260/MainThread) pgcli.main ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 627, in connect\n pgexecute = PGExecute(database, user, passwd, host, port, dsn, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 636, in connect\n pgexecute = PGExecute(\n ^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n' -2023-07-22 18:40:18,516 (86950/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-22 18:40:18,516 (86950/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-22 18:44:20,724 (86950/MainThread) pgcli.pgexecute ERROR - sql: 'delete database dev', error: SyntaxError('syntax error at or near "database"\nLINE 1: delete database dev\n ^') -2023-07-22 18:44:20,728 (86950/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "database"\nLINE 1: delete database dev\n ^\n' -2023-07-22 18:44:27,797 (86950/MainThread) pgcli.pgexecute ERROR - sql: 'delete database dev', error: SyntaxError('syntax error at or near "database"\nLINE 1: delete database dev\n ^') -2023-07-22 18:44:27,798 (86950/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "database"\nLINE 1: delete database dev\n ^\n' -2023-07-22 18:44:36,862 (86950/MainThread) pgcli.pgexecute ERROR - sql: 'delete dev', error: SyntaxError('syntax error at or near "dev"\nLINE 1: delete dev\n ^') -2023-07-22 18:44:36,863 (86950/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "dev"\nLINE 1: delete dev\n ^\n' -2023-07-22 18:44:51,611 (86950/MainThread) pgcli.pgexecute ERROR - sql: 'drop database dev', error: ObjectInUse('database "dev" is being accessed by other users\nDETAIL: There is 1 other session using the database.') -2023-07-22 18:44:51,612 (86950/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.ObjectInUse: database "dev" is being accessed by other users\nDETAIL: There is 1 other session using the database.\n' -2023-07-23 17:04:27,092 (11368/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-23 17:04:27,092 (11368/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-23 17:06:58,571 (12988/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-23 17:06:58,571 (12988/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-25 18:53:08,818 (4509/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-25 18:53:08,819 (4509/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-25 18:54:00,568 (4509/MainThread) pgcli.pgexecute ERROR - sql: '\\t', error: SyntaxError('syntax error at or near "\\"\nLINE 1: \\t\n ^') -2023-07-25 18:54:00,572 (4509/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "\\"\nLINE 1: \\t\n ^\n' -2023-07-25 18:54:02,283 (4509/MainThread) pgcli.pgexecute ERROR - sql: '\\s', error: SyntaxError('syntax error at or near "\\"\nLINE 1: \\s\n ^') -2023-07-25 18:54:02,284 (4509/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "\\"\nLINE 1: \\s\n ^\n' -2023-07-25 18:58:20,552 (11389/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-25 18:58:20,552 (11389/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-25 18:58:40,045 (11389/MainThread) pgcli.pgexecute ERROR - sql: 'q', error: SyntaxError('syntax error at or near "q"\nLINE 1: q\n ^') -2023-07-25 18:58:40,048 (11389/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "q"\nLINE 1: q\n ^\n' -2023-07-25 19:04:35,904 (16920/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-25 19:04:35,904 (16920/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-25 19:04:48,947 (16920/MainThread) pgcli.pgexecute ERROR - sql: '\\t', error: SyntaxError('syntax error at or near "\\"\nLINE 1: \\t\n ^') -2023-07-25 19:04:48,951 (16920/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "\\"\nLINE 1: \\t\n ^\n' -2023-07-26 02:45:20,297 (89136/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-26 02:45:20,297 (89136/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-26 02:48:48,620 (96809/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-26 02:48:48,620 (96809/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-26 02:48:50,332 (96809/MainThread) pgcli.main ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 627, in connect\n pgexecute = PGExecute(database, user, passwd, host, port, dsn, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 636, in connect\n pgexecute = PGExecute(\n ^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n' -2023-07-26 02:48:52,863 (97696/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-26 02:48:52,863 (97696/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-26 02:51:02,313 (6115/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-26 02:51:02,313 (6115/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-26 19:13:08,953 (28308/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-26 19:13:08,953 (28308/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-26 19:44:19,283 (43265/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-26 19:44:19,283 (43265/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-26 19:44:20,917 (43265/MainThread) pgcli.main ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 627, in connect\n pgexecute = PGExecute(database, user, passwd, host, port, dsn, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 636, in connect\n pgexecute = PGExecute(\n ^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n' -2023-07-26 19:44:23,108 (44076/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-26 19:44:23,108 (44076/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-07-26 19:44:31,367 (44076/MainThread) pgcli.pgexecute ERROR - sql: 'drop database dev', error: InvalidCatalogName('database "dev" does not exist') -2023-07-26 19:44:31,370 (44076/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.InvalidCatalogName: database "dev" does not exist\n' -2023-07-26 19:45:44,395 (48339/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-07-26 19:45:44,395 (48339/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-13 02:31:22,408 (99407/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-13 02:31:22,408 (99407/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-13 02:32:08,419 (99407/MainThread) pgcli.pgexecute ERROR - sql: 'drop database dev', error: ObjectInUse('database "dev" is being accessed by other users\nDETAIL: There are 3 other sessions using the database.') -2023-08-13 02:32:08,421 (99407/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.ObjectInUse: database "dev" is being accessed by other users\nDETAIL: There are 3 other sessions using the database.\n' -2023-08-13 02:33:36,452 (6809/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-13 02:33:36,453 (6809/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-13 02:45:49,508 (17024/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-13 02:45:49,509 (17024/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-13 02:47:27,957 (20120/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-13 02:47:27,957 (20120/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-13 03:01:47,169 (33853/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-13 03:01:47,170 (33853/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-13 03:01:53,769 (34629/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-13 03:01:53,769 (34629/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-13 03:01:56,329 (34629/MainThread) pgcli.main ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 627, in connect\n pgexecute = PGExecute(database, user, passwd, host, port, dsn, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 636, in connect\n pgexecute = PGExecute(\n ^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n' -2023-08-13 03:01:57,814 (35452/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-13 03:01:57,814 (35452/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-13 03:44:09,475 (70780/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-13 03:44:09,475 (70780/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-13 15:03:15,400 (34166/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-13 15:03:15,400 (34166/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-14 23:13:08,993 (85858/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-14 23:13:08,993 (85858/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-17 20:30:50,973 (68299/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-17 20:30:50,974 (68299/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-17 20:31:24,686 (68299/MainThread) pgcli.pgexecute ERROR - sql: 'drop database dev', error: ObjectInUse('database "dev" is being accessed by other users\nDETAIL: There is 1 other session using the database.') -2023-08-17 20:31:24,691 (68299/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.ObjectInUse: database "dev" is being accessed by other users\nDETAIL: There is 1 other session using the database.\n' -2023-08-17 20:31:34,469 (68299/MainThread) pgcli.pgexecute ERROR - sql: 'clear', error: SyntaxError('syntax error at or near "clear"\nLINE 1: clear\n ^') -2023-08-17 20:31:34,470 (68299/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "clear"\nLINE 1: clear\n ^\n' -2023-08-17 20:34:20,979 (73874/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-17 20:34:20,979 (73874/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-20 14:33:43,276 (75629/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-20 14:33:43,276 (75629/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-20 14:34:12,170 (77408/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-20 14:34:12,170 (77408/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-20 19:37:38,568 (82823/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-20 19:37:38,569 (82823/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-20 19:37:50,652 (82823/MainThread) pgcli.pgexecute ERROR - sql: 'q', error: SyntaxError('syntax error at or near "q"\nLINE 1: q\n ^') -2023-08-20 19:37:50,655 (82823/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "q"\nLINE 1: q\n ^\n' -2023-08-20 19:37:51,735 (82823/MainThread) pgcli.pgexecute ERROR - sql: ']q', error: SyntaxError('syntax error at or near "]"\nLINE 1: ]q\n ^') -2023-08-20 19:37:51,736 (82823/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "]"\nLINE 1: ]q\n ^\n' -2023-08-20 19:38:11,796 (85507/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-20 19:38:11,797 (85507/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-20 20:04:01,358 (8285/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-20 20:04:01,358 (8285/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-20 20:06:44,956 (11698/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-20 20:06:44,956 (11698/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-20 20:06:47,843 (11698/MainThread) pgcli.main ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 627, in connect\n pgexecute = PGExecute(database, user, passwd, host, port, dsn, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/main.py", line 636, in connect\n pgexecute = PGExecute(\n ^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 161, in __init__\n self.connect(database, user, password, host, port, dsn, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 207, in connect\n conn = psycopg.connect(conn_info)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect\n raise ex.with_traceback(None)\npsycopg.OperationalError: connection failed: :1), port 5432 failed: FATAL: password authentication failed for user "postgres"\n' -2023-08-20 20:06:48,986 (12525/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-20 20:06:48,986 (12525/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-21 01:30:43,435 (82315/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-21 01:30:43,436 (82315/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-21 02:06:37,713 (99259/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-21 02:06:37,714 (99259/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-21 02:07:34,125 (99259/MainThread) pgcli.pgexecute ERROR - sql: 'drop database dev', error: ObjectInUse('cannot drop the currently open database') -2023-08-21 02:07:34,129 (99259/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.ObjectInUse: cannot drop the currently open database\n' -2023-08-21 03:25:38,513 (49154/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-21 03:25:38,513 (49154/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-22 01:59:48,603 (50004/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-22 01:59:48,603 (50004/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-22 02:00:01,748 (50004/MainThread) pgcli.pgexecute ERROR - sql: 'SELECT id\n , cycle_id\n , day_of_week as "day_of_week!: Option"\n , description\n , name\n , rest_timer\n , routine_id\n , sequence_number\n , user_id\n , created_at\n , updated_at\n FROM workout\n WHERE routine_id=$1\n AND\n WHERE user_id=$2', error: SyntaxError('syntax error at or near "WHERE"\nLINE 15: WHERE user_id=$2\n ^') -2023-08-22 02:00:01,750 (50004/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "WHERE"\nLINE 15: WHERE user_id=$2\n ^\n' -2023-08-22 02:00:47,798 (50004/MainThread) pgcli.pgexecute ERROR - sql: 'SELECT id\n , cycle_id\n , day_of_week\n , description\n , name\n , rest_timer\n , routine_id\n , sequence_number\n , user_id\n , created_at\n , updated_at\n FROM workout\n WHERE routine_id="123"\n AND\n WHERE user_id="123"', error: SyntaxError('syntax error at or near "WHERE"\nLINE 15: WHERE user_id="123"\n ^') -2023-08-22 02:00:47,799 (50004/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "WHERE"\nLINE 15: WHERE user_id="123"\n ^\n' -2023-08-22 02:51:52,677 (16940/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-22 02:51:52,678 (16940/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-22 02:52:04,258 (16940/MainThread) pgcli.pgexecute ERROR - sql: 'drop database dev', error: ObjectInUse('database "dev" is being accessed by other users\nDETAIL: There is 1 other session using the database.') -2023-08-22 02:52:04,262 (16940/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.ObjectInUse: database "dev" is being accessed by other users\nDETAIL: There is 1 other session using the database.\n' -2023-08-22 02:52:04,282 (16940/MainThread) pgcli.pgexecute ERROR - sql: 'SELECT id\n , cycle_id\n , day_of_week\n , description\n , name\n , rest_timer\n , routine_id\n , sequence_number\n , user_id\n , created_at\n , updated_at\n FROM workout\n WHERE routine_id="123"\n AND\n WHERE user_id="123"', error: SyntaxError('syntax error at or near "WHERE"\nLINE 15: WHERE user_id="123"\n ^') -2023-08-22 02:52:04,282 (16940/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.SyntaxError: syntax error at or near "WHERE"\nLINE 15: WHERE user_id="123"\n ^\n' -2023-08-22 02:52:24,879 (16940/MainThread) pgcli.pgexecute ERROR - sql: 'drop database dev', error: ObjectInUse('database "dev" is being accessed by other users\nDETAIL: There is 1 other session using the database.') -2023-08-22 02:52:24,881 (16940/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.ObjectInUse: database "dev" is being accessed by other users\nDETAIL: There is 1 other session using the database.\n' -2023-08-22 02:53:09,495 (18459/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-22 02:53:09,495 (18459/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). -2023-08-22 02:53:19,728 (18459/MainThread) pgcli.pgexecute ERROR - sql: 'drop database dev', error: ObjectInUse('database "dev" is being accessed by other users\nDETAIL: There is 1 other session using the database.') -2023-08-22 02:53:19,735 (18459/MainThread) pgcli.pgexecute ERROR - traceback: 'Traceback (most recent call last):\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 373, in run\n yield self.execute_normal_sql(sql) + (sql, True, False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 423, in execute_normal_sql\n cur.execute(split_sql)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/pgcli/pgexecute.py", line 69, in execute\n super().execute(*args, **kwargs)\n File "/opt/homebrew/Cellar/pgcli/3.5.0_1/libexec/lib/python3.11/site-packages/psycopg/cursor.py", line 723, in execute\n raise ex.with_traceback(None)\npsycopg.errors.ObjectInUse: database "dev" is being accessed by other users\nDETAIL: There is 1 other session using the database.\n' -2023-08-22 02:54:10,406 (19824/MainThread) pgcli.main INFO - No default pager found in environment. Using os default pager -2023-08-22 02:54:10,406 (19824/MainThread) pgcli.main WARNING - import keyring failed: ModuleNotFoundError("No module named 'keyring'"). diff --git a/config/.config/tmuxinator/api.yml b/config/.config/tmuxinator/api.yml deleted file mode 100644 index 234aa3c..0000000 --- a/config/.config/tmuxinator/api.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: api -root: ~/Projects/workout-api -windows: - - editor: nvim . - - utils: - - server: cargo run diff --git a/config/.config/tmuxinator/tracker.yml b/config/.config/tmuxinator/tracker.yml deleted file mode 100644 index edf0e45..0000000 --- a/config/.config/tmuxinator/tracker.yml +++ /dev/null @@ -1,8 +0,0 @@ -# /Users/zack/.config/tmuxinator/tracker.yml - -name: tracker -root: ~/Projects/tracker - -windows: - - editor: nvim . - - util: diff --git a/config/.config/tmuxinator/trainer.yml b/config/.config/tmuxinator/trainer.yml deleted file mode 100644 index 73d4d7c..0000000 --- a/config/.config/tmuxinator/trainer.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: trainer -root: ~/Projects/trainer - -windows: - - editor: nvim . - - util: - - server: diff --git a/config/.config/zed/settings.json b/config/.config/zed/settings.json deleted file mode 100644 index 37461b6..0000000 --- a/config/.config/zed/settings.json +++ /dev/null @@ -1,13 +0,0 @@ -// Zed settings -// -// For information on how to configure Zed, see the Zed -// documentation: https://zed.dev/docs/configuring-zed -// -// To see all of Zed's default settings without changing your -// custom settings, run the `open default settings` command -// from the command palette or from `Zed` application menu. -{ - "base_keymap": "VSCode", - "buffer_font_size": 15, - "vim_mode": true -} diff --git a/config/.config/nvim/.gitignore b/nvim/.config/nvim/.gitignore similarity index 100% rename from config/.config/nvim/.gitignore rename to nvim/.config/nvim/.gitignore diff --git a/config/.config/nvim/.stylua.toml b/nvim/.config/nvim/.stylua.toml similarity index 100% rename from config/.config/nvim/.stylua.toml rename to nvim/.config/nvim/.stylua.toml diff --git a/config/.config/nvim/init.lua b/nvim/.config/nvim/init.lua similarity index 100% rename from config/.config/nvim/init.lua rename to nvim/.config/nvim/init.lua diff --git a/config/.config/nvim/lua/plugins/auto-theme.lua b/nvim/.config/nvim/lua/plugins/auto-theme.lua similarity index 100% rename from config/.config/nvim/lua/plugins/auto-theme.lua rename to nvim/.config/nvim/lua/plugins/auto-theme.lua diff --git a/config/.config/nvim/lua/plugins/autopairs.lua b/nvim/.config/nvim/lua/plugins/autopairs.lua similarity index 100% rename from config/.config/nvim/lua/plugins/autopairs.lua rename to nvim/.config/nvim/lua/plugins/autopairs.lua diff --git a/config/.config/nvim/lua/plugins/blankline.lua b/nvim/.config/nvim/lua/plugins/blankline.lua similarity index 100% rename from config/.config/nvim/lua/plugins/blankline.lua rename to nvim/.config/nvim/lua/plugins/blankline.lua diff --git a/config/.config/nvim/lua/plugins/colorscheme.lua b/nvim/.config/nvim/lua/plugins/colorscheme.lua similarity index 100% rename from config/.config/nvim/lua/plugins/colorscheme.lua rename to nvim/.config/nvim/lua/plugins/colorscheme.lua diff --git a/config/.config/nvim/lua/plugins/comments.lua b/nvim/.config/nvim/lua/plugins/comments.lua similarity index 100% rename from config/.config/nvim/lua/plugins/comments.lua rename to nvim/.config/nvim/lua/plugins/comments.lua diff --git a/config/.config/nvim/lua/plugins/fugitive.lua b/nvim/.config/nvim/lua/plugins/fugitive.lua similarity index 100% rename from config/.config/nvim/lua/plugins/fugitive.lua rename to nvim/.config/nvim/lua/plugins/fugitive.lua diff --git a/config/.config/nvim/lua/plugins/fuzzy.lua b/nvim/.config/nvim/lua/plugins/fuzzy.lua similarity index 100% rename from config/.config/nvim/lua/plugins/fuzzy.lua rename to nvim/.config/nvim/lua/plugins/fuzzy.lua diff --git a/config/.config/nvim/lua/plugins/gitsigns.lua b/nvim/.config/nvim/lua/plugins/gitsigns.lua similarity index 100% rename from config/.config/nvim/lua/plugins/gitsigns.lua rename to nvim/.config/nvim/lua/plugins/gitsigns.lua diff --git a/config/.config/nvim/lua/plugins/lsp-config.lua b/nvim/.config/nvim/lua/plugins/lsp-config.lua similarity index 100% rename from config/.config/nvim/lua/plugins/lsp-config.lua rename to nvim/.config/nvim/lua/plugins/lsp-config.lua diff --git a/config/.config/nvim/lua/plugins/lsp-zero.lua b/nvim/.config/nvim/lua/plugins/lsp-zero.lua similarity index 100% rename from config/.config/nvim/lua/plugins/lsp-zero.lua rename to nvim/.config/nvim/lua/plugins/lsp-zero.lua diff --git a/config/.config/nvim/lua/plugins/lualine.lua b/nvim/.config/nvim/lua/plugins/lualine.lua similarity index 100% rename from config/.config/nvim/lua/plugins/lualine.lua rename to nvim/.config/nvim/lua/plugins/lualine.lua diff --git a/config/.config/nvim/lua/plugins/noice.lua b/nvim/.config/nvim/lua/plugins/noice.lua similarity index 100% rename from config/.config/nvim/lua/plugins/noice.lua rename to nvim/.config/nvim/lua/plugins/noice.lua diff --git a/config/.config/nvim/lua/plugins/null-ls.lua b/nvim/.config/nvim/lua/plugins/null-ls.lua similarity index 100% rename from config/.config/nvim/lua/plugins/null-ls.lua rename to nvim/.config/nvim/lua/plugins/null-ls.lua diff --git a/config/.config/nvim/lua/plugins/nvim-cmp.lua b/nvim/.config/nvim/lua/plugins/nvim-cmp.lua similarity index 100% rename from config/.config/nvim/lua/plugins/nvim-cmp.lua rename to nvim/.config/nvim/lua/plugins/nvim-cmp.lua diff --git a/config/.config/nvim/lua/plugins/oil.lua b/nvim/.config/nvim/lua/plugins/oil.lua similarity index 100% rename from config/.config/nvim/lua/plugins/oil.lua rename to nvim/.config/nvim/lua/plugins/oil.lua diff --git a/config/.config/nvim/lua/plugins/rhubarb.lua b/nvim/.config/nvim/lua/plugins/rhubarb.lua similarity index 100% rename from config/.config/nvim/lua/plugins/rhubarb.lua rename to nvim/.config/nvim/lua/plugins/rhubarb.lua diff --git a/config/.config/nvim/lua/plugins/sleuth.lua b/nvim/.config/nvim/lua/plugins/sleuth.lua similarity index 100% rename from config/.config/nvim/lua/plugins/sleuth.lua rename to nvim/.config/nvim/lua/plugins/sleuth.lua diff --git a/config/.config/nvim/lua/plugins/telescope.lua b/nvim/.config/nvim/lua/plugins/telescope.lua similarity index 100% rename from config/.config/nvim/lua/plugins/telescope.lua rename to nvim/.config/nvim/lua/plugins/telescope.lua diff --git a/config/.config/nvim/lua/plugins/treesitter.lua b/nvim/.config/nvim/lua/plugins/treesitter.lua similarity index 100% rename from config/.config/nvim/lua/plugins/treesitter.lua rename to nvim/.config/nvim/lua/plugins/treesitter.lua diff --git a/config/.config/nvim/lua/plugins/typescript.lua b/nvim/.config/nvim/lua/plugins/typescript.lua similarity index 100% rename from config/.config/nvim/lua/plugins/typescript.lua rename to nvim/.config/nvim/lua/plugins/typescript.lua diff --git a/config/.config/nvim/lua/plugins/whichkey.lua b/nvim/.config/nvim/lua/plugins/whichkey.lua similarity index 100% rename from config/.config/nvim/lua/plugins/whichkey.lua rename to nvim/.config/nvim/lua/plugins/whichkey.lua diff --git a/config/.config/tmuxinator/lifted.yml b/tmuxinator/.config/tmuxinator/lifted.yml similarity index 100% rename from config/.config/tmuxinator/lifted.yml rename to tmuxinator/.config/tmuxinator/lifted.yml