AutoYADM commit: 2025-04-03 16:30:17

This commit is contained in:
Daniel Fichtinger 2025-04-03 16:30:18 -04:00
parent db8f406079
commit 387833ab9a
2 changed files with 10 additions and 4 deletions

View file

@ -63,7 +63,7 @@ proc_sorting = "memory"
proc_reversed = False
#* Show processes as a tree.
proc_tree = False
proc_tree = True
#* Use the cpu graph colors in the process list.
proc_colors = True

View file

@ -52,6 +52,12 @@ if [ (count $argv) -ne 2 ]
return 1
end
set -l output (get_git_provider_url $argv[1] $argv[2])
echo $output
wl-copy $output
# get_git_provider_url $argv[1] $argv[2]
# set -l output (get_git_provider_url $argv[1] $argv[2])
get_git_provider_url $argv[1] $argv[2] | tee /dev/stderr | wl-copy
# echo $output
# echo $output | wl-copy
# echo $output
# wl-copy $output