From b7c298cf25e6f2a3116050cca95ec372b708b005 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 3 Apr 2025 16:10:18 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-03 16:10:18 --- .config/helix/scripts/get_git_provider_url.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/helix/scripts/get_git_provider_url.fish b/.config/helix/scripts/get_git_provider_url.fish index d933b90c..1bb2e000 100755 --- a/.config/helix/scripts/get_git_provider_url.fish +++ b/.config/helix/scripts/get_git_provider_url.fish @@ -43,4 +43,6 @@ if [ (count $argv) -ne 2 ] return 1 end -get_git_provider_url $argv[1] $argv[2] +set -l output (get_git_provider_url $argv[1] $argv[2]) +echo $output +wl-copy $output