From f91ac59e2a42f73a6f56abb00bc6936e3601a412 Mon Sep 17 00:00:00 2001 From: Michael Brusegard <56915010+michaelbrusegard@users.noreply.github.com> Date: Fri, 4 Oct 2024 04:54:41 +0200 Subject: [PATCH 1/2] Add sessionizer.wezterm --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3857a77..8b87893 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,9 @@ To enhance your WezTerm configuration experience: ## Session - [DavidRR-F/quick_domains.wezterm](https://github.com/DavidRR-F/quick_domains.wezterm) - Faster way to search and attach to (SSH) domains. +- [mikkasendke/sessionizer.wezterm](https://github.com/mikkasendke/sessionizer.wezterm?tab=readme-ov-file) - Opening git repositories as their own WezTerm workspaces using `fd`. - [MLFlexer/resurrect.wezterm](https://github.com/MLFlexer/resurrect.wezterm) - Save and restore the state of windows, tabs and panes. -- [MLFlexer/smart_workspace_switcher.wezterm](https://github.com/MLFlexer/smart_workspace_switcher.wezterm) - Switch between workspaces with fuzzy finding and zoxide. +- [MLFlexer/smart_workspace_switcher.wezterm](https://github.com/MLFlexer/smart_workspace_switcher.wezterm) - Switch between workspaces with fuzzy finding and `zoxide`. ## Tab bar From 2c44d9c4f8fd855af4439a196c47a60a5be18a09 Mon Sep 17 00:00:00 2001 From: Michael Brusegard <56915010+michaelbrusegard@users.noreply.github.com> Date: Fri, 4 Oct 2024 04:56:39 +0200 Subject: [PATCH 2/2] Remove weird url part --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b87893..97bbfc1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To enhance your WezTerm configuration experience: ## Session - [DavidRR-F/quick_domains.wezterm](https://github.com/DavidRR-F/quick_domains.wezterm) - Faster way to search and attach to (SSH) domains. -- [mikkasendke/sessionizer.wezterm](https://github.com/mikkasendke/sessionizer.wezterm?tab=readme-ov-file) - Opening git repositories as their own WezTerm workspaces using `fd`. +- [mikkasendke/sessionizer.wezterm](https://github.com/mikkasendke/sessionizer.wezterm) - Opening git repositories as their own WezTerm workspaces using `fd`. - [MLFlexer/resurrect.wezterm](https://github.com/MLFlexer/resurrect.wezterm) - Save and restore the state of windows, tabs and panes. - [MLFlexer/smart_workspace_switcher.wezterm](https://github.com/MLFlexer/smart_workspace_switcher.wezterm) - Switch between workspaces with fuzzy finding and `zoxide`.